Page 1 of 1
Upgrade to 1.11.1 - missing menu system - no content pages
Posted: Fri Aug 31, 2012 3:18 pm
by hazydaze
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.
Re: Upgrade to 1.11.1 - missing menu system - no content pag
Posted: Fri Aug 31, 2012 3:37 pm
by hazydaze
As an added note, from the Admin Log:
Core failed to get content for valid content id 0
Re: Upgrade to 1.11.1 - missing menu system - no content pag
Posted: Fri Aug 31, 2012 10:54 pm
by Dr.CSS
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...
Re: Upgrade to 1.11.1 - missing menu system - no content pag
Posted: Sat Sep 01, 2012 5:46 am
by staartmees
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.
Code: Select all
{if isset($canonical)}
<link rel="canonical" href="{$canonical}" />
{elseif isset($content_obj)}
<link rel="canonical" href="{$content_obj->GetURL()}" />
{/if}
also see
http://forum.cmsmadesimple.org/viewtopi ... =3&t=62252