Database Errors
-
Error logs have started filling up with database errors for YOP tables:
[Wed Oct 23 10:59:29 2013] [error] [client 166.147.88.48] WordPress database error Table 'wp_yop_poll_votes_custom_fields' already exists for query CREATE TABLE wp_yop_poll_votes_custom_fields (\r\n\t\t\tid int(11) NOT NULL AUTO_INCREMENT,\r\n\t\t\tpoll_id int(11) NOT NULL,\r\n\t\t\tvote_id varchar(255) NOT NULL,\r\n\t\t\tcustom_field_id int(11) NOT NULL,\r\n\t\t\tuser_id int(11) NOT NULL,\r\n\t\t\tuser_type ENUM( 'facebook', 'wordpress', 'anonymous', 'default' ) NOT NULL DEFAULT 'default',\r\n\t\t\tcustom_field_value text NOT NULL,\r\n\t\t\ttr_id varchar(255) NOT NULL,\r\n\t\t\tvote_date datetime NOT NULL,\r\n\t\t\tPRIMARY KEY (id),\r\n\t\t\tKEY poll_id (poll_id)) CHARSET=utf8 made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), call_user_func_array, Yop_Poll_Admin->db_update, Yop_Poll_DbSchema::create_poll_votes_custom_fields_table, dbDelta, referer: https://<ourwebsite>.com/
Not sure what brought this on, but can’t repair the databases, only thing that does it is killing YOP. Open for any suggestions.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Database Errors’ is closed to new replies.