We performed the upgrade to 1.11.1. Everything appeared to run correctly, however once the process was completed and the site loaded, our menu system for main site nav. was gone. A complete mystery that i think is directly linked to the fact that when in Admin - there are no longer content pages showing. The pages are all there if you direct link, I just can no longer see them.
I'm at a total loss as to what to try and do at the this point and would gladly take any suggestions.
Upgrade to 1.11.1 - missing menu system - no content pages
Re: Upgrade to 1.11.1 - missing menu system - no content pag
As an added note, from the Admin Log:
Core failed to get content for valid content id 0
Core failed to get content for valid content id 0
Re: Upgrade to 1.11.1 - missing menu system - no content pag
Can you explain exactly what steps you took to upgrade the site, did you do it in steps of each version or straight from an old one to new etc. etc., what does the system info page say, do you have any yellow ! or red X...
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Upgrade to 1.11.1 - missing menu system - no content pag
were all your modules up-to-date?
Did you clear the cache of the website?
Look in your template for a few lines with following code and remove them.
also see http://forum.cmsmadesimple.org/viewtopi ... =3&t=62252
Did you clear the cache of the website?
Look in your template for a few lines with following code and remove them.
Code: Select all
{if isset($canonical)}
<link rel="canonical" href="{$canonical}" />
{elseif isset($content_obj)}
<link rel="canonical" href="{$content_obj->GetURL()}" />
{/if}