forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Permissions & Access Rights => Topic started by: davidparreira on May 27, 2005, 08:08:21 pm

Title: Warning: chmod() has been disabled for security reasons in "Path"
Post by: davidparreira on May 27, 2005, 08:08:21 pm
Hi.

I have an acount in a web hosting company that has a server (Linux) and Fantastico with coppermine 1.3.2

Everything is working fine exept when i Upload a foto  the copermine gives me the following error:

"Warning: chmod() has been disabled for security reasons in /home/user/public_html/directory/upload.php on line 1209"

But even with the error the foto goes to the right place.

I know that "chmod()" refers with the premissions of directories an so on, i just don't understand why the warning message.

Does anyone has some idea that could help me?

[]'s

David
Title: Re: Warning: chmod() has been disabled for security reasons in "Path"
Post by: Nibbler on May 27, 2005, 08:10:37 pm
Find that line in the file and change the chmod() to @chmod() or comment out the line completely.