Seite 1 von 1

Fehler im Benutzerprofil

Verfasst: 24.08.2007 03:08
von Pandorius
Hallo zusammen, ich hab da mal wieder ein Problem, wenn ich auf ein User klicke im index um sein Profil zu sehn bekomme ich folgenden fehler :

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /is/htdocs/wp1054155_V4824AL2QI/SEK/Forum/includes/usercp_viewprofile.php on line 188

was is das und kann m ir wer dabei helfen==

Verfasst: 24.08.2007 08:50
von _Toby_
Hy,

Verlinke mal die includes/usercp_viewprofile.php als .txt- Datei.

Hilfe
Eine PHP- Datei zum Download bereit stellen


Lg Toby

Verfasst: 24.08.2007 11:53
von Pandorius

Verfasst: 24.08.2007 11:59
von Michael Zacher
Finde:

Code: Alles auswählen

'JOINED' => create_date($lang['DATE_FORMAT'], $profiledata['user_regdate'], $board_config['board_timezone']),LAST_ONLINE' => ( $profiledata['user_session_time'] != 0 ) ? create_date($lang['DATE_FORMAT'], $profiledata['user_session_time'], $board_config['board_timezone']) : $lang['no_logins_yet'],
Ersetze mit:

Code: Alles auswählen

'JOINED' => create_date($lang['DATE_FORMAT'], $profiledata['user_regdate'], $board_config['board_timezone']),
'LAST_ONLINE' => ( $profiledata['user_session_time'] != 0 ) ? create_date($lang['DATE_FORMAT'], $profiledata['user_session_time'], $board_config['board_timezone']) : $lang['no_logins_yet'],

Verfasst: 24.08.2007 12:03
von Pandorius
danke hat funktioniert