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...
Suggestions...anyone...anyone....Bueller...
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.
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.
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.
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
Thank you
The clear cache seems obvious (and much easier!)... I reinstalled the concrete directory and that seemed to solve it as well.
im still having the same issues any ideas?
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?
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?
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.
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.
thank you so much. this thing is really bugging me.
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.
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.
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.
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;
}
ul{
margin:0;
padding:0;
list-style-type:none;
font-size:0;
line-height:0;
}