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

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.../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);