• ive downloaded and installed like read me said, the hack from gamer, the WP Poll for 1.5 but i got the following errors, y?

    WordPress database error: [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 ‘( aid int(10) unsigned NOT NULL auto_increment, qid int(10) NOT]
    CREATE TABLE ( 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: [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 ‘( id int(10) unsigned NOT NULL auto_increment, question varchar]
    CREATE TABLE ( 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))

    WordPress database error: [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 ‘VALUES (1, ‘How Is My Site?’, ‘1114185409’, 0)’ at line 1]
    INSERT INTO VALUES (1, ‘How Is My Site?’, ‘1114185409’, 0);

    WordPress database error: [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 ‘VALUES (1, 1, ‘Good’, 0)’ at line 1]
    INSERT INTO VALUES (1, 1, ‘Good’, 0);

    WordPress database error: [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 ‘VALUES (2, 1, ‘Excellent’, 0)’ at line 1]
    INSERT INTO VALUES (2, 1, ‘Excellent’, 0);

    WordPress database error: [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 ‘VALUES (3, 1, ‘Bad’, 0)’ at line 1]
    INSERT INTO VALUES (3, 1, ‘Bad’, 0);

    WordPress database error: [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 ‘VALUES (4, 1, ‘Can Be Improved’, 0)’ at line 1]
    INSERT INTO VALUES (4, 1, ‘Can Be Improved’, 0);

    WordPress database error: [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 ‘VALUES (5, 1, ‘No Comments’, 0)’ at line 1]
    INSERT INTO VALUES (5, 1, ‘No Comments’, 0);

    i got them when i reached https://www.justshannen.com/site/wp-admin/polls-install.php

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter parisgv

    (@parisgv)

    also, when i go via ADMIN PANEL and press the link from the menu ‘POLL’ it says

    WordPress database error: [Table ‘parisgv_wordpress.wp_pollsq’ doesn’t exist]
    SELECT * FROM wp_pollsq ORDER BY id DESC

    WordPress database error: [Table ‘parisgv_wordpress.wp_pollsa’ doesn’t exist]
    SELECT COUNT(*) FROM wp_pollsa

    did you follow all of the directions? there is an upgrade file included that you need to run.

    Thread Starter parisgv

    (@parisgv)

    hi, i fixed the first problem, now i get those two, when i am on steps:

    // Open wp-content/themes/<YOUR THEME NAME>/header.php

    Add on the first line:
    ——————————————————————
    <?php vote_poll(); ?>
    ——————————————————————

    // Open wp-content/themes/<YOUR THEME NAME>/sidebar.php

    Add:
    ——————————————————————

    • <h2>Polls</h2>
      <?php get_poll();?>

    Polls Archive

    ——————————————————————

    errors i get, tell me what to do?

    Fatal error: Call to undefined function: vote_poll() in /home2/parisgv/public_html/site/wp-content/themes/justshannen/header.php on line 27

    Fatal error: Call to undefined function: get_poll() in /home2/parisgv/public_html/site/wp-content/themes/justshannen/sidebar.php on line 20

    or see https://www.justshannen.com

    Thread Starter parisgv

    (@parisgv)

    plz answer, need someone ??

    I had the same issue. File permissions was the answer for me. I made the plugin folder and the polls.php file read/write.

    Then I was able to log back in and activate the plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with WP1.5 POLL’ is closed to new replies.