Page 1 of 1
[SOLVED] Upgrade to 1.3.1 - {menu} tag does not work
Posted: Mon Jul 07, 2008 4:35 pm
by masterm
Hello!
Any idea, why since the upgrade to 1.3.1 my {menu} tag doesn’t work anymore? It does not output anything and even prevents rendering the full page.
When I use {cms_module module=’menu’ template=’…’} still the menu does not show up, but at least the rest of the page is being rendered.
Thanks in advance!
Markus
Re: Upgrade to 1.3.1 - {menu} tag does not work
Posted: Mon Jul 07, 2008 8:58 pm
by kermit
did you run
http://yoursite.com/install/upgrade.php after you copied the new files over? (see wiki upgrade instructions for all upgrade steps)...
re-upload the files/dirs that go in the MenuManager module directory (cmsmsroot/modules/MenuManager/*), ensure that function.menu.php (that's the {menu} tag) exists in cmsmsroot/modules/plugins, and clear the cache in admin...
Re: Upgrade to 1.3.1 - {menu} tag does not work
Posted: Tue Jul 08, 2008 1:52 pm
by masterm
Yes, I think I did nothing wrong. All the files are there and I also had the idea of cleaning the cache, but it didn't help.

Re: Upgrade to 1.3.1 - {menu} tag does not work
Posted: Wed Jul 09, 2008 5:51 am
by cyberman
Are you sure all files are not corrupt?
Some FTP programs destroy files on uploading ... you should try to upload it once again.
Re: Upgrade to 1.3.1 - {menu} tag does not work
Posted: Wed Jul 09, 2008 10:33 am
by masterm
Well obviously some of the files are corrupt, but I use FireFTP for Mozilla Firefox 2 and I have never had any kind of trouble with regards to corrupted files.
In fact, I already downloaded the upgrade 1.3.1 again and uploaded it once again, but still nothing changes.
What strikes me further is the fact that my {menu} tag only does not work in my site-template. It used to work before the upgrade to 1.3.1., though. Well I also use {menu} (not {cms_module module='menu' ...} !) in a UDT via $smarty->_compile_source() and there it works perfectly!
The template itself is pretty usual and has nothing special about it.
Maybe I should try to use a UDT in my site-template until the problem gets solved correctly.
Thank you for your help.
Markus
EDIT: Sadly I just discovered the UDT-thing won't work, too! Same problem as using the {menu} tag.

Re: Upgrade to 1.3.1 - {menu} tag does not work
Posted: Wed Jul 09, 2008 10:48 am
by cyberman
Can you explain a little bit more -> "does not work"
Do you use a default or a modified MenuManager template?
Does {cms_module module='menu' ...} work?
Re: Upgrade to 1.3.1 - {menu} tag does not work
Posted: Thu Jul 10, 2008 10:24 am
by KO
Could it be this
http://forum.cmsmadesimple.org/index.ph ... 706.0.html
Helped me on one site that had problems with menu call. Problem was with start_page="something" on menu call.
Re: Upgrade to 1.3.1 - {menu} tag does not work
Posted: Mon Jul 14, 2008 4:52 pm
by masterm
Yeah! That solved it! I replaced the Tree.php with the one from v1.2.5 and now it works perfectly.
Thanks a lot!
Markus