lim (x³-7x²) = ∞
Wed 23rd Jul '08, 10:39am
Unknown column 'hiddencount'
Converting phpBB3 3.0.1 to vBulletin 3.0.9 and vBulletin 3.0.17 results in this error for "Import thread" module:ImpEx Database errormysql error: Invalid SQL:
INSERT INTO thread
(
forumid, title, importforumid,
importthreadid, firstpostid, lastpost,
pollid, open, replycount,
postusername, postuserid, lastposter,
dateline, views, iconid,
notes, visible, sticky,
votenum, votetotal, attach, similar,
hiddencount, deletedcount
)
VALUES
(
'5',
'Welcome to phpBB3',
'2',
'1',
'',
'',
'0',
'1',
'0',
'admin',
'2',
'0',
'0',
'0',
'0',
'Imported thread',
'1',
'',
'0',
'0',
'',
'',
'',
''
)
mysql error: Unknown column 'hiddencount' in 'field list'
mysql error number: 1054
Date: Wednesday 23rd 2008f July 2008 11:27:45 AM
Database: vbulletin3
MySQL error:
(I need 3.0.*, I didnt tried it with newer vBulletin versions.)