• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

log the php errors into a file

L

Lucien

Guest
Hello, i would like to know how i can do to log all the php errors that occur on my websites to a log file on my dedicated server.
I already looked into the php.ini file and i turned on the "log_errors" option.
I also created a file called errors.log and made it writable and i put the path of this file just after "log_errors" in the php.ini file.
But it doesn't work, nothing is written in that file since now a few days. ?!
What should I do and how are you guys doing to use this function ?
 
You need to add into vhost.conf the setting to log the error_logs, see Power Toys.
 
Back
Top