Hello, any idea what may be causing this error? Conflict with another mod? Rewrite rules?
As I look at it, it comes up when someone tries to click Next Thread when the thread is the last one and there is no next one. I would think that it shouldn't show "Next Thread" but the link does show and when one clicks it with this mod, it returns this error.
Code:
Database error in vBulletin 4.1.11:
Invalid SQL:
SELECT user.userid, user.options, user.username,
user.usergroupid, user.displaygroupid, whoread.dateline, whoread.ipaddress
FROM whoread as whoread
LEFT JOIN user as user USING (userid)
WHERE whoread.threadid = 47611
AND whoread.dateline > ORDER BY username;
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 username' at line 6
Error Number : 1064
Request Date : Thursday, June 21st 2012 @ 12:43:47 PM
Error Date : Thursday, June 21st 2012 @ 12:43:48 PM
Script : http://www.**********.com/forums/**********
Referrer : http://www.**********.com/forums/**********
Classname : vB_Database
MySQL Version : 5.1.61