Quote:
Originally Posted by fluentdesigns
Still haven't got any help on this. Anyone that can jump in and give me some kind of solution? I have rebuilt thumbnails 3 times already. Tried switching album cover to another photo. Still nothing works. Getting frustrated 
|
It could be many things =- a few things to check are:
Can you view the album cover thumbnail as a picture thumbnail (in other words, does the picture thumbnail actually exist) - check in the picture gallery and in the users profile album gallery? I don't mean the full-size picture - just the thumbnail.
Check the HTML code for the page in the browser - what image URL is used? Check that it points to a valid file on your site. If their is no URL for the missing image then it means that the thumbnail file itself is missing.
Lastly, I would check the database if you are comfortable with doing this (extract the filedataid field from the album row for a missing image then use it to get the thumbnail_filesize from the filedata row. Te thumbnail_filesize value should be non-zero if the image has a thumbnail available.