Going from PayPal back to order confirmation WSOD
-
I just updated to the latest version of WooCommerce because of their SQL Injection vulnerability patch.
I’m now getting the White Screen Of Death when returning to the confirmation page, my error log indicates that something is trying to request a php function with over 500 nested functions – which usually indicates a bug:
: PHP Fatal error: maximum PHP function nesting level of ‘500’ has been reached. This limit is to prevent the PHP execution from catastrophically running out of C-stack frames.
request: “GET /checkout/review-order/?pp_action=revieworder&token=EC-8FR22132VX0546321&PayerID=N9H4RMRVZC7Y8 HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “colettebaronreid.com”, referrer: “https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&useraction=continue&token=EC-8FR22132VX0546321”
2015/03/13Before I try and increase this limit — questions:
1) have you tested your plugin on the most recent release of WooCommerce and everything works as it should?
If so – then I’ll have to go about turning my dev copy on so I can start turning other plugins off / switch themes etc…. unless you have a better method of finding the issue in cases like this, where I can’t simply turn things off on a production site.
Thanks!
https://www.ads-software.com/plugins/paypal-for-woocommerce/
- The topic ‘Going from PayPal back to order confirmation WSOD’ is closed to new replies.