koned
09-20-2005, 05:30 PM
Hi can anyone help with this problem
Database error in vBulletin 3.0.8:
Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public , pollvoteid
FROM poll AS poll
INNER JOIN thread AS thread USING (pollid)
LEFT JOIN pollvote AS pollvote ON (pollvote.pollid = poll.pollid AND pollvote.userid = 1)
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE open <> 10 AND thread.pollid != 0 AND visible = 1
AND deletionlog.primaryid IS NULL
ORDER BY
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 11
mysql error number: 1064
what can i do ????
the problem is i cant see the portal
and if i start the cmps_index.php manually
this message appears
any ideas
please help
big thx
greez
koned :confused:
Database error in vBulletin 3.0.8:
Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public , pollvoteid
FROM poll AS poll
INNER JOIN thread AS thread USING (pollid)
LEFT JOIN pollvote AS pollvote ON (pollvote.pollid = poll.pollid AND pollvote.userid = 1)
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE open <> 10 AND thread.pollid != 0 AND visible = 1
AND deletionlog.primaryid IS NULL
ORDER BY
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 11
mysql error number: 1064
what can i do ????
the problem is i cant see the portal
and if i start the cmps_index.php manually
this message appears
any ideas
please help
big thx
greez
koned :confused: