Support » Fixing WordPress » Please help – Warning after WP Upgrade

  • I cannot access wp-admin. I’m a novice when it comes to WP code manipulation so please help! I keep getting this error:

    Warning: Missing argument 2 for wpdb::prepare(), called in /home/cdsusc5/public_html/cmr/wp-content/plugins/wp-super-edit/wp-super-edit.core.class.php on line 114 and defined in /home/cdsusc5/public_html/cmr/wp-includes/wp-db.php on line 990

    This is what I have for wp-super-edit.core.class.php:
    $plugin_result = $wpdb->get_results( $wpdb->prepare( $plugin_query ) );

    line 990 for wp-db.php seems to be ok?:
    function prepare( $query, $args ) {

    Thanks, in advance…

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Please help – Warning after WP Upgrade’ is closed to new replies.