It seems there might be some problems with v7.3 which we didn't encounter before with any other version. We're using same hosting provider for older umbraco instances.
Long story short, for every single image a website displays we get Access Denied, which appears to be generated by lack of permissions for ImageProcessor, this is an stack trace of an error we get:
Were you able to resolve that issue? My hosting company swears they have fixed this for me but they have broken the whole site. Any help would be appreciated.
Go to /Config/imageprocessor/processing.config and in top of the document set postProcess="false"
This will prevent a need for running command prompt, with little real impact.
However, this approach worked for me on vanilla installation, if you already have your web.config messed up with various fixes (as I had), you'll want to clear it up before installing this package.
Access Denied for all images
Hello umbraco-fellas!
It seems there might be some problems with v7.3 which we didn't encounter before with any other version. We're using same hosting provider for older umbraco instances.
Long story short, for every single image a website displays we get Access Denied, which appears to be generated by lack of permissions for ImageProcessor, this is an stack trace of an error we get:
We added in web config this lines which appeared to fix a problem, but not for long:
Any idea?
Were you able to resolve that issue? My hosting company swears they have fixed this for me but they have broken the whole site. Any help would be appreciated.
Luc, yes, what works is:
Install full image processor package: https://our.umbraco.org/projects/collaboration/imageprocessor/
Go to /Config/imageprocessor/processing.config and in top of the document set postProcess="false"
This will prevent a need for running command prompt, with little real impact.
However, this approach worked for me on vanilla installation, if you already have your web.config messed up with various fixes (as I had), you'll want to clear it up before installing this package.
Thanks for the quick reply. By Vanilla you mean the web application zip? And I can't seem to find /Config/imageprocessor/processing.config
Did you install package, after installing it that file should be there.
By vanilla I mean unchanged umbraco installation, because the more you try to fix this problem you'll probably mess up something else.
I'm using the downloadable zip file.
is working on a reply...