..
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
..
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!
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.