anticrisis Posted May 11, 2013 Share Posted May 11, 2013 Hello, I have read that i have to delete smarty/compile and smarty/cache folders. so i have problems now showing my products details page like this. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/mueblesanticrisis.com/httpdocs/tools/smarty/sysplugins/smarty_internal_compile_section.php on line 120 Any idea? I have spend two days and without results. Thanks. Delboy Link to comment Share on other sites More sharing options...
PrestaMonster.com Posted May 11, 2013 Share Posted May 11, 2013 It's due to Prestashop consumes over the memory limit of your server. Can you try to add this line in config/config.inc.php ini_set('memory_limit', '1024M'); or ini_set('memory_limit', '2048M'); Link to comment Share on other sites More sharing options...
anticrisis Posted May 11, 2013 Author Share Posted May 11, 2013 I don´t have access to the php configuration because i´m not the root of the hosting, so i modify the .htaccess file on the root directory and works for me. Thanks. Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2013 Share Posted May 11, 2013 On 5/11/2013 at 11:26 AM, anticrisis said: I don´t have access to the php configuration because i´m not the root of the hosting, so i modify the .htaccess file on the root directory and works for me. Thanks. what you exactly add to the htaccess file? Can you show us how you solved it? I can go ahead now and mark this thread as solved thanks Link to comment Share on other sites More sharing options...
Recommended Posts