Warning: upload pictures Warning: upload pictures
 

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: upload pictures

Started by uRZuZ, February 01, 2005, 12:58:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

uRZuZ

add pictures when

Warning: getmypid, dl, leak, listen, chown, chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for security reasons in /data/members/free/tripod/es/x/s/u/xsupermangosx/htdocs/coppermine/upload.php on line 1186

Warning: chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for security reasons in /data/members/free/tripod/es/x/s/u/xsupermangosx/htdocs/coppermine/upload.php on line 1209

Warning: getmypid, dl, leak, listen, chown, chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for security reasons in /data/members/free/tripod/es/x/s/u/xsupermangosx/htdocs/coppermine/upload.php on line 501

only 3 errors

Why ?

Solution ?

Thanx

kegobeer

Contact your host and give them those error messages.  They will have to enable them, otherwise you won't be able to use Coppermine.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Joachim Müller

@Dave, afaik there are regional differences between tripod accounts, but coppermine could be run even without chmod permissions if the webserver is set up properly imo.
@uRZuZ: if everything else is working as expected and you only encounter those warnings, go through coppermine's code and put an @ sign directly in front of all chmod commands (making chmod become @chmod) to silence the output of this message.

Joachim