mkbond777 Posted March 29, 2014 Share Posted March 29, 2014 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 More sharing options...
loulou66 Posted March 29, 2014 Share Posted March 29, 2014 HI can you tell us your memory_limit of your server look this http://www.prestashop.com/forums/topic/264658-fatal-error-allowed-memory-size-in-file-marty-internal-filter-handlerphp-on-line-55/ @++ Loulou66 Link to comment Share on other sites More sharing options...
El Patron Posted March 29, 2014 Share Posted March 29, 2014 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 More sharing options...
mkbond777 Posted March 30, 2014 Author Share Posted March 30, 2014 Thanks Patron, You solution worked for me. Cheers 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