Topic: 1.7->1.8 thumbnails are not working anymore
I've used generated thumbnails so that imagePath="thumbnail.asp?width=400&" thumbPath="thumbnail.asp?width=80&"
and the filename itself was "file=abc.jpg".
That was working fine in 1.7 but not anymore. Just crosses are shown.
Then I tried absolute paths in filename ("/images/abc.jpg") (without any dynamic thumbnail systems) but that was not working either.
Is there any solution/workaround available?
Putting the thumb and image to one directory is not an option.