I tried creating a poll and now I get this error
I tried adding my first poll, and after I clicked save I got this message.
Code:
POLL:[Start Date:2004-01-01 End Date:0000-00-00 ]s
Qty: What do you think of this site?
ERROR: Unable to execute query
SELECT count(*) as poll_id from vote_result WHERE answer='Meh, I don't really care.'
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 't really care.'' at line 1
Re: I tried creating a poll and now I get this error
Your problem is in the answer. Your answer is:
Code:
Meh, I don't really care.
You will need to remove that apostrophe.