Cpanel install problem
some problem facing when install cpanel. when i restore my backup this error is come. let me know what can ido.vB
-
You've got some PHP application that isn't 100% compatible with PHP 5.4+, and you're restoring the account to a server that is running PHP 5.4+. If your host allows you to modify your PHP ini and modify error_reporting to be something like this: error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT If your web host uses PHP selector to allow to choose the version of PHP version via the cPanel interface, either select a version of PHP that is compatible with your current PHP application or modify the PHP settings, specifically the error reporting. Mike [COLOR="silver">- - - Updated - - - Or, if you are the admin of the cPanel server: Do one or more of the following: 1. WHM --> EasyApache -- build a new Apache/PHP version that is compatible with your scripts, such as PHP 5.3.27 and/or 2. Edit /usr/local/lib/php.ini find the "error_reporting" line and set it to something like this: error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT Mike 0 -
Mike Thx a lot now its done. 0 -
[quote="rupon, post: 1524201">Mike Thx a lot now its done.
You're welcome :) Mike0 -
Hello :) I am happy to hear the solution provided to you was helpful. I am marking this thread as [Resolved]. Thank you. 0
Please sign in to leave a comment.
Comments
4 comments