• Hi,

    Since my update to wp 3 I had froze in the admin

    Looking at the code, I saw my entirely user list was load is the code, instead of the admin and authors.

    The error come from the function :

    get_editable_user_ids

    return $wpdb->get_col( $wpdb->prepare(“SELECT user_id FROM $wpdb->usermeta WHERE meta_key = %s AND meta_value = ‘0’”, $level_key) );

    The meta selected is incorrect,

    Regards

Viewing 1 replies (of 1 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems?

    resetting the plugins folder by FTP or PhpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress?

    – increasing the memory available to PHP?
    http://wordpress.org/support/topic/253495#post-1017842

Viewing 1 replies (of 1 total)
  • The topic ‘Admin froze’ is closed to new replies.