I just ran the user import and, though the module imported 127 of 178 users, it threw the following error for each import:

user warning: Table 'myuser_mydb.user_phpass' doesn't exist query: INSERT INTO user_phpass (hash, uid) VALUES ('BIG_OLE_HASH', 7) in /home/myuser/public_html/sites/all/modules/phpbb2drupal/phpbb2drupal.module on line 928.

I also got the same error with the stable release but figured I'd try with both. I do have the Secure Password module installed and there is no such table in the install routine for that module.

Comments

darksnow’s picture

Have you installed http://drupal.org/project/phpass ?

It is required since the D6 password hashes were different to those used in PHPBB. Since D7, more secure password hashing has been introduced and this is no longer needed.

Saoirse1916’s picture

Yes, I installed Secure Password (phpass) and that seemed to work fine. I noticed that there is no user_phpass table after installing that module though.

JeremyFrench’s picture

Status: Active » Closed (works as designed)

I think this is resolved?