Page 1 of 1
Smart Error on the themes.
Posted: Fri Feb 18, 2011 11:29 am
by tobias81
Hi there.
On the themes i try i get this error messege.
Code: Select all
string(79) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;Outdoors Nav""
Can i do somthing to get the menu to work.
here is the menu im testing:
http://themes.cmsmadesimple.org/index.p ... eturnid=63
Re: Smart Error on the themes.
Posted: Fri Feb 18, 2011 11:48 am
by Tanzbär
Haven't tested this template, but have you read the comments on this one?
I quote:
# s-marty - October 11, 2008, 4:47 am
Menu does not work, seems there is no menu template.
"{menu template='Outdoors Nav' number_of_levels='1' start_level='1'} " is missing.
Thanks for contributing anyway

-----------------------------------------------------------------------------------------------
# Deak - October 16, 2008, 6:53 am
To fix this just go into the Template and replace:
"{menu template='Outdoors Nav' number_of_levels='1' start_level='1'}"
With:
"{menu template='cssmenu.tpl' number_of_levels='1' start_level='1'}"
You will also probably want to add display: none to the dfn in the stylesheet.
Seems to me, it's a similar problem, maybe the solution is also similar?
Re: Smart Error on the themes.
Posted: Fri Feb 18, 2011 10:47 pm
by Dr.CSS
That error just means it can't find the menu template that is called in the page template, 2 options...
You have to look in both the page template and menu manager for these...
1) Change the page template to reflect what it says in the menu manager...
2) Change the page template to reflect what it says in menu manager...