ipmcorp
Forum Replies Created
-
Forum: Plugins
In reply to: [iiRe Social Icons] WordPress database error Duplicate entryYes using the plugin on MU. Not possible to install on each site as the plugins on Multi-site are shared. Can activate individually of course instead of network activate. I wasn’t sure if that is what you meant ‘install’ vs ‘activate’.
So I did the steps as directed (which I did before by question).
Disable save settings.
Remove plugin entirely. (tables don’t drop)
Remove tables (created for each site id activated)
Filter search iire just in case (no results)
Ftp the Plugin 1.6.1
Activate one site only id_8
Error Repeats each load.[05-Apr-2014 12:05:26 UTC] WordPress database error for query CREATE TABLE IF NOT EXISTS wp_8_iire_social (
option_id INT(11) NOT NULL AUTO_INCREMENT,
option_name VARCHAR(255) NOT NULL,
option_value LONGTEXT NOT NULL,
PRIMARY KEY (option_id)
) made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), call_user_func_array, iire_update_social_check, iire_social_install
[05-Apr-2014 12:05:26 UTC] WordPress database error Duplicate entry ‘1’ for key ‘PRIMARY’ for query INSERT INTO wp_8_iire_social (option_id, option_name, option_value) VALUES (‘1’, ‘registration_email’, ”) made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), call_user_func_array, iire_update_social_check
(continues to 101)Temporarily I have been deleting the error_log as it grows…
Any Idea? Thanks in advance
Forum: Plugins
In reply to: [iiRe Social Icons] WordPress database error Duplicate entryI am having the same issue. Using v. 1.6.1 on WP Version 3.8.1 MU enabled. Have been using the plugin for about two weeks.
I figured from this thread and the change log that this was figured out but no matter what I have done, it continues to try to create entries every page load and builds an error log (1 gig in a week)
[28-Mar-2014 11:40:25 UTC] WordPress database error for query CREATE TABLE IF NOT EXISTS wp_4_iire_social (
option_id INT(11) NOT NULL AUTO_INCREMENT,
option_name VARCHAR(255) NOT NULL,
option_value LONGTEXT NOT NULL,
PRIMARY KEY (option_id)
) made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), call_user_func_array, iire_update_social_check, iire_social_install[28-Mar-2014 11:40:25 UTC] WordPress database error Duplicate entry ‘1’ for key ‘PRIMARY’ for query INSERT INTO wp_4_iire_social (option_id, option_name, option_value) VALUES (‘1’, ‘registration_email’, ”) made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), call_user_func_array, iire_update_social_check
The error log continues to: ‘101’, ‘sc_effect’
When deactivated the tables won’t drop and the entries continue to duplicate, and again must manually drop them.
Deleted plugin and re-installed…and same same.
iire_social_install.php 7/14/2013
Am I missing something. I debugged this for hours and I am not seeing it.