Widgets doesn’t work with WP 4.9
-
After I updated to WP4.9 the Widget Area isn’t working anymore.
When I look at the Developer-Tools-Console, I’m getting the following errors:
– ReferenceError: MediaElementPlayer is not defined (
mediaelement-migrate.min.js:1:342)– TypeError: b(…).not(…).filter(…).mediaelementplayer is not a function (
wp-mediaelement.min.js:1:453)Also, when I activate a Theme, I’m getting the following errors:
Warning: array_merge(): Argument #2 is not an array in xxx\wp-includes\widgets.php on line 1159
Warning: array_diff(): Argument #2 is not an array in xxx\wp-includes\widgets.php on line 1160
Warning: Invalid argument supplied for foreach() in xxx\wp-includes\widgets.php on line 1162
Warning: array_merge(): Argument #1 is not an array in xxx\wp-includes\widgets.php on line 1170I have deactivate all Plugins and have updated the Twenty-Themes. But the problems still exist.
I’ve made a brand new installation of WordPress 4.9. In this installation there are no errors.
After I clear the widget Data in the Database (
rs_ib_options
WHEREoption_name
= ‘sidebars_widgets’ ), the PHP Warnings by activate a Theme are gone. But the Javascript errors in the Widget area are still there.What can I do, to fix this issue?
- The topic ‘Widgets doesn’t work with WP 4.9’ is closed to new replies.