Error logs after disabling functions

quietFinn

Well-Known Member
Feb 4, 2006
2,036
546
493
Finland
cPanel Access Level
Root Administrator
PHP error log in named error_log, there might be several, do this in public_html
find . -name error_log -ls
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,525
2,607
363
cPanel Access Level
Root Administrator
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.