PDA

View Full Version : IPB 1.2 does not see data


WielerArchieven
Mon 16th Apr '07, 3:01pm
Clean Import
Source board: IPB 1.2
Target version: vBulletin 3.6.5
Import usergroup
no SQL error occured
Impex 1.80


I'm trying to import an IPB 1.2 forum into a fresh install of vBulletin 3.6.5 but the Impex system does not get any further then step 001.

Step 001 works flawlessly, the only tables shown in red are 'subscription' tables, which i didn't use anyway, so not critical.

Skipped the 002 step as i didn't need that either.

But when i try step 003 i get 'Importing 0 Usergroups' although there are
9 entries in the groups table of IPB.


What could be going wrong here? Should i open a support ticket for this?


Think i also found a bug in 003.php of the ipb import module.

Steve Machol
Mon 16th Apr '07, 3:49pm
If you have found what you think is a bug, please report this in the 3.5 Bug Tracker here:

http://www.vbulletin.com/forum/forumdisplay.php?f=99

WielerArchieven
Mon 16th Apr '07, 3:56pm
Hi Steve,

Well not as much a bug but a coding error. In Impex/systems/ipb/003.php there the following lines (104 to 109);

$user_groups_array = $this->get_ipb_user_group_details($Db_source, $source_database_type, $source_table_prefix);

// Got some numbers, lets try putting it in the dB
$usergroup_object = new ImpExData($Db_target, $sessionobject,'usergroup');

$displayobject->display_now("<h4>{$displayobject->phrases['importing']} " . count($usergroup_array) . " {$displayobject->phrases['usergroups']}</h4>");

Shouldn't line 109 also use the

$user_groups_array

variable instead of

$usergroup_array

Steve Machol
Mon 16th Apr '07, 4:01pm
Please report this in the Bug Tracker so the Devs have a chance to review this. Thanks.

WielerArchieven
Mon 16th Apr '07, 4:28pm
done (http://www.vbulletin.com/forum/project.php?issueid=21857)

But couldn't set Category or Affected Version as there's nothing there for the Impex system.

Is this bug the reason why nothing gets imported?

Jerry
Mon 16th Apr '07, 8:36pm
The IPB1 importer has just been updated, though the target version for support is 1.3.1.

WielerArchieven
Tue 17th Apr '07, 5:32am
Jerry does that mean i will not be able to import a IPB 1.2 installation into
vBulletin?

If so then the manual page (http://www.vbulletin.com/docs/html/impex_ipb1.3) for IPB 1 needs to be adjusted too, as it states;
Version supported : 1.1 - 1.3

WielerArchieven
Tue 17th Apr '07, 9:14am
Opened a support ticket for this

Marco van Herwaarden
Tue 17th Apr '07, 9:49am
Problem solved in Support Ticket

New Bug Report: http://www.vbulletin.com/forum/project.php?issueid=21860

Jerry
Tue 17th Apr '07, 3:24pm
If so then the manual page (http://www.vbulletin.com/docs/html/impex_ipb1.3) for IPB 1 needs to be adjusted too, as it states;
Version supported : 1.1 - 1.3

Done.