Accessing Error Logs in Plesk
Select the Log Type
Use the dropdown to switch between log types:
- Error log — PHP and web server errors for your domain
- Access log — all HTTP requests made to your site
Enabling PHP Error Logging
If your error log is empty but your site is broken, PHP error logging may be disabled. To enable it:Enable Error Logging
Set
log_errors to On and ensure error_log points to a writable path. Leave the default path unless you have a specific reason to change it.For WordPress sites, errors may also be logged to
wp-content/debug.log if WP_DEBUG_LOG is enabled in wp-config.php.