Mysql error
Brian:
I'm repeatedly getting this sporadic error on my website. I haven’t been able to track it down as it only happens like 1% of the access. Database error in vBulletin 3.0.3:
Invalid SQL:
SELECT imageid
FROM adv_gallery_images AS images
WHERE images.catid = '524' AND valid = '1'
ORDER BY sticky 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 'LIMIT' at line 5
mysql error number: 1064
Just for your information, Cat 524 is protected by a password. I’ve never had this error except with those categories which are password protected.
|