Using Errors Tool

Last 300 errors: Quick overview of recent issues.

Access Errors Page

cPanel → Metrics → Errors → Shows visitor, date, and error message.

Raw Log Files

Apache Error Log

/usr/local/apache/logs/error_log
# Or per-domain:
/home/username/public_html/error_log

PHP Error Reporting

Add to .htaccess: php_flag display_errors On

Common Errors Table

Error CodeMeaningTypical Fix
404File not foundCheck file path
500Server errorCheck .htaccess syntax
403Permission deniedFix folder permissions