I'm getting a few errors when trying to import the users. Below you will find the errors I am getting. I greatly need to get this tool to work.

This is on the latest version available on the drupal site for the 7.dev and I am using drupal 7.10. My phpBB version is 3.0.9

Strict warning: Only variables should be passed by reference in phpbb2drupal_user_save() (line 1024 of C:\xampp\htdocs\oldrep\sites\all\modules\phpbb2drupal\phpbb2drupal.module).
Warning: htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument in check_plain() (line 1552 of C:\xampp\htdocs\oldrep\includes\bootstrap.inc).
Warning: htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument in check_plain() (line 1552 of C:\xampp\htdocs\oldrep\includes\bootstrap.inc).
PDOException: in drupal_write_record() (line 6888 of C:\xampp\htdocs\oldrep\includes\common.inc).

Comments

Golem07’s picture

I am getting the same / similar errors when tryint to import users:

Strict warning: Only variables should be passed by reference in phpbb2drupal_user_save() (line 1024 of E:\xampp\htdocs\test\sites\all\modules\phpbb2drupal\phpbb2drupal.module).
PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'created' at row 1: UPDATE {users} SET pass=:db_update_placeholder_0, created=:db_update_placeholder_1 WHERE (uid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => $H$99n/OaFZNmpQgHIwb/wuTGwsWJzaGO1 [:db_update_placeholder_1] => [:db_condition_placeholder_0] => 2 ) in phpbb2drupal_user_save() (line 1036 of E:\xampp\htdocs\test\sites\all\modules\phpbb2drupal\phpbb2drupal.module).

JeremyFrench’s picture

Status: Active » Closed (cannot reproduce)

Haven't seen this issue, is probably due to an old version. Please re open if latest code does the same thing.