I have set all the appropriate permissions on the directories, and uploaded my files via FTP to the directory I created under albums. I execute the batch upload and everything gives the green ok light. All thumbnails were created but none of the fullsize images work that were uploaded using batch, using normal upload method works fine.
You can see gallery at http://www.thephoenixmagazine.com/gallery/displayimage.php?album=1&pos=9
I have not removed the files from ftp, the paths for batch uploaded images seem to be pointing to
"http://www.thephoenixmagazine.com/gallery/logo.php?picturename=albums/upload/SEP_17_021.jpg"
What is logo.php and why is i used to display fulsize batch uploaded images but not used when the image is uploaded normally?
I am using GD1.x
Thanks for your help
-Jason
Basically, you're trying to use watermarking, which requires GD2, but you're using GD1.
QuoteWarning: imagecreatetruecolor(): requires GD 2.0 or later in /home/httpd/vhosts/thephoenixmagazine.com/httpdocs/gallery/logo.php on line 74
Warning: imagecopyresampled(): requires GD 2.0 or later in /home/httpd/vhosts/thephoenixmagazine.com/httpdocs/gallery/logo.php on line 77
The logo file comes from the watermark mod. Are you not aware of installing it?
I had forgotten that my partner had tried to get watermarking to work, and when it didnt work we didnt revert the code back to normal. My mistake. Thanks