Closed (won't fix)
Project:
phpBB2Drupal
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2010 at 18:16 UTC
Updated:
5 Feb 2013 at 16:47 UTC
Do the tables phpbb2drupal_temp[post,forum,topic,user] serve and purpose after the conversion, or can they be dropped?
I ask because I'm getting a MySQL error now when trying to import a dump including them.
INSERT INTO `phpbb2drupal_temp_post` ( `post_id` , `cid` )
VALUES ( 255, 287 ) ;
MySQL said: Documentation
#1062 - Duplicate entry '255' for key 1
Comments
Comment #1
naheemsays commentedThey are used by phpbb_redirect to redirect old links to their new locations.
If you are getting notices of duplicate entries etc, then that may cause problems for those specific links, but should continue working for the rest of the links.
Comment #2
Benj commentedThanks
Are there any problems with dropping the phpbb2drupal_* tables and disabling or uninstalling phpbb2drupal after the conversion?
Do you have any idea why such an error would occur? My dumps previous to this sudden error imported fine.
Comment #3
naheemsays commentedThe tables are used by phpbb_redirect, so dropping them will be a problem.
If it was a one off problem, then maybe just do the import again as it may have been a one off problem?
Comment #4
JeremyFrench commentedMass close of D6 issues for this module as won't fix. Please see #1854186: Support for the 6.x branch.