coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: dhlinh on May 28, 2005, 10:00:04 AM

Title: Help me!
Post by: dhlinh on May 28, 2005, 10:00:04 AM
Warning: chmod(): Operation not permitted in /windows/D/www/k9b/gallery/upload.php on line 1209
Warning: chmod(): Operation not permitted in /windows/D/www/k9b/gallery/include/picmgmt.inc.php on line 224

chmod of gallery = 777

How can i correct this error?
thanks, DHL
Title: Re: Help me!
Post by: dhlinh on May 28, 2005, 10:27:16 AM
This is Operation: chmod($dest_file, octdec($CONFIG['default_file_mode']));
How can i modify?
DHL
Title: Re: Help me!
Post by: Nibbler on May 28, 2005, 02:31:52 PM
@chmod($dest_file, octdec($CONFIG['default_file_mode']));

or

//chmod($dest_file, octdec($CONFIG['default_file_mode']));
Title: Re: Help me!
Post by: dhlinh on May 29, 2005, 07:25:56 PM
Thank you very much! DHL