Managed to solve this issue with a missing config setting however I am noticing now that the images are not cropping on the Front End, the Back office is fine but the images rendered appear to be ignoring the crop settings in the url
To try and debug I'd suggest pushing the logging to Info level this should hopefully give more debug. Delete the AppData\cache directory so you can then determine what imageProcessor is doing. Ensure from your server you can get to http://bucketname.s3.amazonaws.com/assets/media/1019/openup.jpg, then try to go to the image from the web with the crop as pasted above.
You should see the cached image be created and image downloaded. The issue is likely to be around imageProcessor getting the images.
ElijahGlover/Umbraco-S3-Provider in Release Mode
Hi all
I am successfully using Elijah Glover Umbraco S3 provider in development with images uploaded and retrieved in both CMS and Front End Site.
I am using Umbraco 7.7.7 with ElijahGlover/Umbraco-S3-Provider
However when I push the application to my Production Server in "Release" mode the back office fails to load and I get the following console errors:
Configs are: FileSystemProviders:
imageprocessor.config:
media web.config:
main web.config app settings:
However as soon as I put my application in debug mode in production everything works fine
Any help would be appreciated Cheers David
Hi David,
Interesting one, not seen anything like that on our environment. I'll check your config with mine in a bit.
Couple of questions first:
Finally can you just confirm is your compute server also on AWS (EC2)?
Thanks Andy
Hi David,
Just checked our config and everything is identical, hopefully there is something in your log files which provides some more info.
Thanks Andy
Managed to solve this issue with a missing config setting however I am noticing now that the images are not cropping on the Front End, the Back office is fine but the images rendered appear to be ignoring the crop settings in the url
/media/1019/open_up.jpg?center=0.64197530864197527,0.45479452054794522&mode=crop&width=940&height=307&rnd=131680047740000000
image is rendered as if no crop is specified
Hi David,
Your imageprocessing.config should work.
To try and debug I'd suggest pushing the logging to Info level this should hopefully give more debug. Delete the AppData\cache directory so you can then determine what imageProcessor is doing. Ensure from your server you can get to http://bucketname.s3.amazonaws.com/assets/media/1019/openup.jpg, then try to go to the image from the web with the crop as pasted above.
You should see the cached image be created and image downloaded. The issue is likely to be around imageProcessor getting the images.
Hope that helps Andy
is working on a reply...