Skip to main content

How to Find PHP Logs

If you're troubleshooting an issue or debugging your website, accessing PHP logs is crucial. WordPress Hosting makes it easy to view these logs through the Advanced Tools section. Follow the steps below to locate your PHP logs:

Steps to access PHP logs

  1. Log in to WordPress Hosting Start by logging into your WordPress Hosting dashboard.

  2. Select your website From the list of websites, click on the one for which you want to access PHP logs.

  3. Navigate to Advanced Tools In the website's dashboard, locate and click on the Advanced Tools section.

  4. Open PHP Logs Under Advanced Tools, find and click the PHP Logs option. This displays the latest PHP error logs for your site.

  5. Analyze the logs Review the logs to identify errors or warnings related to your PHP scripts, such as syntax errors, deprecated functions, or unhandled exceptions.

tip

Use the logs to pinpoint the root cause of issues like white screens, 500 errors, or slow loading times.

By following these steps, you can efficiently access and review PHP logs to maintain and troubleshoot your website.

PHP Logs view in the Advanced Tools section

For detailed information on how to use PHP logs for debugging WordPress issues, see WordPress Debugging Basics.