Error logs after disabling functions
Hello,
I disabled many functions, now I need to verify which function cause error in websites. How to verify logs and where to find the logs?
Thanks
-
PHP error log in named error_log, there might be several, do this in public_html find . -name error_log -ls 0 -
PHP error log in named error_log, there might be several, do this in public_html find . -name error_log -ls
Thanks, I have a dedicated server and 5 cPanel accounts. I need to verify logs in server.0 -
If the issue is with the very large PHP disabled_functions line you recently posted, you'll want to check the main Apache error_log at /etc/apache2/logs/error_log to see if that gives more detail about the problem. It should tell you what function is causing the problem if it is properly logging the error. 0
Please sign in to leave a comment.
Comments
3 comments