Error Error
 

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

Error

Started by Knight of death, November 04, 2005, 08:23:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Knight of death

When i'm trying to upload files i get this:

Warning: chmod(): Operation not permitted in /pub/home/draggold/htdocs/photo/upload.php on line 1209

But upload works...

Joachim Müller

if this message bothers you, edit upload.php, find            chmod($path_to_image, octdec($CONFIG['default_file_mode']));and replace with            @chmod($path_to_image, octdec($CONFIG['default_file_mode']));to silence the output.

Knight of death