WordPress database error (s)
-
Hi, I am getting error messages when I have wpdebug = true. I cannot say for sure when it first started as I only checked the debug when running down some other errors. I have C&Pd the error messages below:
—-
WordPress database error: [Can’t DROP ‘plugins’; check that column/key exists]
ALTER TABLE xxxxx_slim_stats DROP COLUMN pluginsWordPress database error: [Duplicate column name ‘fingerprint’]
ALTER TABLE xxxxx_slim_stats ADD COLUMN fingerprint VARCHAR(256) DEFAULT NULL AFTER languageWordPress database error: [Duplicate column name ‘fingerprint’]
ALTER TABLE xxxxx_slim_stats_archive ADD COLUMN fingerprint VARCHAR(255) DEFAULT NULL AFTER languageWordPress database error: [Duplicate column name ‘tz_offset’]
ALTER TABLE xxxxx_slim_stats ADD COLUMN tz_offset SMALLINT DEFAULT 0 AFTER outbound_resourceWordPress database error: [Duplicate column name ‘tz_offset’]
ALTER TABLE xxxxx_slim_stats_archive ADD COLUMN tz_offset SMALLINT DEFAULT 0 AFTER outbound_resource—-
At the moment I am considering removal of the plugin, cleaning the DB of all slim_stat tables and then re-installing the plugin, but I am loathe to lose the stats.
Any suggestions?
Many thanks, and also, thank you for the plugin. It is superb!
PS I should mention that I have tested the error message with all other plugins deactivated and with theme Twenty Nineteen.
- The topic ‘WordPress database error (s)’ is closed to new replies.