Verfasst: 04.05.2005 12:50
Leider kommt der selbe fehler
Code: Alles auswählen
Überprüfe Datenbank
Sperre das Board
Warte drei Sekunden, damit Datenbanktransaktionen beendet werden können...
Überprüfe Tabellen:
* php_auth_access: in Ordnung
* php_banlist: in Ordnung
* php_categories: in Ordnung
* php_config: in Ordnung
* php_confirm: in Ordnung
* php_disallow: in Ordnung
* php_forum_prune: in Ordnung
* php_forums: in Ordnung
* php_groups: in Ordnung
* php_posts: in Ordnung
* php_posts_text: in Ordnung
* php_privmsgs: in Ordnung
* php_privmsgs_text: in Ordnung
* php_ranks: in Ordnung
* php_search_results: in Ordnung
* php_search_wordlist: in Ordnung
* php_search_wordmatch: in Ordnung
* php_sessions: in Ordnung
* php_smilies: in Ordnung
* php_themes: in Ordnung
* php_themes_name: in Ordnung
* php_topics: in Ordnung
* php_topics_watch: in Ordnung
* php_user_group: in Ordnung
* php_users: in Ordnung
* php_vote_desc: in Ordnung
* php_vote_results: in Ordnung
* php_vote_voters: in Ordnung
* php_words: in Ordnung
Entsperre das Board
Erledigt
Hier die Zeilen 150 & 151
Parse error: parse error in /usr/local/apache/www/web4/html/AB/board/viewtopic.php on line 151
Code: Alles auswählen
$sql = "SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments . $count_sql, f.auth_ban, f.auth_greencard, f.auth_bluecard . "
FROM " . TOPICS_TABLE . " t, " . FORUMS_TABLE . " f" . $join_sql_table . "
kein ProblemUserXY hat geschrieben:Tut mir leid falsch verlinkt
Hier die richtige Datei:
Code: Alles auswählen
f.auth_attachments . $count_sql, f.auth_ban, f.auth_greencard, f.auth_bluecard . "
Code: Alles auswählen
f.auth_attachments, f.auth_ban, f.auth_greencard, f.auth_bluecard" . $count_sql . "
Could not find email template file :: repport_post
DEBUG MODE
Line : 111
File : emailer.php