Smarty debug mode not displaying included templates.

Posted by Kyle Sevenoaks on Stack Overflow See other posts from Stack Overflow or by Kyle Sevenoaks
Published on 2010-04-14T07:29:45Z Indexed on 2010/04/14 7:33 UTC
Read the original article Hit count: 403

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about smarty