tobyffm Posted February 15, 2014 Share Posted February 15, 2014 (edited) Hi, i have latest PayPalModule installed on latest PrestaShop (1.5.6). Customer can go through order process, but when choosing PayPal as Payment Method, the customer only gets a completely white page, nothing else. I already read on the forums solutions like that: http://www.prestashop.com/forums/topic/222188-solved-pay-with-paypal-blank-screen/ They tell to change if ($cart_currency !== $currency_module) iin process.php, but in my process.php it's already like this as default, so no help for me. Can somebody help me with this? Cheers! EDIT: I found out that it works when I enter my shop by the extended webadress / subdomain, if I enter it via my .de domain with redirection to the extended address, it does not work, why that?! Edited February 15, 2014 by tobyffm (see edit history) Link to comment Share on other sites More sharing options...
tobyffm Posted February 16, 2014 Author Share Posted February 16, 2014 nobody who can help Link to comment Share on other sites More sharing options...
musicmaster Posted February 16, 2014 Share Posted February 16, 2014 If you looked around on the forum you will have noticed that the first step with a blank screen is to enable error reporting. http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ That will provide you with an error message that will make it easier for the rest of the forum to react. Link to comment Share on other sites More sharing options...
tobyffm Posted February 16, 2014 Author Share Posted February 16, 2014 (edited) Sorry, forget to mention that I did turn it on, of course! But it doesn't show anyhting, no error message, nothing. Here is what my defines.php code looks like: /* Debug only */define('_PS_MODE_DEV_', true);if (_PS_MODE_DEV_){ @ini_set('display_errors', 'on'); So you see, it's turned on, but no error report Edited February 16, 2014 by tobyffm (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted February 16, 2014 Share Posted February 16, 2014 Did you also look at the source code of your white page? Sometimes the error messages are not visible but can be found in the source code. Sometimes it is also informative at what point in the code the script ended. Link to comment Share on other sites More sharing options...
tobyffm Posted February 16, 2014 Author Share Posted February 16, 2014 (edited) <meta http-equiv="ROBOTS" content="NOINDEX,FOLLOW"></head><frameset rows="100%,*" border="0"><frame name="_redirected_content_" src="http://edited" scrolling="auto" frameborder="0"><noframes><body lang=en>Your browser does not support framesets.<a href="http://edited">Please click hereto be redirected to the final page.</a></body></noframes> this is all what it does say I already wanted to try with Internet Explorer for example, but then I get another problem:The cart does not work in IE at all. (different problem) Edited February 16, 2014 by tobyffm (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted February 17, 2014 Share Posted February 17, 2014 As you mention in your edit you have a problem with a redirect. Paypal is quite sensitive regarding security so that might very well be the problem. Link to comment Share on other sites More sharing options...
tobyffm Posted February 17, 2014 Author Share Posted February 17, 2014 (edited) nono, I just removed the original link in order to post it here,In the opriginal source code, the webaddress is inserted correctly So it seems to be something different, but no solution for this available as it seems Need to leave Prestashop I guess edit: solved, can be closed. Edited February 18, 2014 by tobyffm (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts