Hello,
this line is a problem also in php5.6 due to deprecated mysql_ .
Please fix that line with something like that :
$userid = (int)$wpdb->get_var($wpdb->prepare("SELECT ID FROM $wpdb->users WHERE user_email = %s", $id_or_email));
thank you,
Luigi
I’ve just updated to 2.3.1 and now work correctly.