Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter alanfang5

    (@alanfang5)

    Correction, the problem is actually only limited to Internet Explorer 10. I came across this page: https://docs.woothemes.com/document/ajax-problems-windows-7-8-internet-explorer-10/ which seems to explain the problem I’m having.

    Does anyone have a workaround for this until this bug is fixed in Internet Explorer? I’ve found many other posts from users with the same problem but not solution.

    Thread Starter alanfang5

    (@alanfang5)

    Does anyone have any possible thoughts as to how to fix this? I’ve had a large numbers of customers complain that they can’t make an order and have been trying for days to find a solution to this.

    hi,
    The woo article indicates that no solution yet exists… you might detect for ie10 and throw up a message stating add to cart issues, need to move to a dif browser (at least until MS comes up with a fix).

    Thread Starter alanfang5

    (@alanfang5)

    That’s what I was afraid of. It just seems insane that all Internet Explorer 10/11 users are totally unable to place orders in stores using WooCommerce. Really unfortunate.

    Hello everyone,

    We were struggling with the same issue last year, with every IE version.
    It was actually Woothemes support team who finally pinpointed the issue
    was caused by mod_security. Badly configured mod_security, that is.

    So, check if your (apache) server is running mod_security, and try disabling it completely in .htaccess:


    <IfModule mod_security.c>
    SecFilterEngine Off
    </IfModule>

    That really did it. MS never will.

    Thread Starter alanfang5

    (@alanfang5)

    Hi Eccola, thank you so much for your reply. Disabling mod security fixed the problem for me instantly. My server is running mod_security 2 so I had to use this guide to disable it rather than doing it in .htaccess: https://www.inmotionhosting.com/support/website/modsecurity/disable-modsecurity-for-a-domain Thank you for again for all the help.

    Hello alanfang5,

    you’re welcome, I’m glad this “fix” worked for you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘500 Internal Server Error when Adding to Cart with Internet Explorer’ is closed to new replies.