• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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