Advanced search  

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]

Pages: [1]   Go Down

Author Topic: debugger.inc.php  (Read 5285 times)

0 Members and 1 Guest are viewing this topic.

huuduc

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
debugger.inc.php
« 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 :
Code: [Select]
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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: debugger.inc.php
« Reply #1 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
Logged

Nibbler

  • Guest
Re: debugger.inc.php
« Reply #2 on: January 22, 2006, 03:57:51 pm »

You can edit this line in debugger.inc.php

Code: [Select]
define('CAN_MOD_INI', !ereg('ini_set', ini_get('disable_functions')));
to

Code: [Select]
define('CAN_MOD_INI', false);
Logged
Pages: [1]   Go Up
 

Page created in 0.034 seconds with 19 queries.