m3442a Posted January 25, 2013 Share Posted January 25, 2013 Hello, i have updated the Paypal Module to Version 3.4.4 and nothing works anymore. On Checkout i became this error: Fatal error: Nesting level too deep - recursive dependency? modules/paypal/express_checkout/process.php on line 124 I have PS Version 1.5.2 and 1-Page checkout is active. Please help, nothing more works with Paypal Thanks ahead Link to comment Share on other sites More sharing options...
garywright Posted January 25, 2013 Share Posted January 25, 2013 I too have exactly the same issue with my shop, which is due to go live this weekend. Anyone have an idea of a fix or what could be causing it? My error reads: Fatal error: Nesting level too deep - recursive dependency? in /home/scooters/public_html/modules/paypal/express_checkout/process.php on line 124 Link to comment Share on other sites More sharing options...
Relsi Hur Maron Posted January 25, 2013 Share Posted January 25, 2013 Same error here in PS 1.5.2. Any solution that is not install the previous version? Link to comment Share on other sites More sharing options...
nicolas miannay Posted January 25, 2013 Share Posted January 25, 2013 (edited) Hello, I had the same error, to fix just add a '=' in the condition line 124 of '/modules/paypal/express_checkout/process.php' which become : if ($cart_currency !== $currency_module) Edited January 25, 2013 by nicolas miannay (see edit history) 3 Link to comment Share on other sites More sharing options...
garywright Posted January 25, 2013 Share Posted January 25, 2013 Hello, I had the same error, to fix just add a '=' in the condition line 124 of '/modules/paypal/express_checkout/process.php' which become : if ($cart_currency !== $currency_module)[/color][/b] This fixed by error - Thank you Nicolas! Link to comment Share on other sites More sharing options...
Mooon Posted January 25, 2013 Share Posted January 25, 2013 PS 1.5.2 Paypal 3.4.4. This fixed the error for me too - Thank you Nicolas ! Link to comment Share on other sites More sharing options...
Martin_NZ Posted February 7, 2013 Share Posted February 7, 2013 Thank you. This solution worked for me. Marty http://NZstore.biz Link to comment Share on other sites More sharing options...
Caballo Renoir Posted February 11, 2013 Share Posted February 11, 2013 It worked for me too! Many many thanks!! Link to comment Share on other sites More sharing options...
fiodorpop Posted April 20, 2013 Share Posted April 20, 2013 My process.php file has the code: if ($cart_currency !== $currency_module) But I still have the same problem, I don't know what more can I do. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now