coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: kfc on November 15, 2004, 06:01:45 AM

Title: Admin Tools - Redoing all Thumbnails and Normal images as GD2 - ERRORS
Post by: kfc on November 15, 2004, 06:01:45 AM
..
Title: Re: Admin Tools - Redoing all Thumbnails and Normal images as GD2 - ERRORS
Post by: Joachim Müller on November 15, 2004, 07:08:56 AM
This means you're running in safe mode and/or your webhost has disabled the CHMOD command, or your CHMOD settings are wrong. Anyway, review your thumbnails: if they have been changed as you like, just ignore the error message. If they haven't been altered, review your CHMOD settings. If the output of the error bothers you, just silence it by editing include/picmgmt.inc.php - find    chmod($dest_file, octdec($CONFIG['default_file_mode']));and replace with    @chmod($dest_file, octdec($CONFIG['default_file_mode']));

Joachim
Title: Re: Admin Tools - Redoing all Thumbnails and Normal images as GD2 - ERRORS
Post by: kfc on November 15, 2004, 07:45:25 AM
..
Title: Re: Admin Tools - Redoing all Thumbnails and Normal images as GD2 - ERRORS
Post by: kfc on November 15, 2004, 07:50:15 AM
In the admin section I clicked...

QuoteBoth thumbnails and resized pictures

Remove the .jpg ending and replace _ (underscore) with spaces

Slected DIR

Submit

is that correct? maybe I selected the wrong settings, i don't know :?




BINGO I cant edit pics in the userpics folder! Time to move them or else!
Title: Re: Admin Tools - Redoing all Thumbnails and Normal images as GD2 - ERRORS
Post by: Casper on November 15, 2004, 12:38:38 PM
Quote from: kfc on November 15, 2004, 06:01:45 AM
In the admin section i tried to redo a gallery in GD2. But I got these errors. Could anyone tell me what I'm going wrong. The album folder and all folders south of it are chmod 777. but the images are 644. I tried 777 on the images, but no go with that as well ???

If you need 777 for your directories, you will usually need 666 for the files, not 777 or 644.