Page 1 of 2
(SOLVED) 1.10 upgrade - Menu disappeared
Posted: Sun Oct 23, 2011 10:18 am
by saltydog
I have just upgraded to 1.10. All my vertical menus (main and news) have disappeared.
I am using MenuManager module v.1.7.6. No errors in /var/log/apache2/errors.log
I have looked in the generated php code and simply to menu entry is generated. I am using the standard simple_navigation.tpl menu template.
Re: 1.10 upgrade - Menu disappeared
Posted: Sun Oct 23, 2011 12:13 pm
by Rolf
Hello
Please post your {menu} tag with parameters from your template in here.
thx Rolf
Re: 1.10 upgrade - Menu disappeared
Posted: Sun Oct 23, 2011 3:29 pm
by saltydog
Hi Rolf,
here it is:
Code: Select all
<!-- Start Sub Navigation -->
<div id="menu_vert">
<h2 class="accessibility">Sub Navigation</h2>
{menu template='simple_navigation.tpl' start_level='2' start_element="2.1" show_root_siblings="1" collapse="1"}</li></ul>
<hr class="accessibility" />
</div>
<!-- End Sub Navigation -->
Thank you,
Fabio
Re: 1.10 upgrade - Menu disappeared
Posted: Mon Oct 24, 2011 2:47 pm
by saltydog
I have checked everything and nothing seems wrong. No errors in log, just the module not working.
It looks like the only solution is to restore the backup and live without 1.10?
Re: 1.10 upgrade - Menu disappeared
Posted: Mon Oct 24, 2011 2:50 pm
by Rolf
Hi,
These shouldn't be here:
{menu template='simple_navigation.tpl' start_level='2' start_element="2.1" show_root_siblings="1" collapse="1"}</li></ul>
But I don't know if that is causing the problem...
Rolf
Re: 1.10 upgrade - Menu disappeared
Posted: Mon Oct 24, 2011 5:05 pm
by saltydog
Rolf wrote:Hi,
These shouldn't be here:
{menu template='simple_navigation.tpl' start_level='2' start_element="2.1" show_root_siblings="1" collapse="1"}</li></ul>
But I don't know if that is causing the problem...
Rolf
No, I removed that and nothing changed. I don't display my main menu, and I don't display News too...
Re: 1.10 upgrade - Menu disappeared
Posted: Mon Oct 24, 2011 5:30 pm
by Rolf
No, I removed that and nothing changed. I don't display my main menu
Haven't seen similar like this in the forum.
Also haven't seen something like it during the testing...

Try to upload the 1.10 files again, perhaps some files didn't make the upload...
and I don't display News too...
Check in the module tag if 'news' is spelled with a capital N
Re: 1.10 upgrade - Menu disappeared
Posted: Tue Oct 25, 2011 8:11 am
by saltydog
Rolf wrote:
and I don't display News too...
Check in the module tag if 'news' is spelled with a capital N
Module tag was correctly spelled with lowercase "news", as reported also in the help section. I changed it to uppercase "News" and now it works.
The menu is still not working. I will try uploading again the whole 1.10
Re: 1.10 upgrade - Menu disappeared
Posted: Tue Oct 25, 2011 8:15 am
by saltydog
I have fully uploaded 1.10 code again, but the problem still exists..
Re: 1.10 upgrade - Menu disappeared
Posted: Tue Oct 25, 2011 9:09 am
by Rolf
Humm

Do you have a link to the website?
Rolf
Re: 1.10 upgrade - Menu disappeared
Posted: Tue Oct 25, 2011 9:51 am
by saltydog
Rolf wrote:Humm

Do you have a link to the website?
Rolf
Yes, this is a test-server:
http://socrates.dyndns-server.com/atopon_cms/
The main menu should be above the News.
Re: 1.10 upgrade - Menu disappeared
Posted: Tue Oct 25, 2011 5:24 pm
by Dr.CSS
Are you sure you have children pages, your top menu has no calls like menuactiveparent?...
Re: 1.10 upgrade - Menu disappeared
Posted: Wed Oct 26, 2011 7:01 am
by saltydog
Dr.CSS wrote:Are you sure you have children pages, your top menu has no calls like menuactiveparent?...
It is perfectly working since 2004, and now the production server is working with CMSMS 1.9.4.2
Re: 1.10 upgrade - Menu disappeared
Posted: Wed Oct 26, 2011 9:01 am
by saltydog
I have completely restored my previous backup and upgraded again.
Same result, no main menu.
I think I will give up and keep my old version until I decide to change CMS...
Re: 1.10 upgrade - Menu disappeared
Posted: Wed Oct 26, 2011 5:39 pm
by Dr.CSS
That is so strange, are you sure that the menu tag is exactly as you posted earlier?...