Help me! Help me!
 

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

Help me!

Started by dhlinh, May 28, 2005, 10:00:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dhlinh

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

dhlinh

This is Operation: chmod($dest_file, octdec($CONFIG['default_file_mode']));
How can i modify?
DHL

Nibbler

@chmod($dest_file, octdec($CONFIG['default_file_mode']));

or

//chmod($dest_file, octdec($CONFIG['default_file_mode']));

dhlinh

Thank you very much! DHL