Quote:
Originally Posted by CMX_CMGSCCC
Could you give a little more information? Did it say what PHP file/link this was coming from? If not, I could probably find it, but it would be easier to look into that way.
|
Sorry about that, here is the whole error:
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT post.postid, IF(post.userid = 0, post.username, user.username) AS username,
post.pagetext, post.allowsmilie, post.userid, post.dateline
FROM vb3_vbs_ticket_post AS post
LEFT JOIN vb3_user AS user ON(user.userid = post.userid)
WHERE post.visible = 1
AND post.threadid =
ORDER BY dateline DESC, postid DESC
LIMIT 41;
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 dateline DESC, postid DESC
LIMIT 41' at line 8
Error Number : 1064
Date : Monday, May 8th 2006 @ 11:27:28 AM
Script : http://www.bloodbanktalk.com/forum/vbsupport.php
Referrer : http://www.bloodbanktalk.com/forum/vbsupport.php?do=newthread
IP Address : 170.223.146.48
Username : Cliff
Classname : vb_database