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
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.
thx for the solution ;)
i made the changes in the file, but now i have a blank screen and no error messeges :(
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.