The content NODES load fine, as do the pages when the site is browsed. However, the other sections of back office are not responding "media" "developer" "settings" etc... I have restarted IIS and still nothing. Oddly, if I click enough times, sometimes I get a response and the section will load.
Oddly, things were working after the upgrade and I have chanegd nothing but they are now broken.
No umbraco document matches the url 'http://beta.beananimal.com/umbraco'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "umbraco"] | /root/*/* [@urlName = "umbraco"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
I can use umbraco/umbraco.aspx and get there, but why is this broken on this 4.5 site and none of my other 3.x or 4.x sites?
In any case, that gets me back in but I still can't get anything but the content section to load. Strange, clicking on the other sections does nothing 99% of the time. I got the "media" node to load once, but can't get back there now either.
4.5.2 back office problem
The content NODES load fine, as do the pages when the site is browsed. However, the other sections of back office are not responding "media" "developer" "settings" etc... I have restarted IIS and still nothing. Oddly, if I click enough times, sometimes I get a response and the section will load.
Oddly, things were working after the upgrade and I have chanegd nothing but they are now broken.
Thoughts?
After restarting IIS I get the following error
No umbraco document matches the url 'http://beta.beananimal.com/umbraco'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "umbraco"] | /root/*/* [@urlName = "umbraco"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
For more information, visit information about custom 404 on the umbraco website.
Does this shed any light on the problem?
try clearing your browser cache see if that makes a difference.
Regards
Ismail
Put a slash after the /umbraco bit so that it's /umbraco/ without the slash, umbraco treats it as if it were umbraco content.......
I can use umbraco/umbraco.aspx and get there, but why is this broken on this 4.5 site and none of my other 3.x or 4.x sites?
In any case, that gets me back in but I still can't get anything but the content section to load. Strange, clicking on the other sections does nothing 99% of the time. I got the "media" node to load once, but can't get back there now either.
More information:
So once I get into back office, no matter section I click, the
/umbraco/#content
Url gets loaded by the javascript.
If I chance it to /umbraco/#SectionName
like #media or #developer
That corrosponding content tree loads. The problem is that clicking on any node brings me right back to #content
Thoughts?
is working on a reply...