błąd:
Cytat
Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 184320 bytes) in /home/web/web-8/WWW/web-255/includes/template.php(127) : eval()'d code on line 82
dotyczy tej funkcji:
<?php function pparse($handle) { if (!$this->loadfile($handle)) { } // actually compile the template now. { // Actually compile the code now. $this->compiled_code[$handle] = $this->compile($this->uncompiled_code[$handle]); } // Run the compiled code. return true; } ?>
co z tym zrobić
