Page 1 of 1

[SOLVED] Errors In Place Of Menu On Newly Installed Theme

Posted: Wed Apr 04, 2012 9:16 am
by forextrader36
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

Re: Errors In Place Of Menu On Newly Installed Theme

Posted: Wed Apr 04, 2012 10:27 am
by RonnyK
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

Re: [SOLVED] Errors In Place Of Menu On Newly Installed Them

Posted: Wed Apr 04, 2012 10:59 am
by forextrader36
Thanks RonnyK ;D

Re: [SOLVED] Errors In Place Of Menu On Newly Installed Them

Posted: Mon Apr 23, 2012 6:50 am
by webgeest
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:

Code: Select all

<div id="menu-wrapper">
		<div id="menu">
			{menu template="Mobility : minimal_menu" number_of_levels="1"}
		</div>
	</div>
	<!-- end #menu -->
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 :-)