Seite 1 von 1

Mail zur Reaktivierung wird nicht versandt

Verfasst: 01.11.2009 21:27
von LittleMeg
Neuer Tag, neues Problem - oder neue Herausforderung. Laut mehreren Usern, für deren Konto ich eine Reaktivierung erzwungen habe, kam die Mail dazu nie an. Nachdem ich gestern noch einmal eine Reaktivierungsmail rausjagen wollte hatte ich plötzlich diese Fehlermeldung:
[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:
$err_msg = '';
$local_host = (function_exists('php_uname')) ? gethostbyaddr(gethostbyname(php_uname('n'))) : $user->host;
Line 149 bis 155 im index.php (im adm) sieht so aus:
// 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;
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.