Batch Upload Problems Batch Upload Problems
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Batch Upload Problems

Started by mgidman, November 18, 2004, 09:22:27 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

mgidman

Firstly im sorry to post this i have searched for the answer extensively but not found the solution..

I have uploaded a folder called pics into the albums directory and can see the folder when i want to upload my files by batch.. when i select the folder it shows them all as thumbnails but says the message Warning: the script can't write in this directory, you need to change its mode to 755 or 777 before trying to add the files..

I have changed the mode to 777 and 755 in config but still no sucess (one question tho is it 0777 or 0755 or 777 / 755)

I have seen about chmoding folders how do i do this ?

the error i get is
Warning: imagejpeg(): Unable to open 'albums/pics/thumb_Image(07).jpg' for writing in /home2/mgidman/public_html/gallery/include/picmgmt.inc.php on line 218

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

Warning: getimagesize(albums/pics/thumb_Image(07).jpg): failed to open stream: No such file or directory in /home2/mgidman/public_html/gallery/include/picmgmt.inc.php on line 226
Unable to create thumbnail or reduced size image.

Joachim Müller

you CHMOD as suggested in the docs and the must-read sticky thread, using your favorite FTP app (usually you right click on a folder, choose "properties" or "permissions", depending on your app). Take a look at the documentation and search for CHMOD tutorials as suggested, or take a look at the tutorial http://coppermine.sourceforge.net/tutorial/download.php (last step "upload"). The CHMOD settings in coppermine's config are only indirectly related to this issue, as it controls the CHMOD the php script applies when creating new subfolders using http upload (as write permissions are needed for the script in the first place you HAVE to apply CHMOD as suggested above before any settings in coppermine's config actually apply).

Joachim

mgidman

i think the problem is im using smartftp and this doesnt have a chmod option ill get a new ftp client and try thanks for your help

ps is it 0777 or 777 as the default in config is 0777/0755 shall i leave the config alone and just chmod the folders ?

Joachim Müller

Quote from: mgidman on November 18, 2004, 09:58:11 AM
shall i leave the config alone and just chmod the folders ?
For now: yes!

Joachim