• Resolved tfolkman

    (@tfolkman)


    Hello,

    After upgrading to the newest version, I am getting the following error message on the back end:

    WordPress database error: [Duplicate column name ‘token’]
    ALTER TABLEwp_wpgdprc_access_requestsADD columntokentext NOT NULL AFTERip_address;

    Thank you!

    • This topic was modified 6 years ago by tfolkman.
Viewing 3 replies - 1 through 3 (of 3 total)
  • tristanvanons

    (@tristanvanons)

    Hi tfolkman,

    Did you get this error only once or do you keep getting it?

    Kind regards,
    Tristan

    Thread Starter tfolkman

    (@tfolkman)

    I kept getting it until I deactivated the plugin.

    Donny Oexman

    (@donnyoexman)

    Could you try to manually update the database version by either manually updating the WordPress option ‘wpgdprc_db_version’ to 1.3 or by adding the following code to your theme:

    update_option('wpgdprc_db_version', '1.3');

    Remove it after loading your site.

    This should prevent the above error from showing again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Database error after upgrade to 1.4.3’ is closed to new replies.