what does your actual configuration file say - it should show as "0".
See viewtopic.php?t=1011259 for a discussion on a similar issue, which may point to something you have missed.
These settings in configuration.php could be relevant (check that the second item is set to 0 (that's numeral zero not letter O).
public $log_everything = 0;
public $log_deprecated = 0;
Also consider - what is causing the deprecated PHP errors. An old out of date PHP version for instance - or more to the point, an extension using old code that will not work in future PHP releases. The errors may point you to the extension(s) causing the problem.
See viewtopic.php?t=1011259 for a discussion on a similar issue, which may point to something you have missed.
These settings in configuration.php could be relevant (check that the second item is set to 0 (that's numeral zero not letter O).
public $log_everything = 0;
public $log_deprecated = 0;
Also consider - what is causing the deprecated PHP errors. An old out of date PHP version for instance - or more to the point, an extension using old code that will not work in future PHP releases. The errors may point you to the extension(s) causing the problem.
Statistics: Posted by AMurray — Tue Nov 05, 2024 9:34 pm