Does the tool merge users on the fly when doing the merge if the users have the same email address and possible user id on the source and destination DBs?
My testing has not produced expected results in the sense that:
Forum1 - User ID "Swiftie", email address "Swiftie@domain.com" post count of about 600
Forum2 - User ID "Swiftie", email address "Swiftie@domain.com" post count of about 900
So we will be merging Forum1 into Forum2
From checking the conversion error log, it reports that Swiftie as member already exhists it will create a new member with user name Swiftie123456 for example. But this user can't be found later once all the the other imports have been completed so that a merge of members can take place manually via the ACP.
- Invision Power Services
- → Viewing Profile: Posts: Swiftie
Community Stats
- Group +Clients
- Active Posts 317
- Profile Views 14,077
- Member Title Advanced Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Male
-
Location
London, United Kingdom
Contact Information
26
Excellent
User Tools
Posts I've Made
In Topic: Merging IPB Forums
23 December 2011 - 07:14 PM
In Topic: Merging IPB Forums
18 December 2011 - 11:19 AM
Which file did you edit to comment out the below?
ipsRegistry::DB('hb')->build(array('select' => '*', 'from' => 'forum_tracker', 'where' => "forum_id={$row['id']}"));
ipsRegistry::DB('hb')->execute();
while ($tracker = ipsRegistry::DB('hb')->fetch())
{
$this->lib->convertForumSubscription($tracker['frid'], $tracker);
}
ipsRegistry::DB('hb')->build(array('select' => '*', 'from' => 'tracker', 'where' => "topic_id={$row['tid']}"));
ipsRegistry::DB('hb')->execute();
while ($tracker = ipsRegistry::DB('hb')->fetch())
{
$this->lib->convertTopicSubscription($tracker['trid'], $tracker);
}
In Topic: IPB > IPB
12 November 2011 - 06:44 PM
I have a similar question which fits into this.
Trying to do a IPB to IPB using the converter and both boards are on 3.2.3 but when I get to the "Categories & Forums" section its failing like Adam's issue.
I've noted the below error in the cache folder.
There isn't a table called ibf_forum_tracker unfortunately. Could this be the main cause?
Trying to do a IPB to IPB using the converter and both boards are on 3.2.3 but when I get to the "Categories & Forums" section its failing like Adam's issue.
I've noted the below error in the cache folder.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Sat, 12 Nov 2011 23:33:46 +0000 Error: 1146 - Table 'swiftie_forum.ibf_forum_tracker' doesn't exist IP Address: 86.183.43.158 - /forum/admin/index.php?adsess=d503982821edd1a17bfc3d97aca5bdea&app=convert&module=board§ion=ipboard ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT * FROM ibf_forum_tracker WHERE forum_id=3 .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | | [admin_convert_board_ipboard].convert_forums | | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/applications_addon/ips/convert/modules_admin/board/ipboard.php | [].call_user_func | 93 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [admin_convert_board_ipboard].doExecute | 302 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
There isn't a table called ibf_forum_tracker unfortunately. Could this be the main cause?
In Topic: Why I CANNOT reach this board?!
23 October 2011 - 02:00 PM
I had same issue but I just took it as "an upgrade must be occuring" as the 404 was a cpanel one. So went about my other business and now it looks like its all fine.
- Invision Power Services
- → Viewing Profile: Posts: Swiftie
- Privacy Policy
- Community Rules ·



Find content