phpBB2 2.0.21 --> 2.7.6 [message #35864] |
Sun, 18 February 2007 00:19 |
Starcitsura
Messages: 9 Registered: February 2007
Karma: 0
|
Junior Member |
|
|
Tired of phpBB and having always being fond of FUDforum, I finally decided to make the switch, however I'm having some issues with the conversion, and really have no idea what to do about it.
Quote: | Beginning Conversion Process
Reading phpBB2 config
Done: Reading phpBB2 config
Importing Smilies: 48
Finished Importing Smilies
Importing Avatar Galleries
from: ../forums/images/avatars/gallery/
Finished Importing Avatar Galleries, 0 avatars improted
Importing Users 112
(/home/navaldom/public_html/FUDforum/include/theme/default/db.inc:72
/home/navaldom/public_html/FUDforum/include/theme/default/db.inc:132
/home/navaldom/public_html/FUDforum/phpBB2.php:257
) 1054: Unknown column 'id' in 'field list'
Query: SELECT MAX(id) FROM navaldom_phpb1.phpbb_users
Server Version: 4.1.20-standard-log
|
Help?
|
|
|
Re: phpBB2 2.0.21 --> 2.7.6 [message #35870 is a reply to message #35864] |
Sun, 18 February 2007 16:59 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Can you do "desc phpbb_users" and show me the output. It seems like the "id" column was removed from this table.
FUDforum Core Developer
|
|
|
|
|
|
Re: phpBB2 2.0.21 --> 2.7.6 [message #35936 is a reply to message #35933] |
Thu, 22 February 2007 00:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You don't need to change the name of the field, just make the query alias user_id to id, which is what I suggested.
FUDforum Core Developer
|
|
|