Jump to content

Fatal error: Allowed memory size in file marty_internal_filter_handler.php on line 55


Recommended Posts

hi all i have got this error what could be the cause

 

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /home/a2626983/public_html/prestashop/tools/smarty/sysplugins/smarty_internal_filter_handler.php on line 55

 

i got the blank white page enabled debug and that's the only error i get

 

backoffice is working just fine

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

it mean that you reached the max php memory limit for your hosting account. Try to ask hoster to increase the value of the memory limit

thank you it is a free hosting just to exprement the prestashop i will go to a (Real) host soon

Link to comment
Share on other sites

  • 6 months later...

1.5.6.1

I have the same problem. Final step paying with PayPal shows a blank page in FO.

By clicking "Update" in browser window (FO) an error page starts with:

Please try to contact the merchant: <b>PayPal response:</b> CHECKOUTSTATUS -> PaymentActionCompleted

and end with:

65. Cart changed since the last checkout express, please make a new Paypal checkout payment

66. Your cart is empty.

 

The error log in root directory shows nothing.

The error log in /modules/PayPal/express_chekout/ is like this:

 

PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/XXXXX/public_html/tools/smarty/sysplugins/smarty_internal_templatelexer.php on line 153

 

My php.ini now look like this:

 

<?php
upload_max_filesize = 1024M
memory_limit = 1024M
max_execution_time = 300
post_max_size = 1024M
?>

 

It does not help to increase these parameters. (tried to allocate 32 bytes, is still there)

 

Hope that somebody have a suggestion.

Link to comment
Share on other sites

To Fanatic and Superstar, you were right both of you. The phpinfo.php displayed wrong results. The modul from Superstar displayed the correct results. Than I understood that I might tell the .htaccess file were to look for my self-made php.ini.

I put the suPHP_ConfigPath /home/xxxxxx/ in my .htaccess file and all errors are now gone.

I don`t know what I should have done without you and this forum. Thank you.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...