Warning: chmod() has been disabled.../upload.php on line 1209 message Warning: chmod() has been disabled.../upload.php on line 1209 message
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Warning: chmod() has been disabled.../upload.php on line 1209 message

Started by mpersad, June 23, 2005, 02:19:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mpersad

I am having this problem after upgrading to version 1.3.3. Everytime a user or admin uploads a pic they get warning messages like the ones below even though the file gets uploaded correctly. I've have the ALBUMS and sub folders chmod to 777 but this did not stop the warning messages. The complete message is:

Warning: chmod() has been disabled for security reasons in /homes/..../gallery/upload.php on line 2194

Warning: chmod() has been disabled for security reasons in /homes/..../gallery/upload.php on line 2232

Warning: chmod() has been disabled for security reasons in /homes/..../gallery/include/picmgmt.inc.php on line 224

Anyone else have this issue or know possible resolutions??

I also have warning messages turned OFF in the PHP error messages section:


ob_start();
// Report all errors except E_NOTICE
// This is the default value set in php.ini
//error_reporting (E_ALL ^ E_NOTICE);
error_reporting(E_ERROR);