Sitemap disappears after 5.3 upgrade

Permalink
My site pages are still available on the web. However, the dashboard sitemap is completely blank after upgrading to 5.3.

Suggestions...anyone...anyone....Bueller...

 
normanm4 replied on at Permalink Reply
The page appear on the web, and they are visible to me when I choose "return to site" to edit them, but, when I try to edit them I can't. So they appear to be completely unrecognized in the current version.
jereme replied on at Permalink Reply
jereme
In 'Sitewide Settings' > 'Debug', empty the site cache. Also clear your browser cache.

I don't know which one fixes it, but I saw a "clear the cache" solution for this posted on the 5.3.0 release announcement page comments from synlag I think.
virgiltu replied on at Permalink Reply
virgiltu
Ok so i have the same issue. However when changing from a costume template to the default template the site map will show up back in edit mode. Very odd. Any thoughts?

Thank you
normanm4 replied on at Permalink Reply
The clear cache seems obvious (and much easier!)... I reinstalled the concrete directory and that seemed to solve it as well.
virgiltu replied on at Permalink Reply
virgiltu
im still having the same issues any ideas?
frz replied on at Permalink Reply
frz
you've cleared your site cache?
you're getting /other/ pages in the dashboard and in your site?
you just see nothing in the sitemap?
when you say nothing, do you mean it asks you to login again or gives you the menu at least - or do you mean a white page, no html in source view?
virgiltu replied on at Permalink Reply
virgiltu
Ok so if i use the default theme I have no problems. I have my site map that you can see from the site and also when i add the autonav and i do a preview. However i imported a wordpress theme but only on this theme when i try to add the autonav in the preview i do not see anything. But in the dashboard I do. I am assuming is the theme but I spent all night and i cant find anything that will prevent that from happening. I thought you guys have seen this before.
virgiltu replied on at Permalink Reply 1 Attachment
virgiltu
here is the theme i am working on. if you get a minute can you please install it and try it out. i only added the main are so far. just to test it.

thank you so much. this thing is really bugging me.
ScottC replied on at Permalink Reply
ScottC
and it looked like you only had 1 area.

This theme would take a bit of work to convert, but at the core you at least need an area that holds the auto-nav, and area on the left side with a modified page list and comments summary block.

You added only 1 area which was the main area.

Take a look at the default theme in concrete/themes/. At minimum you should have everything that is listed there except for the if($c->isEditMode()), but that might be nice to include to space stuff out.

You still have quite a bit of work to convert. I would suggest downloading the halloween theme as well and comparing.
virgiltu replied on at Permalink Reply
virgiltu
so i thought the same thing. But no. you should be able to add just the main and add the autonav block there. So what i did was finis the theme but i have the same issue. So I i remove the renamed the Css file to .css2 so the theme does not see it. Without the css file i am able to see the anutonav preview. So im guessing there is something in the css that blocks it.
virgiltu replied on at Permalink Reply
virgiltu
ok so if you have this code in your css. you will have to remove it. or it will mess up you entire code.


ul{
margin:0;
padding:0;
list-style-type:none;
font-size:0;
line-height:0;
}