Sure, here it is:
Quote:
[04-May-2015 16:13:49 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 240123904 bytes) in /var/www/include/lib/smarty3/Smarty.class.php on line 1616
[04-May-2015 16:13:49 UTC] PHP Stack trace:
[04-May-2015 16:13:49 UTC] PHP 1. SmartyException->__toString() /var/www/include/lib/smarty3/Smarty.class.php:0
[04-May-2015 16:13:49 UTC] PHP 2. print_r() /var/www/include/lib/smarty3/Smarty.class.php:1616
|
268MB exhausted by trying to go to the cart.php?mode=checkout page with the One Page Checkout Module?!
The setup on the testserver I am running this on might not be setup very efficient, but the page cart.php?mode=checkout works fine before the upgrade to 4.7.2
I doubled the amount of memory of PHP to 512MB & still the same error:
Quote:
[04-May-2015 16:22:24 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 511967232 bytes) in /var/www/include/lib/smarty3/Smarty.class.php on line 1616
[04-May-2015 16:22:24 UTC] PHP Stack trace:
[04-May-2015 16:22:24 UTC] PHP 1. SmartyException->__toString() /var/www/include/lib/smarty3/Smarty.class.php:0
[04-May-2015 16:22:24 UTC] PHP 2. print_r() /var/www/include/lib/smarty3/Smarty.class.php:1616
|
Yes, no errors in the template that we use (ideal responsive).
Thanks for fixing, has it also been fixed in the upgrade pack?
The patch itself works great.