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);
http://forum.coppermine-gallery.net/index.php?topic=18311.0