Hello:

I ran into this problem as well. What is happening is that your using contractions with apostropie such as "its's." Anything that goes into mysql with and apostropie needs to be run through php function stripslash before it is put into mysql. You can fix the error by using phpmyadmin opening up your database for vshare and browse poll_questions. Eithier drop the row with the question or answer with apostropie in it or change your question and answer to not use apostropie. ex change "it's" to "it is"

Brian H.