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.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.