Smarty debug mode not displaying included templates.
- by Kyle Sevenoaks
On www.euroworker.no/order I have set Smarty's debug mode on with {debug output=html} in the header, so it will debug every page. But it says:
Smarty Debug Console
included templates & config files (load time in seconds):
no templates included
And after a list of template variables,
{$cart}
Fatal error: Allowed memory size of 134217728 bytes exhausted
(tried to allocate 561962 bytes) in
/home/euroworkerno/www/library/smarty/libs/plugins/modifier.debug_print_var.php
on line 30
It also doesn't display a list of templates for any url..
This is strange, can anyone point me to why it won't display the lit of .tpls? I need to find some HTML comments that someone has left in to rid IE of a display bug.
Thanks.