• Resolved serhii555

    (@serhii555)


    Hello,

    I have an issue with Google for WooCommerce plugin.

    My website:
    https://magicblooming.ca

    Problem:
    When I try to open Google settings in WooCommerce, I get:
    “Resource Limit Is Reached” or “Oops, something went wrong”.

    What I already did:

    • Disabled all plugins except WooCommerce and Google for WooCommerce
    • Renamed advanced-cache.php (LiteSpeed cache)
    • Disabled debug output in wp-config
    • Cleared cache

    Still same issue.

    From debug.log I see:

    • WP_MEMORY_LIMIT already defined
    • header errors
    • Elementor and WPForms script warnings
    • LiteSpeed cron issues

    Question:
    Could this plugin be causing high resource usage or conflict?
    What should I check next?

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    Thank you for the detailed steps you’ve already taken, that really helps narrow things down.

    Since the issue persists even with only WooCommerce and Google for WooCommerce active, this is likely related to server resource limits or a fatal error occurring when the Google settings page loads, rather than a simple plugin conflict.

    To investigate further, I’d like to understand your site properly. Please share with us the necessary information below for us to investigate the issue further:

    • System Status Report which you can find via WooCommerce > Status
    • Fatal error logs (if any) under WooCommerce > Status > Logs.

    Please use https://pastebin.com/ or https://gist.github.com/ and share a link to that paste in reply here.

    Also, please check your hosting error logs at the exact time when you try to open the Google settings page and share any “resource limit”, “entry processes”, or PHP fatal errors recorded there.

    In the meantime, could you please try adding the following code using the Code Snippets plugin and see if that helps resolve the issue?

    add_action( 'admin_menu', function () {
    remove_all_filters( 'google_for_woocommerce_admin_menu_notification_count' );
    }, 0 );

    Once we have more information, we’ll be able to assist you further.

    Plugin Support Ejay F – a11n

    (@ejayfernandes)

    Since we haven’t received any updates from you, I’ll mark this as resolved for now. If you need further assistance, you’re welcome to start a new thread.

    We’d really appreciate it if you could take a moment to leave us a review: https://ww.wp.xz.cn/support/plugin/google-listings-and-ads/reviews/#new-post

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

You must be logged in to reply to this topic.