Unable to load sitemap data - Yet it does...
Permalink
I'm working with a clean install of Concrete5.4.2.1. It's on a sub-domain, if that makes a difference.
In the dashboard's sitemap, when I try adding a page, editing page properties, changing the design, etc, a message window will pop up with the window for the appropriate task (design menu, etc). It states:
Unable to load sitemap data.
404 Not Found
The resource requested could not be found on this server!
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!
Unlike users with similar issues, I can close this window and still add pages and do whatever I need to do. There doesn't appear to be anything actually wrong other than this message coming up.
I'm still learning, so it's possible I missed something or forgot to make a change in a file somewhere, but I've followed general guidelines and instructions. I'd like to fix whatever may be wrong, but other than the message coming up everything seems to work.
Is it just a false alarm I should ignore? Is there something I can do to pinpoint what may be the problem? Or is there a simple fix I didn't realize?
Any help would be appreciated! It's my first time installing it on my own host's server.
In the dashboard's sitemap, when I try adding a page, editing page properties, changing the design, etc, a message window will pop up with the window for the appropriate task (design menu, etc). It states:
Unable to load sitemap data.
404 Not Found
The resource requested could not be found on this server!
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!
Unlike users with similar issues, I can close this window and still add pages and do whatever I need to do. There doesn't appear to be anything actually wrong other than this message coming up.
I'm still learning, so it's possible I missed something or forgot to make a change in a file somewhere, but I've followed general guidelines and instructions. I'd like to fix whatever may be wrong, but other than the message coming up everything seems to work.
Is it just a false alarm I should ignore? Is there something I can do to pinpoint what may be the problem? Or is there a simple fix I didn't realize?
Any help would be appreciated! It's my first time installing it on my own host's server.
Mind you, that is "/config", not "/concrete/config". You should never change files in the "/concrete" folder.
You have a "base url" there. It should be set to your subdomain. The line looks like this:
define('BASE_URL', 'http://subdomain.yourdomain.com');
Did this help?