Closed (won't fix)
Project:
phpBB2Drupal
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2010 at 21:07 UTC
Updated:
5 Feb 2013 at 16:48 UTC
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
Comment #1
naheemsays commentedAny 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...)
Comment #2
meustrus commentedMostly stuff like "SELECT * FROM system WHERE type='theme'" or something similar, IIRC. Also, one gargantuan "UPDATE cache" query. Happens on every migration step.
Comment #3
naheemsays commentedyes, both of those can be ignored safely.
(are you using version 2.1 or 1.5?)
Comment #4
meustrus commentedI 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.
Comment #5
JeremyFrench commentedMass close of D6 issues for this module as won't fix. Please see #1854186: Support for the 6.x branch.