• Hello, could anyone help me identify the error I’m getting with the shipping cart drop down on the top right hand menu.

    the issue started after I loaded some plugins( I have since deleted the new plugins ) but the error still remains. I looked at the logs but its not showing the error!

    I was going to just add a simple link to the shopping cart but I cannot get into the widget area in the admin site as its saying critical error with shopping bag.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
    1. Enable Debugging:
      • Add this to wp-config.php:phpCopy codedefine('WP_DEBUG', true); define('WP_DEBUG_LOG', true);
      • Check the log in /wp-content/debug.log.
    2. Disable All Plugins:
      • Deactivate all plugins and see if the issue resolves.
      • Reactivate plugins one by one to find the culprit.
    3. Switch Theme:
      • Temporarily switch to a default theme like Twenty Twenty-Four to check for theme-related issues.
    4. Clear Cache:
      • Clear browser and site cache. Deactivate caching plugins temporarily.
    5. WooCommerce Logs (if applicable):
      • Check WooCommerce → Status → Logs for errors.
      • Reinstall WooCommerce if necessary.
    6. Add Cart Link to Menu:
      • Go to Appearance > Menus and add a custom link (/cart or /basket) to the menu.
    7. Critical Error in Widgets:
      • Repair the database using /wp-admin/maint/repair.php.
      • Access widgets via Customizer if the admin area is broken.
    8. Restore Backup:
      • If nothing works, restore from a backup before the plugins were installed.

    Follow these steps and the issue should be resolved!

    Thread Starter decurran

    (@decurran)

    thank you..I have sorted it out now…not fixed the error as I couldn’t find it….but put a simple link to the cart….would prefer the original cart as it puts in the totals etc..

    to repair the widget database you just run wp-admin/maint/repair.php this file ? I looked in php admin but couldn’t find a table for the widget.. Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘shopping cart error’ is closed to new replies.