Hab mir den Unterforen Mod installiert. Nun wenn ich mich in das ACP einloggen möchte kommt immer ein Parser Fehler von der index.php datei. Der Fehler lautet folgendermassen:
Parse error: parse error, unexpected T_STRING in ........./............../httpdocs/admin/index.php on line 634
Die betreffende Linie sieht folgendermassen aus:
Code: Alles auswählen
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $forum_data[$j]['user_id']) . '">' . $forum_data[$j]['username'] . '</a> '<a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>';
Gruss & Dank
wysiwyg