Admin plugin pages messed up after upgrading to 5.6.1
-
I upgraded a friend’s site to 5.6.1 (from 5.1.8) and it all seemed to go smoothly. Everything works fine on the front-end, but most of the plugin pages in the admin have their formatting messed up.
For example, this is a screenshot of one the ACF field group pages: https://ibb.co/ck6B4SB
I tried deactivating all plugins, and reinstalling 5.6.1, but the issue remains.
Turning on debug, the following errors appear:
Deprecated: Non-static method DropDown_Menu_Widget::init() should not be called statically in /public_html/cms/wp-includes/class-wp-hook.php on line 287
Deprecated: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /public_html/cms/wp-includes/functions.php on line 4859
Warning: Cannot modify header information – headers already sent by (output started at /public_html/cms/wp-includes/class-wp-hook.php:287) in /public_html/cms/wp-includes/functions.php on line 6360
Warning: Cannot modify header information – headers already sent by (output started at /public_html/cms/wp-includes/class-wp-hook.php:287) in /public_html/cms/wp-admin/includes/misc.php on line 1310
Warning: Cannot modify header information – headers already sent by (output started at /public_html/cms/wp-includes/class-wp-hook.php:287) in /public_html/cms/wp-admin/admin-header.php on line 9
Notice: Undefined offset: 0 in /public_html/cms/wp-content/themes/xxxxxx/lib/cleanup.php on line 103
Notice: Undefined offset: 0 in /public_html/cms/wp-content/themes/xxxxxx/lib/cleanup.php on line 104
The first error comes from the DropDown Menu plugin, but I haven’t been able to find the source of the others.
I have a backup from before the upgrade, but as this website has many GBs of images, the backup kept timing out, and I am concerned restoring it maybe problematic. So I’d prefer to do that only as a last resort.
Does anyone have any ideas of what might be going on, or what else I can try?
Thanks!
- The topic ‘Admin plugin pages messed up after upgrading to 5.6.1’ is closed to new replies.