The PHPBB (v3) installation I am trying to migrate does not have the "categories" table -- we never used the feature.

I was able to (cleanly) migrate it before using version 7.x-3.0 of the module. Trying to do the same with the 7.x-4.x-dev version successfully migrates the Avatars, but then fails to migrate Forums with the following error:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.prefix_categories' doesn't exist [error]
Skipping migration phpbb_name_Forums due to unfulfilled dependencies: [warning]
phpbb_name_Categories
Use the --force option to run it anyway.

I suppose, creating an empty table -- or using the "--force" option will be the work-around, but it should not be necessary...

Comments

unitedwallabies’s picture

According to this discussion, the problem is due to the module not detecting PHPBB version properly -- misdiagnosing v3 as v2 sometimes and doing the wrong thing...