Jump to content

After choose PayPal as Payment -> blank page only!


Recommended Posts

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?!

post-759741-0-32645100-1392500067_thumb.jpg

Edited by tobyffm (see edit history)
Link to comment
Share on other sites

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 by tobyffm (see edit history)
Link to comment
Share on other sites

<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 here
to 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 by tobyffm (see edit history)
Link to comment
Share on other sites

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 by tobyffm (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...