I have a server running multiple DNN versions to which I just added a new site running 3.2.2. Everything works perfectly except in the Skin page the thumbnails are missing (show only the broken link X). If you click on the broken link, it will display the jpg as it should.
The thumbnails exist in the skin directory but when you view the source code in the browser it appears the prefix of the image name for the thumbnails is missing (thumbnail_).
Example:
img src="regular_jpg_file_name.jpg" as opposed to img src ="thumbnail_regular_jpg_file.jpg"
I have deleted the directory and the database and reinstalled from scratch...with the same problem. Same code installed on my local dev machine (WinXP) works perfectly.
Any ideas???
Roy