Warning: upload pictures Warning: upload pictures
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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