MyBB Community Forums

Full Version: MySQL - Bug?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hey,

i´m not sure, but I post it on this forum:

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - 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
Query:
INSERT INTO mybb140_pollvotes (pid,uid,voteoption,dateline) VALUES

SQL Engine: MySQLi 5.0.22

This error comes, if I vote on a poll with multiple options.
It seems a bug?
I use the original polls.php


Sebastian
Probably isn't a bug, works fine here: http://community.mybboard.net/thread-40349.html

Unless there's something more to it... what modifications do you have?? Changed any PHP files?? Plugins??
Sebastian says he's using MySQLi 5.0.22 - so unless MyBB is also using the same DB engine the results might be different.

Is that all of the error? It seems that the query that is used has been cut off in the middle...
I´ve get the error in two difficult forums on same server..
Hmm... ok can we have a link and test account??
(2008-11-11, 07:57 PM)Matt_ Wrote: [ -> ]Hmm... ok can we have a link and test account??

yah here:

url:http://www.computerhartware.de/
account: test
password: 123456
link to poll: http://www.computerhartware.de/thread-16572.html
Hmm... just in response to Tom's query about the query (Toungue) that is the entire error.

How long has this happened for?? Since you first installed?? After going to 1.4.3?? After modifying something?? Just randomly??

Nice theme by the way.
(2008-11-11, 08:06 PM)Matt_ Wrote: [ -> ]How long has this happened for?? Since you first installed?? After going to 1.4.3?? After modifying something?? Just randomly??

since fresh mybb 1.4.2 setup.
its the first multiple poll.
I take it regular (one option) polls are ok??
(2008-11-11, 08:13 PM)Matt_ Wrote: [ -> ]I take it regular (one option) polls are ok??

yes, look here.
http://www.computerhartware.de/thread-16064.html
Pages: 1 2 3