PHP Error
Hello,
We have a customer who is getting the following PHP error:
We're running PHP v. 5.5 currently. It's been awhile since we've had any issues with PHP so not sure what would be causing this problem. Any assistance would be appreciated Thanks, Mike
Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/suhosin.so
We're running PHP v. 5.5 currently. It's been awhile since we've had any issues with PHP so not sure what would be causing this problem. Any assistance would be appreciated Thanks, Mike
-
Hello :) Check to see if this account is using a custom php.ini file that's different than the /usr/local/lib/php.ini file. Thank you. 0 -
Hello :) Check to see if this account is using a custom php.ini file that's different than the /usr/local/lib/php.ini file. Thank you.
No they don't. But I ran that utility script on the server to install PHPSuhosin now I get the follow error:PHP Fatal error: The file /home/decision/public_html/UltimateFooterAd/index.php was encoded by the ionCube Encoder for PHP 4 and cannot run under PHP 5.5 or PHP 5.6. Please ask the provider of the script to provide a version encoded with the ionCube Encoder for either PHP 5.3 or PHP 5.4 or PHP 5.5'
So I assume their PHP is out dated and won't work unless they update their scripts correct? Thanks,0 -
No they don't. But I ran that utility script on the server to install PHPSuhosin now I get the follow error:
Could you provide more details on the utility script you are referring to?PHP Fatal error: The file /home/decision/public_html/UltimateFooterAd/index.php was encoded by the ionCube Encoder for PHP 4 and cannot run under PHP 5.5 or PHP 5.6.
Yes, assuming you do not want to downgrade your version of PHP, the script should be updated to support newer versions of PHP. Thank you.0 -
the script I used to install /scripts/phpextensionmgr install PHPSuHosin0 -
the script I used to install
/scripts/phpextensionmgr install PHPSuHosin
This is a valid method of installing Suhosin for PHP. If you use PHP 5.4 or above, EasyApache uses Suhosin 0.9.36. If you use PHP 5.3, EasyApache uses Suhosin 0.9.33. As mentioned, the error message you provided after installing Suhosin suggests the issue relates to the age of the script and the version of PHP. Thank you.0
Please sign in to leave a comment.
Comments
5 comments