hmm, also das hier ist jetzt die Fehlermeldung, die aufkommt sobald ich auf Profil absenden klicke:
Warning: Illegal offset type in /www/htdocs/v086851/forum/includes/usercp_register.php on line 108
Warning: Illegal offset type in /www/htdocs/v086851/forum/includes/usercp_register.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v086851/forum/includes/usercp_register.php:108) in /www/htdocs/v086851/forum/includes/page_header.php on line 499
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v086851/forum/includes/usercp_register.php:108) in /www/htdocs/v086851/forum/includes/page_header.php on line 501
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v086851/forum/includes/usercp_register.php:108) in /www/htdocs/v086851/forum/includes/page_header.php on line 502
so in zeile 108 der usercp_register steht folgendes:
Code: Alles auswählen
while( list($var, $param) = @each($strip_var_list) )
{
if ( !empty($HTTP_POST_VARS[$param]))
{
$var = trim(htmlspecialchars($HTTP_POST_VARS[$param]));
}
}
if ( !empty($HTTP_POST_VARS[$param]))
das hier ist die besagte Zeile 108 in der userscp_register.php!
kann mir einer sagen, was da nun falsch ist? denn darauf beziehen sich die Fehlermeldungen!