Jump to content

PayPal returns a white screen [SOLVED]


Chris2013

Recommended Posts

HI

 

Been searching for a solution for a while, can't seem to get it resolved.

 

When a customer checks out with PayPal, instead of returning to the order confirmation page it display a white page.

 

The payment is taken, orders are shown in back office and PayPal account receives the funds, it just seems to hang on a white page.

 

PS 1.5.4  and Paypal module 3.8.2

 

Any ideas

 

Chris

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

Hey Bellini3

 

this is the error I receive "scratches head"

 

Warning: Missing argument 2 for ToolsCore::displayDate(), called in /home/eclectic/public_html/modules/mailalerts/mailalerts.php on line 260 and defined in /home/eclectic/public_html/classes/Tools.php on line 613

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home/eclectic/public_html/tools/tcpdf/tcpdf.php on line 23264

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

Right I have got shot of the 1st error by changing line 260 of mailalerts.php

from this

$order_date_text = Tools::displayDate($order->date_add);
to this

$order_date_text = Tools::displayDate($order->date_add, (int)$id_lang);

 just need to get this one sorted although my php.ini memory_limit = 512M   im still getting this error

 

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home/eclectic/public_html/tools/tcpdf/tcpdf.php on line 23264

 

 

Any ideas?

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...