PHP Fatal Error
-
We’re running WordPress 5.2.2 and Adminimize 1.11.5. Everything had been working fine, then suddenly yesterday the admin (all pages of it) started getting stuck with the following fatal error:
Fatal error: Uncaught Error: Cannot access empty property in /home/example/public_html/wp-includes/formatting.php:4742 Stack trace: #0 /home/example/public_html/wp-includes/formatting.php(2691): map_deep(Object(stdClass), 'stripslashes_fr...') #1 /home/example/public_html/wp-content/plugins/adminimize/adminimize.php(1227): stripslashes_deep(Object(stdClass)) #2 /home/example/public_html/wp-content/plugins/adminimize/inc-setup/admin-bar-items.php(60): _mw_adminimize_update_option(Array) #3 /home/example/public_html/wp-includes/class-wp-hook.php(286): _mw_adminimize_get_admin_bar_nodes('') #4 /home/example/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #5 /home/example/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #6 /home/example/public_html/wp-includes/admin-bar.php(93): do_action('wp_before_admin...') #7 /home/example/public_html/wp-includes/class-wp-hook.php(286): wp_admin_bar_render('') #8 /home/example/public_html/wp-includes/class-wp-hook.php(310): WP_ in /home/example/public_html/wp-includes/formatting.php on line 4742
If I disable the plugin, everything works fine. I tried uploading a fresh copy of both the core WordPress files and the plugin files, but the error still comes up again as soon as I activate the plugin. Any idea what might be up?
- The topic ‘PHP Fatal Error’ is closed to new replies.