• Resolved leungel

    (@leungel)


    Hi, I just upgrade from woo 3.8 to 4.01, everything is ok (I received new order). I immediately update the old database right after the upgrade. It has been 13 hours since I started the conversion but the banner on top just won’t go away.

    I notice some people in the forum said may be the action is still pending, so I go to tools>scheduled action but found all the action has been completed. Can someone please show me how to get rid of the banner? Thanks.

    ===== banner >>

    WooCommerce database update done
    WooCommerce database update complete. Thank you for updating to the latest version!
    Thanks!

    Elton

Viewing 10 replies - 16 through 25 (of 25 total)
  • Hello, I am waiting for an answer on another topic that I have open to see if they can solve the problem of the notice that does not go away.
    If there is no solution, I will search that option in the database to see how it is given.
    Thank you very much for your answer @7thcircle ??

    • This reply was modified 4 years, 6 months ago by Tize.

    Hello good morning, I have another topic open.
    They have not yet given me a solution to the problem.

    Well in summary: I have tried this trick and it works wonderfully.

    I accessed the database in phpMyAdmin and looked for the table
    xxx_wc_admin_notes

    And then inside the other:
    wc-update-db-reminder

    And I edited it like they said from unactioned to actioned

    Thank you very much for your help.
    And thanks to you too @7thcircle

    • This reply was modified 4 years, 6 months ago by Tize.

    This is still a problem.

    Second that, still having to use the phpMyAdmin hack above…

    I have woocommerce 4.8.0.
    The field wc-update-db-reminder is set to actioned.
    I tried that snippet below in the function.php.
    The banner remains.
    Please help!!!

    // Remove WooCommerce database update done message
    
    add_action( 'admin_head', 'admin_css' );
    function admin_css() {
    echo "
    <style type='text/css'>.is-alert-update {display: none;}</style>
    ";
    }

    Hello @barbarab123 , the only solution that I found is editing the database in mySQL.
    If you want to try it, which is very simple, follow these steps.
    Regards.

    https://www.ads-software.com/support/topic/from-3-8-to-4-01-woocommerce-database-update-done-wont-go-away/page/2/#post-12852212

    Hello Tize, editing the database won′t help. I checked the table xxx_wc_admin_notes and the field wc-update-db-reminder is already set to “actioned”.

    Hello, I could solve it from the database editor. You search for xxx_wc_admin_notes and put it as actioned so that the notice is removed.
    Where we say XXX_wc
    XXX will be the name of your database, they are other letters not XXX. It is to say something like this: htdsar_wc_admin_notes
    If you need more help it will be a pleasure to help you.
    Regards.

    Hello Tize, thanks for your message! I have several wordpress installations and I checked the correct table but in the wrong database. So it′s solved now.

    Hello @barbarab123 , I am very happy to read this.
    Good, everything is correct.
    Anything that we can help together, it will be a pleasure to be here.
    Greetings and happy holidays.

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘from 3.8 to 4.01, “WooCommerce database update done” won’t go away’ is closed to new replies.