help needed please

cinneke

New Member
i have installed this mod :

AJAX Tabbed Latest Threads - Page 2 - vBulletin.org Forum

after in installing and uninstalling i get this error any help ?

get only the error on the main forum other links are good !!
thx


Code:
Database error in vBulletin 3.8.1:

Invalid SQL:

     SELECT thread.threadid,
            thread.title AS tht,
            thread.postusername,
            thread.replycount,
            thread.lastposter,
            thread.views,
            thread.attach,
            forum.title AS fot
     FROM thread AS thread, forum AS forum
     WHERE thread.forumid = forum.forumid
     AND thread.forumid NOT IN (0)
     AND thread.threadid NOT IN (0)
     order by thread.lastpost Desc
     LIMIT;

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 '' at line 14
Error Number  : 1064
Request Date  : Wednesday, February 4th 2009 @ 12:03:00 PM
Error Date    : Wednesday, February 4th 2009 @ 12:03:00 PM
Script        : http://www.forum/
Referrer      : 
IP Address    : 
Username      :
Classname     : vb_database
MySQL Version : 4.1.21-standard-log
 
Back
Top