hmm jetzt kommt ne andere Meldung
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /www/html/forum-neu/includes/usercp_register.php on line 673
Hier mal ein Ausschnitt aus Zeile 670 - 680
Code: Alles auswählen
$avatar_sql = '';
if ( isset($HTTP_POST_VARS['avatardel']) && $mode == 'editprofile' )
{
$avatar_sql = user_avatar_delete($userdata['user_avatar_type'], $userdata['user_avatar']);
}
else
if ( ( !empty($user_avatar_upload) || !empty($user_avatar_name) ) && $board_config['allow_avatar_upload'] )
{
if ( !empty($user_avatar_upload) )
Und mir ist gerade noch ein Fehler aufgefallen wenn ich in die AvatarGallerie gehe kommt die Meldung
Code: Alles auswählen
Warning: Missing argument 37 for display_avatar_gallery() in /www/html/forum-neu/includes/usercp_avatar.php on line 304
in dieser zeile steht:
Code: Alles auswählen
function display_avatar_gallery($mode, &$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, &$games_block_pm, &$popup_pm, &$notifyreply, &$attachsig, &$allowhtml, &$allowbbcode, &$allowsmilies, &$hideonline, &$style, &$language, &$timezone, &$dateformat, &$session_id, &$longitude, &$latitude)
{
Ich peil es langsamm nichtmehr
