coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: septillion on March 04, 2005, 07:03:21 AM

Title: Following directions not working for me...
Post by: septillion on March 04, 2005, 07:03:21 AM
I followed the instructions at  /gallery/docs/#batch_add_pics  I FTPed a directory named 'people' with 64 Images that range in file size from 30K to 220K to the 'albums' directory as instructed and all I get is this  >:(:

Warning: imagejpeg(): Unable to open 'albums/rarebrick/thumb_030917THE_VIGNE_8297.jpg' for writing in /home/aliciabu/public_html/gallery/include/picmgmt.inc.php on line 218

Warning: chmod(): No such file or directory in /home/aliciabu/public_html/gallery/include/picmgmt.inc.php on line 224

Warning: getimagesize(albums/rarebrick/thumb_030917THE_VIGNE_8297.jpg): failed to open stream: No such file or directory in /home/aliciabu/public_html/gallery/include/picmgmt.inc.php on line 226
Unable to create thumbnail or reduced size image.

What gives?  ??? Please Help.
Title: Re: Following directions not working for me...
Post by: Joachim Müller on March 04, 2005, 07:10:09 AM
you have to do as suggested in the docs and CHMOD the albums folder (with all sub-folders and files it contains) to be writable for the script (i.e. 777 or 755, depending on your server config)

Joachim
Title: Re: Following directions not working for me...
Post by: septillion on March 04, 2005, 07:15:47 AM
I did have my permissions set to 755  :-\\ so I changed the permisions to 777 and it worked fine.  :D  Thanks