• Resolved alijens

    (@alijens)


    When I click an order in the list of orders I get a blank page and a 503 in the console.
    This only happens when the Mailchimp for WooCommerce plugin is active. As soon as I deactivate the plugin it works fine again.

    To Reproduce
    Create an order with something like 35 items in it
    Click on orders
    Click the order with the 35 items in it.

    Expected behavior
    I should be able to view the order.

    I have added a ticket on the github page, but I have had no response what so ever for over a month. The issue has rendered the plugin unusable for many months.

Viewing 2 replies - 31 through 32 (of 32 total)
  • Thread Starter alijens

    (@alijens)

    I think I have found the problem with this and have implemented a fix for it. It seems to have been a woocommerce hook I used that caused a loop that consumed a lot of memory. Perhaps your plugin uses a lot of memory and that together with the hook using a lot of memory exceeded the maximum amount of memory and that caused the 503. I have changed our code to not use the hook that used a lot of memory and now I don’t get the 503.

    KJ

    (@kjvextras)

    That’s great news! We are always making performance updates to the plugin, we appreciate you sticking with us.

Viewing 2 replies - 31 through 32 (of 32 total)
  • You must be logged in to reply to this topic.