Last update cause error log
-
The last update fill error log every second with the same error : PHP Warning: foreach() argument must be of type array|object, bool given in /home/intellis/foubouffe.com/wp-content/plugins/freesoul-deactivate-plugins-pro/inc/mu-plugin.php on line 60
the temporary fix is to stop error log :
// Add a check to ensure $opts is an array
if (!is_array($opts)) {
$opts = [];
}
if( $eos_dp_paths && !empty( $eos_dp_paths ) ) {
global $eos_dp_debug;
$disabled_plugins = array_filter( $eos_dp_paths );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Last update cause error log’ is closed to new replies.