Reputation: 39
I upgraded Sitecore 7.1 to 7.2 and images with a space in the path are not working eg /images/path 1/image1
not working but /images/path1/image1
is working. I'm using
<encodeNameReplacements>
<replace mode="on" find=" " replaceWith="-" />
</encodeNameReplacements>
Any help will be really appreciated. I tried a solution explained here but didn't help
Upvotes: 1
Views: 77
Reputation: 39
I fixed the issue by renaming all the " " with "-" using Sitecore POwershell.
Upvotes: 0
Reputation: 11442
I have written a blog post here which I think covers this situation. The problem as you know is related to the encodeNameReplacements. When I had this issue, I just renamed the items to not have spaces, but you can also follow this Sitecore KB article.
Upvotes: 1