Help me! Help me!
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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