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: error after install  (Read 3031 times)

0 Members and 1 Guest are viewing this topic.

rikske

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
error after install
« on: February 03, 2006, 07:07:54 pm »

What's mean this error..

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/tripod/nl/g/r/a/grandiaboy/htdocs/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/tripod/nl/g/r/a/grandiaboy/htdocs/include/debugger.inc.php on line 47
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: error after install
« Reply #1 on: February 03, 2006, 08:12:28 pm »

it means that your webhost has chosen to cripple PHP running on your server for security reasons, as the error message says pretty straightforward. The benefits of free webhosting...
To get rid of the errors, edit include/debugger.inc.php with a plain text editor (notepad is fine), find
Code: [Select]
                $this->old_display_level = ini_set('display_errors', 1);
                $this->old_error_logging = ini_set('log_errors', 0);
and silence it by replacing it with
Code: [Select]
                $this->old_display_level = @ini_set('display_errors', 1);
                $this->old_error_logging = @ini_set('log_errors', 0);
I strongly doubt that you'll get happy using tripod as a webhost, afaik they don't fullfill the coppermine minimum requirements, so you'll run into issues sooner or later.

Logged

rikske

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: error after install
« Reply #2 on: February 04, 2006, 04:14:54 pm »

thx for the solution  ;)
Logged

rikske

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: error after install
« Reply #3 on: February 04, 2006, 05:55:10 pm »

i made the changes in the file, but now i have a blank screen and no error messeges  :(
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: error after install
« Reply #4 on: February 05, 2006, 09:06:25 pm »

As I suggested already: I doubt that you'll be able to get Coppermine up-and-running on Tripod. However, if you want supporters to look into this, post a link and some details on the server setup.
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 15 queries.