[-] INSTALLER : fixed bug #PSCFV-2751 - Prestashop 1.5 needs more than 32MB for PHP memory_limit but it is not tested at setup
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15961 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php $this->displayTemplate('header') ?>
|
||||
|
||||
<?php if (Tools::getMemoryLimit() < Tools::getOctets('16M')): ?>
|
||||
<div class="warnBlock"><?php echo $this->l('PrestaShop requires at least 16M of memory to run, please check the memory_limit directive in php.ini or contact your host provider'); ?></div>
|
||||
<?php if (Tools::getMemoryLimit() < Tools::getOctets('32M')): ?>
|
||||
<div class="warnBlock"><?php echo $this->l('PrestaShop requires at least 32M of memory to run, please check the memory_limit directive in php.ini or contact your host provider'); ?></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->can_upgrade): ?>
|
||||
|
||||
Reference in New Issue
Block a user