Problem with install from phpBB2? [message #8095] |
Sat, 11 January 2003 17:23 |
modaco
Messages: 4 Registered: January 2003
Karma: 0
|
Junior Member |
|
|
I have just installed FUDforum... so far so good!
I have a problem running the phpBB2 conversion tho: it stops at this point:
'Importing Categories 3
Finished Importing Categories
Importing Forums 26'
and as such doesn't seem to import any forums!
Users, categories etc are there, but nothing else.
Any ideas?
P
PS It's a big forum! http://www.MoDaCo.com/SmartPhone
|
|
|
Re: Problem with install from phpBB2? [message #8099 is a reply to message #8095] |
Sat, 11 January 2003 17:57 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Hmm... what is your PHP error reporting level set to?
Also check the forum's error tracking control panel it may have logged an error and that caused the import script to die.
FUDforum Core Developer
|
|
|
|
Re: Problem with install from phpBB2? [message #8103 is a reply to message #8102] |
Sat, 11 January 2003 18:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Yeah, you somehow have two forums who's view order is the same. That caused the importer to die because in FUDforum the view order is unqiue.
Could you run the following query and paste me the results:
SELECT forum_id,forum_order FROM (your PHPBB2 prefix)forums;
FUDforum Core Developer
|
|
|
|
|