Hmmmm... I have another problem now... ImageMagick won't create thumbnails anymore since I changed album.pl. I changed back to the original album.pl and the thumbnails are able to be created again. What would be different in album.pl that would case this??
8359: Var [imagemagick] = [/usr/bin]
8384: Setting var: [imagemagick=/usr/bin] -- Result was [/usr/bin:]
8090: $::file=/services/webpages/mysite.com/public/album/picture.gif, $myobject=picture.gif
8919: Entering subroutine: genThumb(/services/webpages/mysite.com/public/album/picture.gif,/services/webpages/mysite/public/album//TH_picture.png,0)
2593: Checking to see if /services/webpages/mysite.com/public/album/picture.gif is a photo...
2606: Yep, it's a photo.
9054: IMAGEMAGICK: "/usr/bin/convert" -quality 75 -size 100x75 -thumbnail 100x75 -type Palette "/services/webpages/mysite.com/public/album/picture.gif" "/services/webpages/mysite.com/public/album//TH_picture.png"
9057: IMAGEMAGICK RETURNED: convert: Unrecognized option (-thumbnail) [No such file or directory].
Image Magick Error: convert: Unrecognized option (-thumbnail) [No such file or directory].
9212: Leaving subroutine: genThumb(/services/webpages/mysite.com/public/album/picture.gif,/services/webpages/mysite.com/public/album//TH_picture.png,0)
How do I get rid of the double slashes in the directory path??