Page 1 of 1

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

Posted: Wed Jan 04, 2012 6:17 pm
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

Re: Side menu disappeared completely after upgrade to 1.10.2

Posted: Wed Jan 04, 2012 6:21 pm
by calguy1000
CMSMS 1.10.x is much more case sensitive than previous versions. Change it to {cms_module module=MenuManager ...} or just {menu ...}

Re: Side menu disappeared completely after upgrade to 1.10.2

Posted: Wed Jan 04, 2012 6:32 pm
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!