Author Topic: php stopped logging to file  (Read 4734 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
php stopped logging to file
« on: May 27, 2019, 06:08:39 PM »
I installed php-fpm 7.2.13 and have the default
Quote
log_errors = On
as well as all the other default settings. I've changed nothing in php.ini and php just won't log errors to
Quote
/usr/local/apache/logs/error_log
as it was before. Any ideas?

Offline
*****
Re: php stopped logging to file
« Reply #1 on: May 27, 2019, 07:12:43 PM »
Hi, you have to check log file in /usr/local/apache/domlogs/ ;)
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: php stopped logging to file
« Reply #2 on: May 27, 2019, 07:36:31 PM »
...and there it is, guess I didn't get the memo on the change  ;-}. Thanks...