Closed (fixed)
Project:
phpBB2Drupal
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
14 Nov 2011 at 15:50 UTC
Updated:
26 Oct 2012 at 16:41 UTC
This version is now completely incompatible with any multi-language site if the phpbb tables are taken from a different database (it tries to look for Drupal's locales_source and similar tables in the input database, not in Drupal's own).
Edit: lacking db_set_active() calls, most likely.
Comments
Comment #1
JeremyFrench commentedI have been working on just this. Will be posting back to drupal.org soon.
Comment #2
JeremyFrench commentedComment #3
JeremyFrench commentedHave updated this so that you can add multiple sources. Next step is to get it to recognize language.
Comment #4
JeremyFrench commentedThis should now work. It will pick up the default language from the phpbb instance and use that.
Comment #5.0
(not verified) commentedCode suggestion