Problem:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 9736 bytes) in /home/_______/public_html/includes/classes/Smarty/Smarty_Compiler.class.php on line 436
Or similar
Solution:
Edit your php.ini file. It is normally locatated: usr/local/lib/php.ini
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
...
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
...
Raise the value.
edited by: AmmoDump, Jun 22, 2007 - 07:36 AM
--
David Pahl
Zikula Support Team