coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: mpersad on June 23, 2005, 02:19:22 AM

Title: Warning: chmod() has been disabled.../upload.php on line 1209 message
Post by: mpersad on June 23, 2005, 02:19:22 AM
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);

Title: Re: Warning: chmod() has been disabled.../upload.php on line 1209 message
Post by: Nibbler on June 23, 2005, 07:41:00 PM
http://forum.coppermine-gallery.net/index.php?topic=18311.0