• Resolved hippocoupon

    (@hippocoupon)


    After I received an update from woocommerce, I updated and database as well
    After this the Woocommerce main item and sub items are gone from admin,
    Products and Analytics is there but woocommerce is gone, just 5 mins back
    https://ibb.co/LPP2BCP

    • This topic was modified 2 years, 3 months ago by hippocoupon.
Viewing 15 replies - 1 through 15 (of 29 total)
  • Hello @hippocoupon,

    First things first. Do the following in order to isolate the problem.

    1. Make sure the WooCommerce is active in the plugin by heading to plugin directory.

    2. try to access the following path to see if the WooCommerce is working https://yoursite.com/wp-admin/admin.php?page=wc-admin.

    3. Are you using plugin like role editor/Adminimize Please confirm.

    4. Also please do share the following report by heading to WooCommerce > Status > Logs and from the dropdown on the right side, and see if there are any logs starting with the words fatal-error? Please let us know what you find.

    Cheers,
    Naz.

    • This reply was modified 2 years, 3 months ago by WP Native.
    Egl

    (@egletiere)

    Hi!

    1. Woocommerce is active in the plugin directory and on the frontend.

    2. We get “Not available” when trying to access the link.
    However, https://yoursite.com//wp-admin/edit.php?post_type=shop_order does work.

    3. Yes, but it is disabled and we have tested without any other plugins active and on storefront theme.

    4. We have no errors in debug.log. We have no fatal errors in the logs.

    Hi,

    We encountered a similar issue after the 6.4.0 update.

    try to access the following path to see if the WooCommerce is working https://yoursite.com/wp-admin/admin.php?page=wc-admin

    I tried this and this what I experienced:

    Screenshot

    A blank WooCommerce Admin Page

    Are you using plugin like role editor/Adminimize Please confirm.

    No

    Also please do share the following report by heading to WooCommerce > Status > Logs and from the dropdown on the right side, and see if there are any logs starting with the words fatal-error? Please let us know what you find.

    how do I do that when the WooCommerce button disappeared from the side menu?

    We would really appreciate if we can find a solution to this.

    Egl

    (@egletiere)

    Thread Starter hippocoupon

    (@hippocoupon)

    1. Make sure the WooCommerce is active in the plugin by heading to plugin directory.
    Yes Its Active

    2. try to access the following path to see if the WooCommerce is working https://yoursite.com/wp-admin/admin.php?page=wc-admin.

    All direct links are working including above, settings and orders etc.

    3. Are you using plugin like role editor/Adminimize Please confirm.

    Plugins for user role and blocker is there but not active from long, and database tables are still there for these plugins, but they are not active from logn

    4. Also please do share the following report by heading to WooCommerce > Status > Logs and from the dropdown on the right side, and see if there are any logs starting with the words fatal-error? Please let us know what you find.

    No logs
    Log – https://ibb.co/SrWZPWS

    • This reply was modified 2 years, 3 months ago by hippocoupon.

    Exact same problem, everything still working on the website but no tab on the WordPress menu. Settings can be accessed via the plugin settings and orders by using the link on the dashboard home page so not a complete disaster but makes for more work!

    Same issues here! Couldn’t access the Woocommerce button at the sidebar after updating the WooCommerce database or even before updating. Couldn’t view orders. No fatal errors in the logs.

    Same issue. Did the update and the link on the WP dashboard on the left side for Woocommerce is now gone. Thinking that this must be an update bug.

    • This reply was modified 2 years, 3 months ago by berrycw.

    we have same issue!

    Wocommerce left tab link is gone.

    So is there are checked solution for this issue ?

    not visiting by URL.

    Same problem after the update

    I have the same problem after updating to v6.4.0 of WooCommerce. A ticket (#4944517) was created by their live chat. They’d said there were no other reports of the disappearing menu, but I can now see that I’m not the only one experiencing this problem after the most recent update.

    Loek

    (@loekwetzels)

    Same problem after updating to v6.4.0
    No errors in the logs
    Still accessible via /wp-admin/edit.php?post_type=shop_order etc

    Hello,

    Same issue here. Woocommerce tab is gone, but I can access orders menu by URL.

    Please fix this as soon as possible.

    Hello,

    Same issue here. Woocommerce tab is gone, but I can access orders menu by URL.

    Failure occurs on 5 websites I own.

    Loek

    (@loekwetzels)

    Found a fix:

    in plugins/woocommerce/includes/admin/class-wc-admin-menus.php
    line 64

    replace:

    add_menu_page( __( 'WooCommerce', 'woocommerce' ), __( 'WooCommerce', 'woocommerce' ), 'edit_others_shop_orders', 'woocommerce', null, $woocommerce_icon, 55 );
    

    by:
    add_menu_page( __( 'WooCommerce', 'woocommerce' ), __( 'WooCommerce', 'woocommerce' ), 'edit_others_shop_orders', 'woocommerce', null, $woocommerce_icon, '55.5' );

    (this is what it used to be in v6.3.1)
    https://plugins.trac.wordpress.org/changeset/2698001/woocommerce/trunk/includes/admin/class-wc-admin-menus.php

    • This reply was modified 2 years, 3 months ago by Loek. Reason: added link to trac
Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘Woocommerce menu item gone?’ is closed to new replies.