I know that this is unsupported, but I'm curious if anyone else received the following error when trying to create a new article? I am using 3.7.2.
Code:
Database error in vBulletin 3.7.2:
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 = error
AND whoread.dateline > 1228345536 ORDER BY username;
MySQL Error : Unknown column 'error' in 'where clause'
Error Number : 1054
Request Date : Friday, January 2nd 2009 @ 04:05:36 PM
Error Date : Friday, January 2nd 2009 @ 04:05:36 PM
Script : (my site)/showwiki.php?do=create
Referrer : (my site)/newthread.php?do=newthread&f=34
MySQL Version : 5.0.67-community-log