How to Enable PHP Error Logging in Plesk 11
This is for Plesk 11 only and will place a php.log.resources file in the httpdocs folder that will contain the PHP error log. If you have a dedicated server, you can perform this yourself. If you have a shared account it will need to be done by a support technician.
- Log in to your Plesk Control Panel as an Admin.
- On the Domains tab section click on [domainname.com] .
- Click on the Websites & Domains tab.
- Expand Show Advanced Operations.
- Click on Website Scripting and Security.
- Click on the PHP Settings tab.
- Scroll down, at the very bottom, under Additional directives, paste the following into the Additional Configuration Directives field.
error_log = "{DOCROOT}\php.log.resources"
8. Click OK.
The .resources file extension can not be served over the web, so you will need to use FTP to view this file.
Article ID: 1937, Created: January 15, 2014 at 9:55 PM, Modified: May 9, 2014 at 1:04 AM