Anyone?
I still have this issue and I’m now sure it can be fixed directly within the WP database, however whenever I make any changes to it, I get a PHP error at line 621 on WP-widgets.php.
Any idea how to make changes to the DB entry directly?
I have the following DB within “WP_options” entry and I’ve noticed I have effectively 2 sidebars blocking “sidebar-1” control of the remaining widgets. Even my dashboard is reporting 8 widgets in use when only 2 are being used.
a:3:{s:12:"wp_dashboard";a:6:{i:0;s:8:"calendar";i:1;s:8:"archives";i:3;s:5:"rss-1";i:4;s:6:"search";i:5;s:5:"pages";i:6;s:4:"meta";}s:9:"sidebar-1";a:0:{}s:13:"array_version";i:3;}
I’ve tried even removing the code altogether but this doesn’t seem to work.
Does anyone have any idea what “a, s” or “i” mean within the DB parameters?
Any help would be massively appreciated!
BB