Just Host Web Hosting Help
Error Logs
Summary
The cPanel Error Logs tool is useful when debugging scripts and finding missing files or broken links you may not be aware of. If the error messages you find are related to your website and you are not sure what they mean or how to fix the issue.
Error Logs Overview
The cPanel Error Logs tool is useful when debugging scripts and finding missing files or broken links you may not be aware of. If the error messages you find are related to your website and you are not sure what they mean or how to fix the issue, it is advisable to contact the script developer for further troubleshooting. There are 2 different sections of the Error logs page you should be aware of:Main Error Log
This section shows the last few lines of the server's main error log. These lines are displayed in chronological order with the time, IP address of the visitor and the error message. Because this is a shared server, you will see errors for all accounts on the server. If you are trying to locate error messages originating from your hosting account, you may need to refresh your URL which has the error/problem, and then refresh the Error Logs page.PHP Error Logs
The PHP Error Logs will show errors related to php scripts only for your account. These errors are sorted by directory and do not automatically disappear as do the main error logs. The errors shown is stored in the error_log file within each directory. If you would like to clear the php error_logs, simply delete the error_log files in each directory using File Manager or FTP.Shared and Reseller
You can login to cPanel and click the Error Log icon. This contains the last 300 Apache errors triggered by your website.
VPS and Dedicated Server
On a Dedicated Server or VPS without a cPanel installation, most log files would be located in the /var/log/ directory. The Apache log would then be located in the /var/log/httpd/ directory.
However, for all of our servers with cPanel installs, the actual location of the Apache error log is /usr/local/apache/logs/error_log, where “error_log” is simply a plain text file.