coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Permissions & Access Rights => Topic started by: q*v*p on October 12, 2004, 09:14:11 PM

Title: chmod() disabled for security reasons
Post by: q*v*p on October 12, 2004, 09:14:11 PM
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
Title: Re: chmod() disabled for security reasons
Post by: q*v*p on October 12, 2004, 09:30:00 PM
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
Title: Re: chmod() disabled for security reasons
Post by: Joachim Müller on October 12, 2004, 11:51:51 PM
your new webhost has disabled the php function chmod - hiding the error with @ should be ok, nothing to worry.

Joachim
Title: Re: chmod() disabled for security reasons
Post by: q*v*p on October 13, 2004, 07:58:11 AM
Thanks a lot!