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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
forextrader36
Forum Members
Forum Members
Posts: 82
Joined: Mon Jul 09, 2007 6:17 pm

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

Post 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
Last edited by forextrader36 on Wed Apr 04, 2012 10:58 am, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Errors In Place Of Menu On Newly Installed Theme

Post 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
forextrader36
Forum Members
Forum Members
Posts: 82
Joined: Mon Jul 09, 2007 6:17 pm

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

Post by forextrader36 »

Thanks RonnyK ;D
User avatar
webgeest
Forum Members
Forum Members
Posts: 13
Joined: Thu Dec 02, 2010 8:19 pm

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

Post 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 :-)
Post Reply

Return to “Layout and Design (CSS & HTML)”