Quote:
Originally Posted by mariocaz
It is strange I thought that I don?t have problems with this great mod.
But yesterday I received by email this error:
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT *
FROM vbthread AS thread
LEFT JOIN vbforce_read_users AS force_read_users ON (thread.threadid = force_read_users.force_read_threadid AND force_read_users.force_read_userid = '741')
WHERE thread.force_read = '1' AND (thread.force_read_expire_date = '0' OR thread.force_read_expire_date > '1205821298') AND (force_read_usergroups = '' OR force_read_usergroups LIKE '%-2-%') AND (force_read_forums = '') AND force_read_users.force_read_userid IS NULL
ORDER BY force_read_order ASC;
MySQL Error : Sort aborted
Error Number : 1028
Date : Tuesday, March 18th 2008 @ 12:21:38 AM
Script : http://www.all-reefs.com/inicio/index.php
Referrer : http://www.all-reefs.com/inicio/showthread.php?t=3929
IP Address : 189.146.183.17
Username : jpluna
Classname : vb_database
Please help !!
|
Can you run this query in mysql and see if you still get the error. It's a select query so it wont affect anything.