Title: Problem with WP1.5 POLL
Last modified: August 18, 2016

---

# Problem with WP1.5 POLL

 *  [parisgv](https://wordpress.org/support/users/parisgv/)
 * (@parisgv)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/problem-with-wp15-poll/)
 * 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 [http://www.justshannen.com/site/wp-admin/polls-install.php](http://www.justshannen.com/site/wp-admin/polls-install.php)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [parisgv](https://wordpress.org/support/users/parisgv/)
 * (@parisgv)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/problem-with-wp15-poll/#post-192374)
 * 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
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/problem-with-wp15-poll/#post-192376)
 * did you follow all of the directions? there is an upgrade file included that 
   you need to run.
 *  Thread Starter [parisgv](https://wordpress.org/support/users/parisgv/)
 * (@parisgv)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/problem-with-wp15-poll/#post-192391)
 * 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](https://wordpress.org/support/topic/problem-with-wp15-poll/wp-polls.php?output_format=md)
 * ——————————————————————
 * 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 [http://www.justshannen.com](http://www.justshannen.com)
 *  Thread Starter [parisgv](https://wordpress.org/support/users/parisgv/)
 * (@parisgv)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/problem-with-wp15-poll/#post-192418)
 * plz answer, need someone 🙂
 *  [nrtechguy](https://wordpress.org/support/users/nrtechguy/)
 * (@nrtechguy)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/problem-with-wp15-poll/#post-193070)
 * 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.

 * 5 replies
 * 3 participants
 * Last reply from: [nrtechguy](https://wordpress.org/support/users/nrtechguy/)
 * Last activity: [20 years, 11 months ago](https://wordpress.org/support/topic/problem-with-wp15-poll/#post-193070)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
