Hi,
I have never used the themes before within CMSMS but saw one I liked so thought I would give it a try.
I have a fresh install of CMSMS 1.10.3.
I downloaded and installed the 'elegantblue' theme from the cmsms themes page.
When I activate the theme and use the template on a page I get a whole list of errors where the menu should be displayed:
/lib/smarty/Smarty.class.php:1593 - trigger_error
/lib/smarty/Smarty.class.php:1415 - _fetch_resource_info
/lib/smarty/Smarty.class.php:1261 - _compile_resource
/lib/classes/module_support/modtemplates.inc.php:242 - fetch
/lib/classes/class.CMSModule.php:2438 - cms_module_ProcessTemplateFromDatabase
/modules/MenuManager/action.default.php:253 - ProcessTemplateFromDatabase
/lib/classes/class.CMSModule.php:1583 - include
/lib/classes/class.CMSModule.php:1628 - DoAction
/lib/module.functions.php:122 - DoActionBase
/plugins/function.menu.php:22 - cms_module_plugin
/tmp/templates_c/%%01^013^01360D26%%tpl_body%3A23.php:52 - smarty_cms_function_menu
/lib/smarty/Smarty.class.php:1263 - include
/index.php:269 - fetch
string(90) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;Mobility : minimal_menu""
Can anybody help me fix this?
Thanks
[SOLVED] Errors In Place Of Menu On Newly Installed Theme
-
- Forum Members
- Posts: 82
- Joined: Mon Jul 09, 2007 6:17 pm
[SOLVED] Errors In Place Of Menu On Newly Installed Theme
Last edited by forextrader36 on Wed Apr 04, 2012 10:58 am, edited 1 time in total.
Re: Errors In Place Of Menu On Newly Installed Theme
Check layout->MenuTemplates to see how the created Menu is called.
In Layout -> Templates check the installed template and make sure that the call to the menutemplate is correct.
Ronny
In Layout -> Templates check the installed template and make sure that the call to the menutemplate is correct.
Ronny
-
- Forum Members
- Posts: 82
- Joined: Mon Jul 09, 2007 6:17 pm
Re: [SOLVED] Errors In Place Of Menu On Newly Installed Them
Hi all,
Could you pls give me a bit more detail. How should the call look like for the ''elegant_blue" theme?
I have the following:
and Layout>Menu Manager shows for elegant-blue template
"elegantblue : minimal_menu" as usage: "{menu}".
Any suggestions?
------->>> Ooops now I see. I have to change "Mobility : minimal_menu" with "elegantblue : minimal_menu".
It's not very hard
Could you pls give me a bit more detail. How should the call look like for the ''elegant_blue" theme?
I have the following:
Code: Select all
<div id="menu-wrapper">
<div id="menu">
{menu template="Mobility : minimal_menu" number_of_levels="1"}
</div>
</div>
<!-- end #menu -->
"elegantblue : minimal_menu" as usage: "{menu}".
Any suggestions?
------->>> Ooops now I see. I have to change "Mobility : minimal_menu" with "elegantblue : minimal_menu".
It's not very hard
