I am getting the following error when people try to open certain threads and any sticky post...
Quote:
Invalid SQL:
SELECT MAX(dateline) AS lastpost, COUNT(*) AS total
FROM vb_usernote AS usernote
WHERE userid =
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 '' at line 3
mysql error number: 1064
I am not sure where the error is occuring or how to fix it. Can someone help me?