Please can I get a copy of the special build? Do you know if it has been tested against my site (where the problem was first manifest in this thread)?
Announcement
Collapse
No announcement yet.
Images missing on certain pages
Collapse
X
-
Thanks Elliott - 'tis doneJonathan Chappell
Website Designer
SellerDeck Website Designer
Actinic to SellerDeck upgrades
Graphicz Limited - www.graphicz.co.uk
Comment
-
I have recently had a customer with the same issue, and have narrowed it down to this:
If the extended info image name begins with a lowercase r t or n then the resulting image is a broken one. e.g. image photos\rusty-nail.jpg the img tag src end up as "photos%20usty-nail.jpg" but it should be "rusty-nail.jpg". It looks like the code replaces the \r \n \t with a space. (\r \ n \t are of course escaped characters for new lines etc.)
The only way around this I have found is to rename the image files with capital R N T and re-allocate them in the product.
My very limited testing shows this as fixed in 10.0.4
Hope this help someone.
Comment
Comment