• Resolved Abrogrammer

    (@ashishseo18)


    Message Uncaught Error: Call to a member function is_empty() on null in \wp-content\themes\bridge\framework\modules\woocommerce\widgets\woocommerce-dropdown-cart.php:47 
    Stack trace: #0 \wp-includes\class-wp-widget.php(394): BridgeQodeWoocommerceDropdownCart->widget(Array, Array) 
    #1 C:\xampp-7.4.33\htdocs\absolute-aromas.in\wp-includes\widgets.php(2026): WP_Widget->display_callback(Array, Array) 
    #2 \wp-includes\rest-api\endpoints\class-wp-rest-widgets-controller.php(697): wp_render_widget('woocommerce-dro...', 'header_bottom_r...') 
    #3 \wp-includes\rest-api\endpoints\class-wp-rest-widgets-controller.php(154): WP_REST_Widgets_Controller->prepare_item_for_response(Array, Object(WP_REST_Request)) 
    #4 C:\xampp-7.4.33\htdocs\absolute-aromas.in\wp-includes\rest-api\class-wp-rest-server.php(1193): WP_REST_Widgets_Controller->get_items(Object(WP_REST_Request)) 
    #5 C:\
    
    File \wp-content\themes\bridge\framework\modules\woocommerce\widgets\woocommerce-dropdown-cart.php

    After updating WooCommerce, everything was going well. However, in my admin dashboard, when I attempted to open my widgets by clicking, I encountered a fatal error. Switching themes resolved the issue. Unfortunately, I’m unable to resolve this problem with my current theme. Could you please assist me?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there, @ashishseo18! Thanks for contacting us.

    Switching themes resolved the issue. Unfortunately, I’m unable to resolve this problem with my current theme. Could you please assist me?

    Since switching themes solved the issue, it means that there’s a compatibility issue with your theme and WooCommerce’s latest version. So this is something that needs to be sorted with the theme’s support.

    You mentioned you are not able to solve this with the theme, do you mean you have reached out to their support and they were not able to help?

    Looking forward to your reply.

    Have a wonderful day!

    Thread Starter Abrogrammer

    (@ashishseo18)

    Yes, right they are not able to help.

    Plugin Support ckadenge (woo-hc)

    (@ckadenge)

    Hi @ashishseo18,

    I’m afraid, our scope of support is only limited to the WooCommerce core plugin, and we are unable to provide support for a third-party plugin.

    However, I would suggest reaching out to a developer, as this is out of our support scope. The WooCommerce community is filled with talented open-source developers, and many of them are active on the channels listed below:

    Hope this helps!

    Thread Starter Abrogrammer

    (@ashishseo18)

    I’ve fixed the previous error, but now I’m encountering a white screen. I’ve followed troubleshooting steps such as changing the theme, adding debug constants to the wp-config.php file, and disabling the .htaccess file.
    but sitll facing white screen issue. Please help us.

    Plugin Support ckadenge (woo-hc)

    (@ckadenge)

    Hi there @ashishseo18,

    You’ve done well in troubleshooting so far. Now, let’s try a few more steps:

    1. Check your website’s error logs: Your hosting provider can help you access these if you’re unsure how to do it.
    2. Increase PHP memory limit: Sometimes, this issue can occur if your PHP memory limit is too low. You can increase it by editing the wp-config.php file and adding this line: define(‘WP_MEMORY_LIMIT’, ’64M’);
    3. Deactivate all plugins: If increasing the memory limit doesn’t solve the problem, try deactivating all your plugins. If this fixes the issue, reactivate them one by one to identify the problematic plugin.

    I hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Uncaught Error: Call to a member function is_empty() on null’ is closed to new replies.