[SOLVED] Side menu disappeared completely after upg... 1.10.

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
User avatar
fearmydesign
Power Poster
Power Poster
Posts: 363
Joined: Sun Feb 28, 2010 10:54 pm

[SOLVED] Side menu disappeared completely after upg... 1.10.

Post by fearmydesign »

Hello, I upgraded a site ( [url]htttp://www.artelye.com[/url] ) yesterday from 1.9.4.3 to 1.10.2 and everything went fine except for the fact that the main menus disappeared from the pages.

Code: Select all

<div id="sidebar">

{cms_module module='menumanager' number_of_levels="2" template='sidebar_menu' collapse="0"  excludeprefix="c_,d_,dlogin_,hdesign_" } //NOT SHOWING

{menu template='stone-design' start_element='6.1' show_root_siblings='1' collapse='1' } //THIS SHOWING FINE

{global_content name='facebook-home'} //THIS SHOWING FINE

{NMS} //THIS SHOWING FINE

</div>
Above is the code that's on my template, and I labeled the menu that is not showing. I upgraded all of the modules prior to going to 1.10.2 and had no issues, once I got to 1.10.2 I noticed I needed to upgrade some more modules in the Module Manager, so I did and everything was fine including MenuManager module. I did have a problem with the showtime module, but I'm trying to solve that on a different post.

These menus do not show up on the initial home page, you can go here to see the sides menus currently showing except for the one labeled above: http://www.artelye.com/index.php?page=h_who-we-are

Any suggestions on what I can look for? Please help, thank you
Last edited by fearmydesign on Wed Jan 04, 2012 7:08 pm, edited 2 times in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Side menu disappeared completely after upgrade to 1.10.2

Post by calguy1000 »

CMSMS 1.10.x is much more case sensitive than previous versions. Change it to {cms_module module=MenuManager ...} or just {menu ...}
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
User avatar
fearmydesign
Power Poster
Power Poster
Posts: 363
Joined: Sun Feb 28, 2010 10:54 pm

Re: Side menu disappeared completely after upgrade to 1.10.2

Post by fearmydesign »

calguy1000 wrote:CMSMS 1.10.x is much more case sensitive than previous versions. Change it to {cms_module module=MenuManager ...} or just {menu ...}
I can not believe it was just that, but thank you for your help! awesome!
Locked

Return to “[locked] Installation, Setup and Upgrade”