Warning: chmod() has been disabled for security reasons in "Path" Warning: chmod() has been disabled for security reasons in "Path"
 

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

Warning: chmod() has been disabled for security reasons in "Path"

Started by davidparreira, May 27, 2005, 08:08:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

davidparreira

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

Nibbler

Find that line in the file and change the chmod() to @chmod() or comment out the line completely.