I can't seem to fix this problem. When going to showphoto.php for an uploaded .psd file, PhotoPost tries to treat it as an image file, so you just get a blank image there. I have the extension listed in the multimedia types, so I'm not sure why it's doing this. This is only on showphoto.php. On showgallery.php it shows the multimedia thumbnail.
I'm using "on-the-fly image protection", but not watermarking. I even added this code to watermark.php, but it doesn't do anything:
Code:
Content visible to verified customers only.
BTW, I had to add this code to watermark.php for it to handle
.png files correctly:
Code:
Content visible to verified customers only.
Any ideas on the .psd problem? Thanks!