(SOLVED) 1.10 upgrade - Menu disappeared
(SOLVED) 1.10 upgrade - Menu disappeared
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.
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.
Last edited by saltydog on Thu Oct 27, 2011 5:03 pm, edited 1 time in total.
Re: 1.10 upgrade - Menu disappeared
Hello
Please post your {menu} tag with parameters from your template in here.
thx Rolf
Please post your {menu} tag with parameters from your template in here.
thx Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: 1.10 upgrade - Menu disappeared
Hi Rolf,
here it is:
Thank you,
Fabio
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 -->
Fabio
Re: 1.10 upgrade - Menu disappeared
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?
It looks like the only solution is to restore the backup and live without 1.10?
Re: 1.10 upgrade - Menu disappeared
Hi,
These shouldn't be here:
Rolf
These shouldn't be here:
But I don't know if that is causing the problem...{menu template='simple_navigation.tpl' start_level='2' start_element="2.1" show_root_siblings="1" collapse="1"}</li></ul>
Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: 1.10 upgrade - Menu disappeared
Rolf wrote:Hi,
These shouldn't be here:But I don't know if that is causing the problem...{menu template='simple_navigation.tpl' start_level='2' start_element="2.1" show_root_siblings="1" collapse="1"}</li></ul>
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
Haven't seen similar like this in the forum.No, I removed that and nothing changed. I don't display my main menu
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...
Check in the module tag if 'news' is spelled with a capital Nand I don't display News too...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: 1.10 upgrade - Menu disappeared
Rolf wrote:Check in the module tag if 'news' is spelled with a capital Nand I don't display News too...
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
I have fully uploaded 1.10 code again, but the problem still exists..
Re: 1.10 upgrade - Menu disappeared
Humm
Do you have a link to the website?
Rolf

Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: 1.10 upgrade - Menu disappeared
Rolf wrote:HummDo 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
Are you sure you have children pages, your top menu has no calls like menuactiveparent?...
Re: 1.10 upgrade - Menu disappeared
It is perfectly working since 2004, and now the production server is working with CMSMS 1.9.4.2Dr.CSS wrote:Are you sure you have children pages, your top menu has no calls like menuactiveparent?...
Re: 1.10 upgrade - Menu disappeared
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...
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
That is so strange, are you sure that the menu tag is exactly as you posted earlier?...