Jump to content

[solved increase memory] Getting Blank Page after Payment


Recommended Posts

Hi,

 

I am unable to checkout on my shop. When I am selecting Cash on delivery option and confirming the order, I am getting blank page.

 

Debug Output is:

 

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2 bytes) in /home/a4779046/public_html/tools/tcpdf/unicode_data.php on line 1152

Link to comment
Share on other sites

try this,

 

using ftp download config/defines.inc.php

 

add the following line of code:

@ini_set('memory_limit', '128M');

just above this line of code

define('_PS_MODE_DEV_', false);

now ftp back up to your shop

 

sometimes you  are limited by your hosting plan and this may not always work...

 

note: to check your memory and other php settings use this free module

http://www.prestashop.com/forums/topic/278164-free-module-display-php-environment-phpinfo-back-office/

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...