I upgraded my site yesterday from 3.5.4 to 3.6.2 and everything seemed to go well. It was my first upgrade and I took my time and followed the instructions...
Also, forgive me if I am asking a common question please.
I am now getting these errors by e-mail:
Database error in vBulletin 3.6.2:
Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question,
poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters,
public
FROM poll AS poll
INNER JOIN thread AS thread USING (pollid)
WHERE open <> 10 AND visible = 1 AND active = 1
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
10
Error Number : 1064
Date : Sunday, October 8th 2006 @ 12:24:09 AM
---
Thanks in advance for any help.
Also, forgive me if I am asking a common question please.
I am now getting these errors by e-mail:
Database error in vBulletin 3.6.2:
Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question,
poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters,
public
FROM poll AS poll
INNER JOIN thread AS thread USING (pollid)
WHERE open <> 10 AND visible = 1 AND active = 1
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
10
Error Number : 1064
Date : Sunday, October 8th 2006 @ 12:24:09 AM
---
Thanks in advance for any help.
Comment