Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    have the same problem on line 554 with WP 3.5, BP MS 1.6.2, unconfirmed 1.2.1

    Solved by changing the line by this:
    $registrations = $wpdb->get_results( $wpdb->prepare( "SELECT user_email, activation_key FROM $wpdb->signups WHERE activation_key IN ({$activation_keys})", $activation_keys) );

    This is fixed in Unconfirmed 1.2.3.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error with WP 3.5’ is closed to new replies.