Habe nen prob habe jetzt ne std an der BD mod drangehangen und jetzt kommt der fehler,wenn ich im forum in mein profiel gehen will
Parse error: parse error, unexpected ',' in /usr/export/www/vhosts/funnetwork/hosting/fallinangel/includes/usercp_register.php on line 890
Was nun? ich habe in zeile 890 nachgeguckt und nichts gefunden aber evtl ja ihr
hier ist die zeile
display_avatar_gallery($mode, $avatar_category, $user_id, $email, $current_email, $coppa, $username, $email, &$new_password, &$cur_password, $password_confirm, $icq, $aim, $msn, $yim, $website, $location, $occupation, $interests, $signature, $viewemail, $notifypm, $popup_pm, $notifyreply, $attachsig, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat, $userdata['session_id'], $birthday);
}
else
{
include($phpbb_root_path . 'includes/functions_selects.'.$phpEx, ;
if ( !isset($coppa) )
{
$coppa = FALSE;
}
if ( !isset($user_template) )
{
$selected_template = $board_config['system_template'];
}
$avatar_img = '';
if ( $user_avatar_type )
{
switch( $user_avatar_type )
und hier die sache die man einfügen muss
#-----[ FIND ]------------------------------------------------
#
display_avatar_gallery($mode
#
#-----[ IN-LINE FIND ]----------------------------------------
#
);
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------
#
, $birthday
und so habe ich das auch gemacht
evtl findet ihr ja den fehler