Warning: is_file() [function.is-file]: SAFE MODE Restriction
Verfasst: 02.12.2003 11:02
Kann mir jemand sagen was diese Meldung auf sich hat?
Danköööö
Danköööö

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
So sieht das aus.....Warning: is_file() [function.is-file]: SAFE MODE Restriction in effect. The script whose uid is 20264 is not allowed to access / owned by uid 0 in /home/www/htdocs/festplattenrocker.de/phpBB2/common.php on line 194
Warning: is_link() [function.is-link]: SAFE MODE Restriction in effect. The script whose uid is 20264 is not allowed to access / owned by uid 0 in /home/www/htdocs/festplattenrocker.de/phpBB2/common.php on line 194
Warning: is_file() [function.is-file]: SAFE MODE Restriction in effect. The script whose uid is 20264 is not allowed to access / owned by uid 0 in /home/www/htdocs/festplattenrocker.de/phpBB2/common.php on line 194
Warning: is_link() [function.is-link]: SAFE MODE Restriction in effect. The script whose uid is 20264 is not allowed to access / owned by uid 0 in /home/www/htdocs/festplattenrocker.de/phpBB2/common.php on line 194
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/festplattenrocker.de/phpBB2/common.php:194) in /home/www/htdocs/festplattenrocker.de/phpBB2/includes/sessions.php on line 182
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/festplattenrocker.de/phpBB2/common.php:194) in /home/www/htdocs/festplattenrocker.de/phpBB2/includes/sessions.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/festplattenrocker.de/phpBB2/common.php:194) in /home/www/htdocs/festplattenrocker.de/phpBB2/includes/page_header.php on line 511
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/festplattenrocker.de/phpBB2/common.php:194) in /home/www/htdocs/festplattenrocker.de/phpBB2/includes/page_header.php on line 513
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/festplattenrocker.de/phpBB2/common.php:194) in /home/www/htdocs/festplattenrocker.de/phpBB2/includes/page_header.php on line 514
Ich hoffe Du kannst damit was anfangen und mir helfen *sabber*$dir = opendir($phpbb_root_path.'language');
$lang_d = array();
while ( $file = readdir($dir) )
{
if ( ereg("^lang_", $file) && !is_file($dirname . "/" . $file) && !is_link($dirname . "/" . $file) )
{
$filename = trim(str_replace("lang_", "", $file));
$displayname = preg_replace("/^(.*?)_(.*)$/", "\\1 [ \\2 ]", $filename);
$displayname = preg_replace("/\[(.*?)_(.*)\]/", "[ \\1 - \\2 ]", $displayname);
$lang_d[$displayname] = '1';
}
Die Zeile:Warning: is_file() [function.is-file]: SAFE MODE Restriction in effect. The script whose uid is 20264 is not allowed to access / owned by uid 0 in /home/www/htdocs/festplattenrocker.de/phpBB2/common.php on line 194
Warning: is_link() [function.is-link]: SAFE MODE Restriction in effect. The script whose uid is 20264 is not allowed to access / owned by uid 0 in /home/www/htdocs/festplattenrocker.de/phpBB2/common.php on line 194
Warning: is_file() [function.is-file]: SAFE MODE Restriction in effect. The script whose uid is 20264 is not allowed to access / owned by uid 0 in /home/www/htdocs/festplattenrocker.de/phpBB2/common.php on line 194
Warning: is_link() [function.is-link]: SAFE MODE Restriction in effect. The script whose uid is 20264 is not allowed to access / owned by uid 0 in /home/www/htdocs/festplattenrocker.de/phpBB2/common.php on line 194
hm.....Was hat das zu bedeuten?194 if ( ereg("^lang_", $file) && !is_file($dirname . "/" . $file) && !is_link($dirname . "/" . $file) )