coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: uRZuZ on February 01, 2005, 12:58:18 AM

Title: Warning: upload pictures
Post by: uRZuZ on February 01, 2005, 12:58:18 AM
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
Title: Re: Warning: upload pictures
Post by: kegobeer on February 01, 2005, 02:06:14 AM
Contact your host and give them those error messages.  They will have to enable them, otherwise you won't be able to use Coppermine.
Title: Re: Warning: upload pictures
Post by: Joachim Müller on February 01, 2005, 06:21:58 AM
@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