I'm a new beginner in Drupal but I don't a good start with it.
I wanted to import a Mysql data (total of 500users) of phpBB2 into Drupal. I configured normally this module good in Drupal. Everything went fine till executing the migration.

==> Copy of the log.
---------
Execute Migration

* user warning: Unknown column 'user_type' in 'where clause' query: SELECT user_id FROM phpbb_users WHERE ( user_id > 2 AND user_type <> 2) ORDER BY user_id in D:\xampp\htdocs\malheurDrupal\modules\phpbb2drupal\phpbb2drupal.module on line 325.
* user warning: Table 'bb2x.system' doesn't exist query: SELECT * FROM system WHERE type = 'theme' in D:\xampp\htdocs\malheurDrupal\includes\theme.inc on line 471.
* user warning: Table 'bb2x.cache' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'theme_registry:' in D:\xampp\htdocs\malheurDrupal\includes\cache.inc on line 26.

* Found 2 users: Beginning Import
* Successfully Imported 1 Users

-------------
I'm pretty confused so I'm thinking maybe mysql data of is wrong? I have installed a new phpBB2 v2.0.23 and I have the same problems as the first mysql data...

Comments

Tsjoewie’s picture

problem solved... I forgot which file to download. I installed 6.x - 2.1 while I needed 6.x - 1.5!

JeremyFrench’s picture

Status: Active » Closed (won't fix)

Mass close of D6 issues for this module as won't fix. Please see #1854186: Support for the 6.x branch.