coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: huuduc on January 22, 2006, 04:43:19 AM

Title: debugger.inc.php
Post by: huuduc on January 22, 2006, 04:43:19 AM
I installed Coppermine on Lycos free host. The installation goes weel. But when I try to log in, or go into the index page, I get this message :
Warning: ini_set, getrusage, mysql_list_dbs, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for security reasons in /data/members/free/multimania/fr/g/i/a/giadinhdauyeu/htdocs/album/include/debugger.inc.php on line 46

Warning: ini_set, getrusage, mysql_list_dbs, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for security reasons in /data/members/free/multimania/fr/g/i/a/giadinhdauyeu/htdocs/album/include/debugger.inc.php on line 47

Is there something wrong?
Thank you
Title: Re: debugger.inc.php
Post by: Joachim Müller on January 22, 2006, 12:39:49 PM
Lycos free web hosting may not match the minimum requirements for coppermine - not sure though, check the lycos threads: http://forum.coppermine-gallery.net/index.php?action=search2;search=lycos
Title: Re: debugger.inc.php
Post by: Nibbler on January 22, 2006, 03:57:51 PM
You can edit this line in debugger.inc.php

define('CAN_MOD_INI', !ereg('ini_set', ini_get('disable_functions')));

to

define('CAN_MOD_INI', false);