Hi all - I've installed Umbraco more times than I can count now, but just ran into a really odd problem that I'm hoping you guys can help me with. I'm in the process of preparing an upgrade from 4.5.1 to 4.5.2 - so downloaded the 4.5.2 bits to my local machine and setup the site (there are some other instances of Umbraco running on my machine).
I was able to get through the installation process, though I noticed that the images weren't showing up. I continued through setup because I figured that it was just a matter of deleting the clientdependency folder. However, after doing this for all of my Umbraco instances, I still don't have any images showing up in my fresh installation. When I look at the console in my Chrome debugging tools, I'm seeing the following:
Resource interpreted as image but transferred with MIME type .
packagesVid1.png:-1Resource interpreted as image but transferred with MIME type .
panel_bg.gif:-1Resource interpreted as image but transferred with MIME type .
As a quick update, I noticed that it looks like ASP.NET is attempting to authenticate all of the images. For example, take a look at the following request/response for an image:
Problems with images on 4.5.2 fresh install
Hi all - I've installed Umbraco more times than I can count now, but just ran into a really odd problem that I'm hoping you guys can help me with. I'm in the process of preparing an upgrade from 4.5.1 to 4.5.2 - so downloaded the 4.5.2 bits to my local machine and setup the site (there are some other instances of Umbraco running on my machine).
I was able to get through the installation process, though I noticed that the images weren't showing up. I continued through setup because I figured that it was just a matter of deleting the clientdependency folder. However, after doing this for all of my Umbraco instances, I still don't have any images showing up in my fresh installation. When I look at the console in my Chrome debugging tools, I'm seeing the following:
panel_boxfooter_statusBar_h2_bg.gif:-1Resource interpreted as image but transferred with MIME type .
Any thoughts/suggestions?
tia,
_howard
As a quick update, I noticed that it looks like ASP.NET is attempting to authenticate all of the images. For example, take a look at the following request/response for an image:
We seem to be having the same problem. Has anyone found a solution?
@_howard: Yes, that did it. Thanks!
is working on a reply...