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
This is Operation: chmod($dest_file, octdec($CONFIG['default_file_mode']));
How can i modify?
DHL
@chmod($dest_file, octdec($CONFIG['default_file_mode']));
or
//chmod($dest_file, octdec($CONFIG['default_file_mode']));
Thank you very much! DHL