• In my admin, cannot open the widgets, I cannot open admin options, help, almost everything seems to locked, and at the bottom of the page it say, “Done, but with errors on page”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try deleting and re-uploading the wp-admin and wp-includes folders from a fresh download of the current version of WordPress.

    Thread Starter currye

    (@currye)

    Thanks, that didn’t help. I looked into my error_log which had 30,898 file that had this: PHP Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/blah/public_html/blah/wp-includes/widgets.php on line 852

    This must be what causing all my problems every since I upgrade to WordPress 2.9. this is what on line 852: if ( empty($wp_registered_sidebars[$index]) || !array_key_exists($index, $sidebars_widgets) || !is_array($sidebars_widgets[$index]) || empty($sidebars_widgets[$index]) )
    return false;

    Can someone please help with this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin have a lot of problems’ is closed to new replies.