Help me! Help me!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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