[SOLVED] Upgrade to 1.3.1 - {menu} tag does not work

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
masterm
New Member
New Member
Posts: 4
Joined: Wed Aug 08, 2007 2:23 pm

[SOLVED] Upgrade to 1.3.1 - {menu} tag does not work

Post 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
Last edited by masterm on Mon Jul 14, 2008 4:53 pm, edited 1 time in total.
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: Upgrade to 1.3.1 - {menu} tag does not work

Post 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...
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
masterm
New Member
New Member
Posts: 4
Joined: Wed Aug 08, 2007 2:23 pm

Re: Upgrade to 1.3.1 - {menu} tag does not work

Post 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.  :(  ???
cyberman

Re: Upgrade to 1.3.1 - {menu} tag does not work

Post 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.
masterm
New Member
New Member
Posts: 4
Joined: Wed Aug 08, 2007 2:23 pm

Re: Upgrade to 1.3.1 - {menu} tag does not work

Post 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.  ???
Last edited by masterm on Wed Jul 09, 2008 10:36 am, edited 1 time in total.
cyberman

Re: Upgrade to 1.3.1 - {menu} tag does not work

Post 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?
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Upgrade to 1.3.1 - {menu} tag does not work

Post 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.
masterm
New Member
New Member
Posts: 4
Joined: Wed Aug 08, 2007 2:23 pm

Re: Upgrade to 1.3.1 - {menu} tag does not work

Post 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
Post Reply

Return to “CMSMS Core”