Closed (fixed)
Project:
phpBB2Drupal
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2007 at 04:53 UTC
Updated:
23 Jan 2008 at 01:29 UTC
In the 4.7 version, we could definitely migrate the data from one database to another one, i.e. phpbb and drupal could be residing in different db. It seems that functionality got lost in the module upgrade to D5. Note that both phpbb and drupal must reside in the same type of database (i.e. either both mysql or both postgresql): this is a limitation of drupal core and there is little we can do about it.
See the 4.7 code to see how it was done. There was also a critical link that was used to reset the db link setting: it was critical because if you made a mistake in the setting, the modulre would be badly broken. Again, it was something due to how Drupal core works.
Comments
Comment #1
naheemsays commentedJust had a look into this (Drupal 4.7.10 , Drupal 5.x with the current drupal-5 branch.) and it works. Surprising as it never worked when I tried it previously. Strange.
Unless there is another confirmation (I mentioned this issue to Beginner in the first place, so original report is probably my bug report), I will close this issue.
Comment #2
naheemsays commented