I tried to turn off error logging to /logs/#domain#php.error.log with cpanel's multi php manager for a particular account but without luck. These are the new entries set in cpanel multi php manager:
display_errors = Off
error_reporting = Off
error_log = ""
/logs/php.error.log file is still created (containing a lot of strict warnings etc.) and incresing the account's size.
How can I completely stop the creation of php.error.log file for that particular account?
display_errors = Off
error_reporting = Off
error_log = ""
/logs/php.error.log file is still created (containing a lot of strict warnings etc.) and incresing the account's size.
How can I completely stop the creation of php.error.log file for that particular account?