Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pollbooth problem


Guest

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...