To fix this (as the database has changed in the latest IPB version, open the product file attached by nexia and change (Line 87)
PHP код:
SELECT id, members_pass_hash, members_pass_salt
to
PHP код:
SELECT member_id as id, members_pass_hash, members_pass_salt
That will fix it