Jump to content

[SOLVED] Fatal error, Backoffice


Recommended Posts

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 FrontOffice
Fatal 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 by kaitzu (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...