I recentlu moved from one server to the next. Finally, all is well ... almost. I have one member blog, located here:
http://problemsareforsolving.blogpeoria.com
That is experiencing the following problem. Namely, the following error appears atop all posts and even in that' site's admin pages:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/blogpeor/public_html/wp-includes/widgets.php on line 676
Warning: Invalid argument supplied for foreach() in /home/blogpeor/public_html/wp-includes/widgets.php on line 676
I tried moving this site to a new theme, same problem. Also, same problem when I deactivate all the plugins. This is the only blog with this message. Any ideas?
When I check that line in widgets.php, I see the following
`foreach ( array_keys($options) as $o ) {~