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,
I have recently upgraded Umbraco from 4.7.1 to 4.8.1 following the upgrade guide. https://our.umbraco.org/documentation/getting-started/setup/upgrading/general https://our.umbraco.org/documentation/getting-started/setup/upgrading/version-specific
Everything looked good but some of the image source in the content pages are changed to different ones.
For example,
Before Upgrade:
img style="margin-right: auto; margin-left: auto; display: block;" src="/media/95800/David%20Thompson.jpg" alt="" width="950" height="NaN"
After Upgrade:
img style="margin-right: auto; margin-left: auto; display: block;" src="/media/95799/Aerial-Parks_Parcs-aeriens-1.gif" alt="" width="950" height="NaN" rel="623,7"
I'm wondering if there's any case like this before? I didn't see any warning or errors during the upgrade.
Thanks.
Insoo
It seems like every time I try to save the content, the source of the images are changed after save.
Such as when I save this html source in the content,
<img src="/media/95800/David%20Thompson.jpg">
After the save,
<p><img src="/media/95799/Aerial-Parks_Parcs-aeriens-1.gif" alt="" rel="623,7" /></p>
But in the preview of the content, it shows the right image. Just on the content page where you edit the content, the source of the image is wrong..
Does anyone have a clue??
Found the main cause of the issue. Some clients used Gecko Uploadify to do bulk uploads. For those images, after the upgrade of umbraco, they get replaced by wrong images..
Upgrading Umbraco to 6.0.6 fixed the problem.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Some images in the content changed after Umbraco Upgrade from 4.7.1 to 4.8.1
Hi,
I have recently upgraded Umbraco from 4.7.1 to 4.8.1 following the upgrade guide.
https://our.umbraco.org/documentation/getting-started/setup/upgrading/general
https://our.umbraco.org/documentation/getting-started/setup/upgrading/version-specific
Everything looked good but some of the image source in the content pages are changed to different ones.
For example,
Before Upgrade:
img style="margin-right: auto; margin-left: auto; display: block;" src="/media/95800/David%20Thompson.jpg" alt="" width="950" height="NaN"
After Upgrade:
img style="margin-right: auto; margin-left: auto; display: block;" src="/media/95799/Aerial-Parks_Parcs-aeriens-1.gif" alt="" width="950" height="NaN" rel="623,7"
I'm wondering if there's any case like this before?
I didn't see any warning or errors during the upgrade.
Thanks.
Insoo
It seems like every time I try to save the content, the source of the images are changed after save.
Such as when I save this html source in the content,
After the save,
But in the preview of the content, it shows the right image. Just on the content page where you edit the content, the source of the image is wrong..
Does anyone have a clue??
Found the main cause of the issue. Some clients used Gecko Uploadify to do bulk uploads. For those images, after the upgrade of umbraco, they get replaced by wrong images..
Upgrading Umbraco to 6.0.6 fixed the problem.
is working on a reply...