Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all
I'm having some trouble with the mapping of images in my Umbraco 7.7 setup.
Over the weekend the server the website is hosted on abruptly went down. After that all the uploaded images started to show the following:
None of the images are showing.
I checked the webconfig in my media folder:
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <handlers> <clear /> <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" /> </handlers> </system.webServer> </configuration>
..and also the actual FileSystemProvider:
<?xml version="1.0"?> <FileSystemProviders> <!-- Media --> <Provider alias="media" type="Umbraco.Core.IO.PhysicalFileSystem, Umbraco.Core"> <Parameters> <add key="virtualRoot" value="~/media/" /> </Parameters> </Provider> </FileSystemProviders>
I also rebuilt the indexes.
Does any one know what the issue could be?
Thanks in advance, William
It's not as simple as file permissions is it?
We have a windows user set as the application pool user, and have to set anonymous authentication to use the application pool user rather than IUSR, because the media is on a network share.
I initially thought that as well, but after the server engineers re-applied all the permissions to the windows user, everything stayed the same.
The odd part is that when I reupload the image, it shows and maps correctly
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Files in Media Folder not mapping (FileSystemProvider?)
Hi all
I'm having some trouble with the mapping of images in my Umbraco 7.7 setup.
Over the weekend the server the website is hosted on abruptly went down. After that all the uploaded images started to show the following:
None of the images are showing.
I checked the webconfig in my media folder:
..and also the actual FileSystemProvider:
I also rebuilt the indexes.
Does any one know what the issue could be?
Thanks in advance, William
It's not as simple as file permissions is it?
We have a windows user set as the application pool user, and have to set anonymous authentication to use the application pool user rather than IUSR, because the media is on a network share.
I initially thought that as well, but after the server engineers re-applied all the permissions to the windows user, everything stayed the same.
The odd part is that when I reupload the image, it shows and maps correctly
is working on a reply...