Hi All!
We’re working on a simple grid application which required that we move it to a production environment
This grid has images in one column set up as file images (not database)
The images appear fine in the original application but return 404 in the new situation.
When we inspect the image link we find it is looking for thumbnails in the …/_lib/tmp directory
However these thumbnails are not there – not regenerated yet.
How to regenerate the thumbs or force the app to load the orginals
Have checked file system permssions
An ideas welcome!
Thanks very much