• Resolved Gcpt

    (@gcpt)


    I am getting the following error messages.
    [28-Mar-2018 13:28:02 UTC] WordPress database error Table ‘wrd_lightbox_photoswipe_img’ already exists for query CREATE TABLE wrd_lightbox_photoswipe_img ( imgkey char(64) DEFAULT ” NOT NULL, created datetime, width mediumint(7), height mediumint(7), PRIMARY KEY (imgkey), INDEX idx_created (created) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; 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’), WP_Hook->do_action, WP_Hook->apply_filters, LightboxPhotoSwipe->init, LightboxPhotoSwipe->create_tables

    I have tried deactivating and then re activating the plugin but still getting this message.

    Can you give me some advise to address this issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Arno Welzel

    (@awelzel)

    The error message is caused by database tables for the plugin which already existed at the time of the plugin initialisiation.

    Did you install the plugin for the first time or is this an update?

    Try to uninstall the plugin and install it again and not just deactivate it – otherwise existing database tables of the plugin won’t be removed.

    Please let me know about the result.

    Thread Starter Gcpt

    (@gcpt)

    I deleted the plugin and then re-installed and still getting the error message.

    Plugin Author Arno Welzel

    (@awelzel)

    I’m sorry to hear that. I’ll prepare an update to cope with that kind of problem.

    Plugin Author Arno Welzel

    (@awelzel)

    I just uploaded an update to version 1.12 which should solve the problem. Please let me know, if it works.

    Thread Starter Gcpt

    (@gcpt)

    Sorry for the late reply. Your update has fixed the problem. Thank you so much.

    • This reply was modified 6 years, 6 months ago by Gcpt.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error Messages’ is closed to new replies.