• I downloaded the new updated 1.5 wp-polls from gamerz.

    I have installed it and it displays correctly but it is not recording votes.

    When I attempted to run the install script I got these errors (or at least, the second time I tried to run it. ran into some problems on first attempt)

    WordPress database error: [Table ‘wp_pollsa’ already exists]
    CREATE TABLE wp_pollsa ( aid int(10) unsigned NOT NULL auto_increment, qid int(10) NOT NULL default ‘0’, answers varchar(200) NOT NULL default ”, votes int(10) NOT NULL default ‘0’, PRIMARY KEY (aid))

    WordPress database error: [Table ‘wp_pollsq’ already exists]
    CREATE TABLE wp_pollsq ( id int(10) unsigned NOT NULL auto_increment, question varchar(200) NOT NULL default ”, timestamp varchar(20) NOT NULL default ”, total_votes int(10) NOT NULL default ‘0’, PRIMARY KEY (id))

    any ideas what i’m doing wrong or why it wouldnt be recording? if its sql i’m probably screwed i know jack about mysql ??

Viewing 2 replies - 46 through 47 (of 47 total)
  • I have a strange problem with WP-Polls I’m hoping someone can help me with. I have been using WP-Polls for a few months but have never been able to get the archive to work properly. Although I have wordpress and wp-polls.php installed in root, when I try to load it I get a 404. The funny thing is is that on very very rare occasions it does work, but as soon as I refresh it goes to a 404 again. If I purposely edit an error into wp-polls.php it informs me of the error, but as soon as I fix it I get the 404 again. Am I missing something obvious here? I’m hosted by godaddy which might be my problem…

    jo0lz

    (@jo0lz)

    Hello all.
    I have this plugin running, and it does a great job.
    Although I have the same problem as this:

    poll doesnt work properly for me… I can vote, and it records it fine, but when i come back to my page it gives me the questions again when it should just dispplay the results…

    But, it does record the vote. When I try to vote again, it just shows the results. It should go straight to the results. Is there a way to fix this? It now looks like you have to vote twice, even though this is not the case, because it does not register the second vote, it just shows the results when you trie to.

    :’)

Viewing 2 replies - 46 through 47 (of 47 total)
  • The topic ‘Wp-Polls 1.5 updated’ is closed to new replies.