PHP logs on Agency hosting

Updated 4 weeks ago

PHP logs record errors, warnings, and notices generated by PHP scripts on your website. These logs are essential for debugging issues, monitoring site health, and identifying problems before they impact your visitors.

What are PHP Logs?

PHP logs capture runtime information about your website’s PHP execution, including:

  • Fatal errors: Critical issues that stop script execution
  • Warnings: Non-fatal problems that allow scripts to continue
  • Notices: Minor issues like undefined variables
  • Deprecated functions: Code using outdated PHP features
  • Custom error messages: Developer-defined logging

Why PHP logs matter:

  • Quickly identify and fix website errors
  • Debug plugin or theme conflicts
  • Monitor site health and performance
  • Catch issues before users report them
  • Troubleshoot white screen errors
  • Track down intermittent problems

Accessing PHP Logs

  1. Log in to your Agency Hosting control panel
  2. Go to website dashboard 
  3. Navigate to Advanced section
  4. Click PHP Logs
  5. View recent log entries