vitoreis
05-20-2007, 08:17 PM
Hi,
I've just upgraded vBadvanced to the latest version (3.0 RC1) and now I got this error in index.php (cmps_index.php):
Database error in vBulletin 3.6.2:
Invalid SQL:
SELECT
thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, pollid, thread.forumid
, NOT ISNULL(subscribethread.subscribethreadid) AS subscribed
FROM thread as thread
LEFT JOIN subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
WHERE open != 10 AND thread.visible = 1
AND thread.forumid IN(Array)
ORDER BY lastpost DESC
LIMIT 5;
MySQL Error : Unknown column 'Array' in 'where clause'
Error Number : 1054
Classname : vb_database
Any idea what this could be please?
Thanks for the help.
Vitor Reis
I've just upgraded vBadvanced to the latest version (3.0 RC1) and now I got this error in index.php (cmps_index.php):
Database error in vBulletin 3.6.2:
Invalid SQL:
SELECT
thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, pollid, thread.forumid
, NOT ISNULL(subscribethread.subscribethreadid) AS subscribed
FROM thread as thread
LEFT JOIN subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
WHERE open != 10 AND thread.visible = 1
AND thread.forumid IN(Array)
ORDER BY lastpost DESC
LIMIT 5;
MySQL Error : Unknown column 'Array' in 'where clause'
Error Number : 1054
Classname : vb_database
Any idea what this could be please?
Thanks for the help.
Vitor Reis