cancel
Showing results for 
Search instead for 
Did you mean: 

Checkout AJAX error: No response received - related to APC cache

Checkout AJAX error: No response received - related to APC cache

After upgrading to 1.9.2.2, onepage checkout is broken.  You can't advanced past the billing page.  There is a prototype.js 500 error "No response received" in the javascript console.

 

If I clear the APC cache, the problem goes away.  However, if I reload the page after it's cached, I get the error above.  For now, I have disabled APC cache on the site and the page works.  I added some debug output to the controller, and the "saveBillingAction" method is not called when the page is cached.

 

Any help or ideas? 

 

Thanks

 

3 REPLIES 3

Re: Checkout AJAX error: No response received - related to APC cache

We are experiencing the exact same issue. It's extremely unfortunate. We've had to keep APC disabled. 

Our current strategy has been to combat APC being disabled with additional web servers, however, it's not economical long term. 

 

We are looking into additional PHP Caching. 

 

To the Magento team, this is a serious concern and your team needs to investigate it.  

 

 

Re: Checkout AJAX error: No response received - related to APC cache

would the problem I'm having be the same as the checkout isn't working at all i press add to cart and nothing goes in the cart

Re: Checkout AJAX error: No response received - related to APC cache

Did you manage to resolve this?