coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: 300zxtc on October 23, 2005, 03:00:08 AM

Title: Fullsize images do not work when using batch upload.
Post by: 300zxtc on October 23, 2005, 03:00:08 AM
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
Title: Re: Fullsize images do not work when using batch upload.
Post by: Tranz on October 23, 2005, 03:04:08 AM
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?
Title: Re: Fullsize images do not work when using batch upload.
Post by: 300zxtc on October 23, 2005, 09:57:20 PM
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