Skip to main content

PHP Error

Comments

5 comments

  • cPanelMichael
    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
  • mickalo
    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
  • cPanelMichael
    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
  • mickalo
    the script I used to install
    /scripts/phpextensionmgr install PHPSuHosin
    0
  • cPanelMichael
    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.