Server Error Log
Option 1
In the ISP Manager panel, go to the "Websites" section and follow the steps shown in the screenshot:


Option 2
In the ISP Manager panel, navigate to the specified folder:

Look for the file your_domain.error.log in the list and open it.

The log directory may be located in a different path on your server.
If you can't find the logs at the specified path, use the search function: In the root folder, click "Search"
In the window that opens, enter logs in the "Name Mask" field, check the box for "Search in subdirectories," and click "Find":
In the search results window, open the folder containing the logs:
Configuring Log Output
If the log file is missing or the file is empty, enable error reporting in your PHP settings (select the version your site is running on):

It is also recommended to enable error reporting in the wp-config.php file located in the root folder of your site:

Open the file, replace false with true in the specified location, and save your changes.

Last updated