I have used DAMP 2.7 in Umbraco 6.1.6 and everything works. But now I have upgrade to 6.2.0 and the crop url has changed. If I use the DAMP in content section I see only a document placeholder image for new uploaded images:
The old images, which are not recropped after umbraco update are displayed correct.
In frontend the new uploaded images are not shown, too:
I have upgrade DAMP from 2.7 to 2.8 and recycle AppPool now, but nothing changes.
I have found an issue in the crop format in umbraco.config. The crop name ist added to the image url without remove the image extension before.
Crop Url change after Upgrade to 6.2.0
Hi,
I have used DAMP 2.7 in Umbraco 6.1.6 and everything works. But now I have upgrade to 6.2.0 and the crop url has changed. If I use the DAMP in content section I see only a document placeholder image for new uploaded images:
The old images, which are not recropped after umbraco update are displayed correct.
In frontend the new uploaded images are not shown, too:
I have upgrade DAMP from 2.7 to 2.8 and recycle AppPool now, but nothing changes.
I have found an issue in the crop format in umbraco.config. The crop name ist added to the image url without remove the image extension before.
This is the old correct format:
And this is the new wrong format after upgrade to umbraco 6.2.0:
There are any simple and fast patch or solution to fix this?
Best regards
Sören
Am I the only one with this issue? Can this replicate anyone?
I'm also having this exact same issue sadly.
Hi James,
please vote for it on issue tracker...
http://issues.umbraco.org/issue/U4-4927 ;
It is fixed now:
https://github.com/Umbraco/Umbraco-CMS/commit/8fb446960c12d147950430712ac099d3c5a0c5e0 ;
is working on a reply...