chmod() disabled for security reasons chmod() disabled for security reasons
 

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

chmod() disabled for security reasons

Started by q*v*p, October 12, 2004, 09:14:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

q*v*p

Hi,

I transferred Coppermine to another server, and keep getting this err msg when uploading images.
seems to work fine though, so I'm hiding the err msg with the @.

But any idea what the cause of it is, or a solution?

thanks

q*v*p

this is the err msg:

Warning: chmod() has been disabled for security reasons in /home/thestate/public_html/photoalbum/upload.php on line 2229

Warning: chmod() has been disabled for security reasons in /home/thestate/public_html/photoalbum/include/picmgmt.inc.php on line 224

Warning: chmod() has been disabled for security reasons in /home/thestate/public_html/photoalbum/include/picmgmt.inc.php on line 224

Joachim Müller

your new webhost has disabled the php function chmod - hiding the error with @ should be ok, nothing to worry.

Joachim

q*v*p