ApAcHe
13-06-2005, 10:03 AM
Database error in vBulletin 3.0.6:
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
icon.title as icontitle,icon.iconpath,
thread.threadid,thread.title,lastpost,
forumid,pollid,open,replycount,postusername,postus erid,
lastposter,thread.dateline,views,thread.iconid,not es,thread.visible,sticky,votetotal,attach
FROM thread
LEFT JOIN icon ON (icon.iconid = thread.iconid)
WHERE
ORDER BY sticky DESC, lastpost DESC
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 sticky DESC, lastpost DESC' at line 10
mysql error number: 1064
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
icon.title as icontitle,icon.iconpath,
thread.threadid,thread.title,lastpost,
forumid,pollid,open,replycount,postusername,postus erid,
lastposter,thread.dateline,views,thread.iconid,not es,thread.visible,sticky,votetotal,attach
FROM thread
LEFT JOIN icon ON (icon.iconid = thread.iconid)
WHERE
ORDER BY sticky DESC, lastpost DESC
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 sticky DESC, lastpost DESC' at line 10
mysql error number: 1064