kaitzu Posted February 2, 2015 Share Posted February 2, 2015 (edited) Hi, what this can be Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 995574 bytes) in xxxxxxxx/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 217 Error differs if I change Caching off and on, what I need to do? Also this comes in FrontOfficeFatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 345279 bytes) in xxxxxxxx/modules/blocktopmenu/blocktopmenu.php on line 618 Server needs some action???? Edited February 2, 2015 by kaitzu (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted February 2, 2015 Share Posted February 2, 2015 It's the very same really. Try increasing your memory limit ini_set('memory_limit','128M'); for example, or you can do it like memory_limit = 16M If you have access to php.ini, which would be better Link to comment Share on other sites More sharing options...
kaitzu Posted February 2, 2015 Author Share Posted February 2, 2015 Hi, Problem solved with adding this line to the: config/config.inc.php ini_set('memory_limit','128M'); I solved this earlier but because of my time on Dentist I didn´t wrote this solved post earlier. Nemo1 didn´t mention the file which need to modifie, so thats why add it.PS. I don´t have any access to PHP.ini but I sent a message about this and I´m just waiting they will change this feature. Link to comment Share on other sites More sharing options...
Recommended Posts