Page 1 of 1

Smarty error: unable to read resource: "module_file_tpl:MenuManager;

Posted: Wed Nov 29, 2006 2:20 am
by mnapiork
I'm getting the below error in the preview pain when I add a {menu template="listmenu.tpl"} to my template.  The listmenu.tpl is an import in the database of minimal_menu.tpl, I haven't changed any code in the file.

string(81) "Smarty error: unable to read resource: "module_file_tpl:MenuManager;listmenu.tpl""

Does anyone know why I'm getting this error?

Re: Smarty error: unable to read resource: "module_file_tpl:MenuManager;

Posted: Wed Nov 29, 2006 2:32 am
by Dr.CSS
Take off the .tpl, if this is a mod of a normal template ie,. you copied a DB template and it shows up in the first tab of Menu Manager...

If you use a default menu template you need the .tpl other wise no .tpl...

Re: Smarty error: unable to read resource: "module_file_tpl:MenuManager;

Posted: Wed Nov 29, 2006 2:41 am
by mnapiork
Perfect!  Thanks!