phpBB to FUD conversion [message #27471] |
Fri, 09 September 2005 08:01 |
Crimson
Messages: 51 Registered: June 2005 Location: Phoenix, AZ
Karma: 0
|
Member |
|
|
I'm converting another phpBB forum to FUD and the conversion is just not working. I tried recreating the forum in question and moving all the threads to it, but no dice. Where should I start in troubleshooting this?
(/htdocs/util_n00bstories/FUDforum/include/theme/default/db.inc:73<br />
/htdocs/util_n00bstories/FUDforum/include/theme/default/db.inc:40<br />
/htdocs/util_n00bstories/FUDforum/include/theme/default/imsg_edt.inc:506<br />
/htdocs/n00bstories.com/forums/phpBB2.php:522<br />
) 1146: Table 'n00bstories_FUD.fud_fl_10' doesn't exist<br />
Query: LOCK TABLES fud_fl_10 WRITE<br />
_POST: array (
'frm_cat_id' => '8',
'frm_name' => 'Archives',
'frm_descr' => 'Posts from forums that have been removed, kept for posterity.',
'frm_forum_opt' => 16,
'frm_max_file_attachments' => 1,
'frm_max_attach_size' => 1024,
)<br />
Server Version: 4.1.12-standard<br />
|
|
|
|
|
|
Re: phpBB to FUD conversion [message #27543 is a reply to message #27471] |
Mon, 12 September 2005 02:20 |
Crimson
Messages: 51 Registered: June 2005 Location: Phoenix, AZ
Karma: 0
|
Member |
|
|
(/htdocs/util_n00bstories/FUDforum/include/theme/default/db.inc:73<br />
/htdocs/util_n00bstories/FUDforum/include/theme/default/db.inc:40<br />
/htdocs/util_n00bstories/FUDforum/include/theme/default/imsg_edt.inc:506<br />
/htdocs/n00bstories.com/forums/phpBB2.php:523<br />
) 1146: Table 'n00bstories_FUD.fud_fl_10' doesn't exist<br />
Query: LOCK TABLES fud_fl_10 WRITE<br />
_POST: array (
'frm_cat_id' => '8',
'frm_name' => 'Archives',
'frm_descr' => 'Posts from forums that have been removed, kept for posterity.',
'frm_forum_opt' => 16,
'frm_max_file_attachments' => 1,
'frm_max_attach_size' => 1024,
)<br />
Server Version: 4.1.12-standard<br />
Fresh install, I think this is the same error...
|
|
|
|
Re: phpBB to FUD conversion [message #27578 is a reply to message #27471] |
Tue, 13 September 2005 03:20 |
Crimson
Messages: 51 Registered: June 2005 Location: Phoenix, AZ
Karma: 0
|
Member |
|
|
My forum is version 2.0.1 which is insanely old. I have been manually patching exploits on it. Of course I already know I'm a moron at this point for letting it get this bad. But I'm TRYING to improve to a forum written by someone who knows what they're doing.
I think the problems I am having are related to that... the database structure is probably not what your converter is expecting to see by now. The converter said it's for version 2.0.X so I thought it would be OK.
I think next I should try getting the current forum upgraded to the latest version and see if the mysql db changes allow your converter to do the trick. I didn't post this expecting you to change your software around... I believe this to be a problem with MY data being so old, not your software which worked perfectly on the other forum I moved away from the Dark Side.
Then again, maybe this error is easily fixed and the transformation will be complete.
Current error (once again after a fresh install of FUD):
<b>Notice</b>: Undefined offset: 10 in <b>/htdocs/n00bstories.com/forums/phpBB2.php</b> on line <b>491</b><br />
(/htdocs/util_n00bstories/FUDforum/include/theme/default/db.inc:73<br />
/htdocs/n00bstories.com/forums/phpBB2.php:500<br />
) 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
110,
110,
66,
3,
1000000000,
0,
1028524321<br />
Query: INSERT INTO fud_thread (
id, forum_id, root_msg_id, last_post_id, views, thread_opt, orderexpiry, moved_to, last_post_date,
replies
) VALUES(
23,
,
110,
110,
66,
3,
1000000000,
0,
1028524321,
0)
<br />
_POST: array (
'frm_cat_id' => '8',
'frm_name' => 'Archives',
'frm_descr' => 'Posts from forums that have been removed, kept for posterity.',
'frm_forum_opt' => 16,
'frm_max_file_attachments' => 1,
'frm_max_attach_size' => 1024,
)<br />
Server Version: 4.1.12-standard<br />
|
|
|
|
|
|
Re: phpBB to FUD conversion [message #36259 is a reply to message #36235] |
Sun, 11 March 2007 15:01 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to run the phpbb conversion script that you can find on the download page.
FUDforum Core Developer
|
|
|
|
|
Re: phpBB to FUD conversion [message #36346 is a reply to message #36287] |
Sun, 18 March 2007 18:10 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to update GLOBALS.php inside the include directory, make sure there are symlinks to this file inside the forum's web root and adm/ directories. The login as admin and rebuild the theme.
FUDforum Core Developer
|
|
|