New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

"Forbidden" when tryin gto save a video

  • timtenn
  • Topic Author
  • Visitor
  • Visitor

Replied by timtenn on topic Re: "Forbidden" when tryin gto save a video

I'd rather you give me direction on what to do. I'm not permitted to allow outside access to our webserver or Joomla install. Please just let me know what I need to do and I'll make the change immediately.
11 years 8 months ago #2575

Please Log in or Create an account to join the conversation.

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: "Forbidden" when tryin gto save a video

No Issues. Just add a php.ini file with the appropriate snippet in the root of your Joomla install.

If it doesn't work then try adding the same file in {root} / administrator / components / com_allvideoshare / models /
The following user(s) said Thank You: yanceylava, kmcvickermarj and 6 other people also said thanks.
11 years 8 months ago #2576

Please Log in or Create an account to join the conversation.

  • timtenn
  • Topic Author
  • Visitor
  • Visitor

Replied by timtenn on topic Re: "Forbidden" when tryin gto save a video

Ok. And just to confirm, the only line text in the php.ini file should be:
safe_mode = Off

Nothing else, right?
11 years 8 months ago #2577

Please Log in or Create an account to join the conversation.

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: "Forbidden" when tryin gto save a video

yes
The following user(s) said Thank You: yanceylava, kmcvickermarj and 6 other people also said thanks.
11 years 8 months ago #2578

Please Log in or Create an account to join the conversation.

  • timtenn
  • Topic Author
  • Visitor
  • Visitor

Replied by timtenn on topic Re: "Forbidden" when tryin gto save a video

That did not work in either location.

My host did direct me to a document with the following information:
Knowledgebase
PHP 5.3 Common Issues and Solutions
PHP 5.3 Common Issues and Solutions

These issues can appear when you're upgrading older scripts to run in a PHP 5.3 based environment or if you have custom php.ini files under your account that aren't PHP 5.3 ready.

Symptom: 500 Internal Server Error

Ensure your public_html directory permissions are properly set to 750 using your FTP or SSH client, or using the CPanel File Manager.
For all content within your public_html directory ensure your files permissions are set to 644 and directory permissions are set to 755 using your FTP or SSH client.
Ensure your script(s) and any installed extensions or plugins are up-to-date.
Check for custom php.ini files under your account. See "php.ini Changes" below if applicable.

Symptom: Blank Pages

Ensure your script(s) and any installed extensions or plugins are up-to-date.
Check for custom php.ini files under your account. See "php.ini Changes" below if applicable

Symptom: PHP Warnings that weren't previously shown appear on pages.

Check for custom php.ini files under your account. See "php.ini Changes" below if applicable.

Symptom: "It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function."

Check for custom php.ini files under your account. See "php.ini Changes" below if applicable.

Symptom: Warnings about IonCube version or IonCube Bugs

Create a custom php.ini file with the following:

zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.3_new.so"


Symptom: "The encoded file has format major ID 1, whereas the Loader expects 4"

You will need to obtain and install an updated copy of the script in question that has been encoded for use under PHP 5.3. Alternatively, if the script's developer provides an IonCube encoded version you may install that.

php.ini Changes

If you use custom php.ini files for your site you will most likely have to make at least some of the following adjustments.

Suppress PHP Warnings
If you're getting new PHP warning messages you'll need to change your error_reporting setting in the php.ini file. To do this add the following line to your custom php.ini file:

error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR


You will also need to ensure any other "error_reporting" lines are removed or commented out (using the ; character)

Fix Date.Timezone error messages
If you are on a US Shared Server you'll need to add the following to your custom php.ini file:

date.timezone="America/Chicago"


If you're on a UK Shared Server you'll need to add the following to your custom php.ini file:

date.timezone="UTC"


Switch Loader Versions
If your custom php.ini file has any loader extensions defined their paths will need to be updated.

Zend Loader / Zend Guard:
The following line should be removed from your custom php.ini file:

zend_extension="/usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so"


The following line should be added to your custom php.ini file:

zend_extension="/usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so"


Ioncube Loader:
The following line should be removed from your custom php.ini file:

zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"


The following line should be added to your custom php.ini file:

zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.3.so"
11 years 8 months ago #2579

Please Log in or Create an account to join the conversation.

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: "Forbidden" when tryin gto save a video

Hmm...Very Strange, If the issue is happening only in our component.

I'm unlucky too, because I'm not able to get your Joomla & Server FTP details to troubleshoot the issue...
The following user(s) said Thank You: yanceylava, kmcvickermarj and 6 other people also said thanks.
11 years 8 months ago #2580

Please Log in or Create an account to join the conversation.

Time to create page: 0.106 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies