Getting an error when I try to edit the post, so replying:
Apparently the controls in the dashboard folder were using absolute paths to reference their images. If I change these to relative paths, the images appear again. Either way it turns out it was a minor issue since it only affects these images.
Incorrect image paths in backoffice
Umbraco works fine when I install on my local server. When I tried to install it to my test server, it's missing some of the path for backoffice images. The page is looking for (for example) http://ihd-internet/umbraco/dashboard/images/logo32x32.png, when the file is actually located at http://ihd-internet/apps/UmbracoPortal/umbraco/dashboard/images/logo32x32.png. The website is installed in IIS to http://ihd-internet/apps/UmbracoPortal. Is there somewhere I have to specify the application root if it differs from the domain root?
Getting an error when I try to edit the post, so replying:
Apparently the controls in the dashboard folder were using absolute paths to reference their images. If I change these to relative paths, the images appear again. Either way it turns out it was a minor issue since it only affects these images.
is working on a reply...