coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: rikske on February 03, 2006, 07:07:54 PM

Title: error after install
Post by: rikske 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
Title: Re: error after install
Post by: Joachim Müller 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                $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.

Title: Re: error after install
Post by: rikske on February 04, 2006, 04:14:54 PM
thx for the solution  ;)
Title: Re: error after install
Post by: rikske 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  :(
Title: Re: error after install
Post by: Joachim Müller 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.