DAMP on legacy Umbraco v 4.7.2 site - thumbnails go missing
Hi,
I'm looking at a charity site on v4.7.2 - It has DAMP powering the images. There is a listing page which works on first load. If you click onto one of the pictures it then loads a "details" page and shows a larger version of the page.
When you then go back to the list page the thumbnail is missing (the URL is output blank).
Has anyone seen this before? I've just updated DAMP to 2.8 as I read through a few posts and people had similar but not the same issue.
The thumbnail image is still "there" in the media folder - thought there might be some cache clean up problem.
DAMP on legacy Umbraco v 4.7.2 site - thumbnails go missing
Hi,
I'm looking at a charity site on v4.7.2 - It has DAMP powering the images. There is a listing page which works on first load. If you click onto one of the pictures it then loads a "details" page and shows a larger version of the page.
When you then go back to the list page the thumbnail is missing (the URL is output blank).
Has anyone seen this before? I've just updated DAMP to 2.8 as I read through a few posts and people had similar but not the same issue.
The thumbnail image is still "there" in the media folder - thought there might be some cache clean up problem.
Kind regards
Steve
OK - I worked it out.
For some reason the above code on the listing page is in XSLT... the "detail" page when you click through to an image was in Razor.
I've seen posts on Razor in early versions of this causing issues. I've ripped the razor out and replaced it with an XSLT version and all is well.
is working on a reply...