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
[SOLVED] Upgrade to 1.3.1 - {menu} tag does not work
[SOLVED] Upgrade to 1.3.1 - {menu} tag does not work
Last edited by masterm on Mon Jul 14, 2008 4:53 pm, edited 1 time in total.
Re: Upgrade to 1.3.1 - {menu} tag does not work
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-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...
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: Upgrade to 1.3.1 - {menu} tag does not work
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
Are you sure all files are not corrupt?
Some FTP programs destroy files on uploading ... you should try to upload it once again.
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
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.
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.

Last edited by masterm on Wed Jul 09, 2008 10:36 am, edited 1 time in total.
Re: Upgrade to 1.3.1 - {menu} tag does not work
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?
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
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.
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
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
Thanks a lot!
Markus