• Resolved Ambyomoron

    (@josiah-s-carberry)


    In ver. 4.2.0, there is still a problem with closing the message “WooCommerce database update done…”. After clicking on the Thanks button, the message closes, but immediately reopens.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Peter Fabian

    (@peterfabian1000)

    Hi,

    apologies for the problems. We’ve done some changes in 4.1.1 to get rid of the problems, but it seems like there are more edge cases.

    You should be able to deactivate the notice by executing the following SQL query:
    UPDATE wp_wc_admin_notes SET status='actioned' WHERE name='wc-update-db-reminder';

    If that does not help, it might be that the request to retrieve the notices gets cached and it returns the same notice even though you already dismissed it.

    If you know how to work with the Network tab in Dev tools of your browser, you can check the response of the request itself and how the database of your store looks and see if the notice is set to actioned (e.g. by running SELECT status FROM wp_wc_admin_notes WHERE name='wc-update-db-reminder') or if there is something else at play here.

    Hi @josiah-s-carberry,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“WooCommerce database update done” not fixed in 4.2.0’ is closed to new replies.