Chris2013 Posted March 19, 2015 Share Posted March 19, 2015 (edited) 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 March 19, 2015 by Chris2013 (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted March 19, 2015 Share Posted March 19, 2015 enable debug mode so that you will see the error message instead of a blank white page. search for how to enable debug mode for your version of PS Link to comment Share on other sites More sharing options...
Chris2013 Posted March 19, 2015 Author Share Posted March 19, 2015 (edited) 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 613Fatal 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 March 19, 2015 by Chris2013 (see edit history) Link to comment Share on other sites More sharing options...
Chris2013 Posted March 19, 2015 Author Share Posted March 19, 2015 (edited) 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 March 19, 2015 by Chris2013 (see edit history) Link to comment Share on other sites More sharing options...
Chris2013 Posted March 19, 2015 Author Share Posted March 19, 2015 OK I seem to have solved the 2nd error by adding ini_set('memory_limit', '512M'); to the config.inc.php all seems to work now Chris 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