Multiple PHP errors after WP 4.6.1 & plugins upgrade
-
I have read the WP4.6 master list and cannot fix my issue, I have exhausted most avenues, here is my issue:
Website was absolutely fine and then I have performed these upgrades:
WordPress Upgrade to 4.6.1 – no issues
Beautiful Taxonomy Filter from 1.2.9 to 2.10 – no issues
Contact Form DB from 2.10.20 to 2.10.22 – no issues
Akismet from 3.1.11 to 3.2 – no issues
Yoast SEO from 3.4.2 to 3.5 – no issues
Custom Post Type UI 1.3.5 to 1.4.1 – no issues
Advanced Custom Fields PRO 5.4.1 to 5.4.5 – no issues
Installed WordFence latest version – no issuesIf you use the admin area eventually (and sporadically) you will get multiple different PHP error messages, here are a selection:
y() expects parameter 1 to be a valid callback, function ‘default_password_nag_handler’ not found or invalid function name in /home/xxxx/public_html/xxxx/wp-includes/plugin.php on line 524
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘update_nag’ not found or invalid function name in /home/xxxx/public_html/xxxx/wp-includes/plugin.php on line 524
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘maintenance_nag’ not found or invalid function name in /home/xxxx/public_html/xxxx/wp-includes/plugin.php on line 524
Fatal error: Call to undefined function update_right_now_message() in /home/xxxx/public_html/xxxx/wp-admin/includes/dashboard.php on line 313
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘default_password_nag_handler’ not found or invalid function name in /home/xxxx/public_html/xxxx/wp-includes/plugin.php on line 524
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_plugin_update_rows’ not found or invalid function name in /home/xxxx/public_html/xxxx/wp-includes/plugin.php on line 524
Warning: Cannot modify header information – headers already sent by (output started at /home/xxxx/public_html/xxxx/wp-includes/plugin.php:524) in /home/xxxx/public_html/xxxx/wp-includes/pluggable.php on line 1174
Warning: Cannot modify header information – headers already sent by (output started at /home/xxxx/public_html/xxxx/wp-includes/plugin.php:524) in /home/xxxx/public_html/xxxx/wp-includes/pluggable.php on line 1174
This can happen on the WP admin homepage, when editing a post, a custom post type post, the theme selection page, a plugins setting page I have even seen some PHP errors on the front end.
I have also restored a backup and attempted the same upgrades again with the exact same result.
I have disabled themes and plugins with the same result.
Any help much appreciated as I have no idea what is causing this issue.
- The topic ‘Multiple PHP errors after WP 4.6.1 & plugins upgrade’ is closed to new replies.