Cannot login any imported users. Receives error "Can’t select database"
-
I creating a custom import for ExpressionEngine. The name of my file and class is “ExpressionEngine”. For the “authenticate_pass” method I have confirmed it is done the same way EE does the compare with all the different hash algos it could be in a different test php file.
The problem is if I try to login as one of these users I get errors:
Notice: Undefined index: _bbp_converter_rows in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 651Notice: Undefined index: _bbp_converter_db_user in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 652
Notice: Undefined index: _bbp_converter_db_pass in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 652
Notice: Undefined index: _bbp_converter_db_name in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 652
Notice: Undefined index: _bbp_converter_db_server in /../wp-content/plugins/bbpress/includes/admin/converter.php on line 652
Can’t select database
I then removed the “_bbp_class” meta for this user and reset their password and can login just fine. So it has to do with “bbp_user_maybe_convert_pass” method when including the converter.
I truly appreciate any help with this. I am on v 2.5.5
- You must be logged in to reply to this topic.