HI, I have installed this today...
And a strange issue happens...
I was testing it on Opera browser, where i was logged in as admin.
Everything was ok there...
But when i tryed to test others browsers (as guest visitors), my board does not load and it gives me and database error message.
as below:
Code:
Database error in vBulletin 4.1.1:
Invalid SQL:
SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.postusername, thread.postuserid, thread.lastposter, thread.lastposterid, thread.dateline, thread.views, thread.visible, thread.open, user.usergroupid, user.displaygroupid
FROM vb_thread AS thread
LEFT JOIN vb_user AS user ON (user.userid = thread.lastposterid)
WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open!='10' AND thread.forumid NOT IN(137,87,48,54,45,72,30,12,136,6,31,37,101,7,32,53,113,68,)
ORDER BY lastpost DESC
LIMIT 0, 15;
MySQL Error : 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 ')
ORDER BY lastpost DESC
LIMIT 0, 15' at line 4
Error Number : 1064
Request Date : Saturday, January 22nd 2011 @ 10:24:16 PM
Error Date : Saturday, January 22nd 2011 @ 10:24:16 PM
Script : http://www.myboard.com/forum/forum.php
Referrer :
IP Address : my.ip
Username : N?o Registrado(s)
Classname : vB_Database
MySQL Version :
now the mod is unninstaled and everything comes alright....
Any clue?
Ty in advance
pS.: While the problem was happening in others browsers....opera (admin instance) was running ok.