acepjs Posted March 27, 2014 Share Posted March 27, 2014 i was upload prestashop from localhost to server.. but i cant see my product. that says "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/a4542521/public_html/tools/smarty/sysplugins/smarty_internal_templatelexer.php on line 438" and I cant access some admin page, example on module, that says Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/a4542521/public_html/tools/smarty/sysplugins/smarty_internal_templateparser.php on line 540. help me please my site is jueristore.tk Link to comment Share on other sites More sharing options...
El Patron Posted March 27, 2014 Share Posted March 27, 2014 you need to increase allowed memory of php, you now have 64mb... suggest 128mb or even better 256mb if you do not know how to accomplish this contact your hosting provider. 1 Link to comment Share on other sites More sharing options...
acepjs Posted March 27, 2014 Author Share Posted March 27, 2014 thanks.. i was add ini_set('memory_limit', '512M'); to config/config.inc.php problem solved 1 Link to comment Share on other sites More sharing options...
El Patron Posted March 28, 2014 Share Posted March 28, 2014 thanks.. i was add ini_set('memory_limit', '512M'); to config/config.inc.php problem solved perfecto! here is a nifty free module that you can use to check if changes made using ini_set took affect. 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...
Recommended Posts