• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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