Help me! Help me!
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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