PDA

View Full Version : Importing phpBB in Nuke to vBulletin 3.5.2


vossi
Fri 30th Dec '05, 10:18pm
Having the following version of phpBB in nuke Module Copyright © Information
Forums module for PHP-Nuke (http://phpnuke.org/)

http://www.shadowsofdoom.com/nuke/images/arrow.gif Module's Name: Forums
http://www.shadowsofdoom.com/nuke/images/arrow.gif Module's Version: 2.1
http://www.shadowsofdoom.com/nuke/images/arrow.gif Module's Description: phpBB (http://www.phpbb.com/) port v2.1 based on Tom Nitzschner's (http://www.toms-home.com/) phpbb2.0.6 (http://bbtonuke.sourceforge.net/) upgraded to phpBB (http://www.phpbb.com/) 2.0.4 standalone was developed and tested by:
ArtificialIntel (http://the-sci-factor.ods.org/), ChatServ (http://www.nukeresources.com/), mikem (http://nukemods.com/), sixonetonoffun (http://www.nukedwebtree.com/) and Paul Laudanski (http://www.computercops.biz/) (aka Zhen-Xjell (http://nukecops.com/)).
http://www.shadowsofdoom.com/nuke/images/arrow.gif License: GNU/GPL
http://www.shadowsofdoom.com/nuke/images/arrow.gif Author's Name: Nuke Cops
http://www.shadowsofdoom.com/nuke/images/arrow.gif Author's Email: zx@nukecops.com

we're trying to import the stuff to vbulletin 3.5.2 with the phpBB importer and the changing prefix trick - but there seems to be a problem with old user/group relations.

ImpEx Database errormysql error: Invalid SQL:
SELECT * FROM nuke_user_group
WHERE user_id = 1
ORDER BY group_id

mysql error: Table 'shadows_doom.nuke_user_group' doesn't exist

mysql error number: 1146

Date: Saturday 31st of December 2005 03:05:45 AM

the new user -> group relationship seems quite different to the old one.
tried the old phpBB 1.XX importer too .. he works for users / usergroups and forums but i don't get
a) all subforums - only main categories and
b) no single thread / post assigned due to the subcategories don't exist

anyway to help me out of this? i don't want to lose all old data :(

stefaandk
Sun 1st Jan '06, 11:29pm
You can't go from Nuke to vB directly, I recently did migrate from nuke to vB, the forums only so far.

First you have to migrate from nuke to standard phpBB and then from phpBB to vB.
There is a script to do this on the phpBB site which I used:

http://www.phpbb.com/phpBB/viewtopic.php?t=304974

This works OK, if you have a lot of data though you might have to increase your excution times in php.ini for the script to finish properly.

Once you got it in phpBB you can go vB. Worked OK for me.

vossi
Mon 2nd Jan '06, 10:50am
big thanks mate .. this 1 worked perfectly :)