Guest Posted March 14, 2009 Share Posted March 14, 2009 Hello. I have a pollbooth problem. Warning: mysql_insert_id(): supplied argument is not a valid MySQL-Link resource in /home/np6663/domains/arvuti24.eu/public_html/pood/admin/includes/functions/database.php on line 117 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 ' 'Uus', 0, 0, '1')' at line 1 insert into phesis_poll_data (pollid,optiontext,optioncount,voteid, language_id) values (, 'Uus', 0, 0, '1') [TEP STOP] Can someone help me? Thanks Link to comment Share on other sites More sharing options...
web-project Posted March 14, 2009 Share Posted March 14, 2009 insert into phesis_poll_data (pollid,optiontext,optioncount,voteid, language_id) values (, 'Uus', 0, 0, '1') it should be insert into phesis_poll_data (optiontext,optioncount,voteid, language_id) values ('Uus', 0, 0, '1') Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you. Link to comment Share on other sites More sharing options...
Guest Posted March 14, 2009 Share Posted March 14, 2009 Thank you.. that worked. But now if i make poll and vote. Then after vote displays "Internet explorer cannot display web page" This same problem is if i click "Results " button. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.