• Resolved nextstep

    (@nextstep99)


    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 plugins

    WordPress database error: [Duplicate column name ‘fingerprint’]
    ALTER TABLE xxxxx_slim_stats ADD COLUMN fingerprint VARCHAR(256) DEFAULT NULL AFTER language

    WordPress database error: [Duplicate column name ‘fingerprint’]
    ALTER TABLE xxxxx_slim_stats_archive ADD COLUMN fingerprint VARCHAR(255) DEFAULT NULL AFTER language

    WordPress database error: [Duplicate column name ‘tz_offset’]
    ALTER TABLE xxxxx_slim_stats ADD COLUMN tz_offset SMALLINT DEFAULT 0 AFTER outbound_resource

    WordPress 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.

    • This topic was modified 6 years, 10 months ago by nextstep.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WordPress database error (s)’ is closed to new replies.