Whenever I run a migration, Drupal spits out a bunch of errors about "Table 'phpbb2.system' doesn't exist". The phpBB tables are on a different database. It would seem that the module isn't redirecting system queries called on every page back to the Drupal database.

Comments

naheemsays’s picture

Any specific queries that show up at any specific points of the migration?

I doubt the errors will damage the import however - they will just interfere with the UI during import. (I thought I had fixed them all...)

meustrus’s picture

Mostly stuff like "SELECT * FROM system WHERE type='theme'" or something similar, IIRC. Also, one gargantuan "UPDATE cache" query. Happens on every migration step.

naheemsays’s picture

yes, both of those can be ignored safely.

(are you using version 2.1 or 1.5?)

meustrus’s picture

Version: 6.x-2.1 » 6.x-1.5

I could have sworn I put 1.5 on the issue. I know they can all be ignored, but it makes it difficult to tell if there are any real errors.

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.