Closed (works as designed)
Project:
phpBB2Drupal
Version:
6.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2012 at 20:24 UTC
Updated:
8 Nov 2012 at 14:15 UTC
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
Comment #1
darksnowHave 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.
Comment #2
Saoirse1916 commentedYes, 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.
Comment #3
JeremyFrench commentedI think this is resolved?