We are using imagegen within our Umbraco websites and we can see that there are a number of errors being logged constantly on the server, can anyone please advice if there is a solution for these.
One crazy idea... do you get errors only when requesting an image without any other parameters? The sample you showed uses ImageGen.ashx with the ?image= parameter but no width, height, or other parameter. If you add, for instance, &width=200 do you still get errors? If you're not doing any resizing or other actions on the image it's a bit of a waste to use ImageGen for the request. Not that it should error in such a case though. Just a thought.
ImageGen Server Application Errors
We are using imagegen within our Umbraco websites and we can see that there are a number of errors being logged constantly on the server, can anyone please advice if there is a solution for these.
Request information:
Request URL: http://www.tots-away.com/ImageGen.ashx?image=/media/104897/tots-away-taxi-transport.jpg ;
Request path: /ImageGen.ashx?image=/media/104897/tots-away-taxi-transport.jpg
User host address: 209.236.71.30
User:
Is authenticated: False
Authentication Type:
Thread account name: IIS APPPOOL\dev
Hi, Andrew,
No error should be generated. The link works. Is there more info about the error than you've shown here?
Possibly unrelated, but you are using ImageGen 2.5.0. You might want to run the latest 2.5.7, available at http://our.umbraco.org/projects/website-utilities/imagegen along with upgrade instructions. Who knows, it might help.
One crazy idea... do you get errors only when requesting an image without any other parameters? The sample you showed uses ImageGen.ashx with the ?image= parameter but no width, height, or other parameter. If you add, for instance, &width=200 do you still get errors? If you're not doing any resizing or other actions on the image it's a bit of a waste to use ImageGen for the request. Not that it should error in such a case though. Just a thought.
cheers,
doug.
is working on a reply...