Hi! I just try to use PHP-Error on my local WP installation, after I add this code
if (function_exists('\php_error\reportErrors')) {
\php_error\reportErrors( array(
'wordpress' => true
));
}
in my wp-config.php file, I found the wp media uploader not working (see the pic)

Hi! I just try to use PHP-Error on my local WP installation, after I add this code
in my
wp-config.phpfile, I found the wp media uploader not working (see the pic)