error after install error after install
 

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]

Main Menu

error after install

Started by rikske, February 03, 2006, 07:07:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rikske

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

Joachim Müller

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                $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                $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.


rikske


rikske

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

Joachim Müller

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.