[phpBB Debug] PHP Notice: in file /includes/functions_messenger.php on line 1106: gethostbyaddr() [function.gethostbyaddr]: Address is not a valid IPv4 or IPv6 address
Warning: Cannot modify header information - headers already sent by (output started at /WWWROOT/160019/htdocs/includes/functions.php:3247) in /WWWROOT/160019/htdocs/adm/index.php on line 150
Warning: Cannot modify header information - headers already sent by (output started at /WWWROOT/160019/htdocs/includes/functions.php:3247) in /WWWROOT/160019/htdocs/adm/index.php on line 152
Warning: Cannot modify header information - headers already sent by (output started at /WWWROOT/160019/htdocs/includes/functions.php:3247) in /WWWROOT/160019/htdocs/adm/index.php on line 153
Warning: Cannot modify header information - headers already sent by (output started at /WWWROOT/160019/htdocs/includes/functions.php:3247) in /WWWROOT/160019/htdocs/adm/index.php on line 154
Line 1105-1106 im functions_messenger sieht so aus:
Line 149 bis 155 im index.php (im adm) sieht so aus:$err_msg = '';
$local_host = (function_exists('php_uname')) ? gethostbyaddr(gethostbyname(php_uname('n'))) : $user->host;
Langsam verzweifel ich wirklich, weil immer mehr Fehler auftauchen, obwohl ich meine letzte Mod vor dem Umzug der Daten draufgemacht habe und seitdem nichts mehr geändert habe.// application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
return;