error_log massive size
I am getting massive errors on my error log:
[12-Feb-2016 12:14:38 America/Denver] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/apc.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0
I logged in using terminal and went to: nano /usr/local/lib/php.ini and edited the ini file with every solution I read about and couldn't get it to stop. Any ideas how to get started on solving these errors? They are filling in my error log quickly!!!
Thanks again
-
Hi, Are you receiving these error messages on a specific account, or for all accounts? You should check to ensure an account is not using a custom php.ini file. 0 -
There is only one domain name! 0 -
Hi, You should check to ensure an account is not using a custom php.ini file. find /home/USERName/public_html -name php.ini Also, check the apc is installed and enable. 0 -
Also, not to be Mr. Obvious - once you make changes to the php.ini file - you should restart apache for the change to take effect. 0 -
Hello :) Yes, as mentioned, review the account's home directory to see if you are using a custom php.ini file. If so, disable that file to ensure the account uses the system's php.ini file (customization is not required if you only host one account). Thank you. 0
Please sign in to leave a comment.
Comments
5 comments