ich habe Probleme mit meiner Datenbank Tabelle phpbb_posts. Ich komme zwar noch in den Adminbereich, aber alle anderen Seiten sind nicht mehr aufrufbar.
Beim Aufrufen der Startseite kommt folgende Fehlermeldung:
Code: Alles auswählen
SQL ERROR [ mysql4 ]
Table './d0093a84/phpbb_posts' is marked as crashed and last (automatic?) repair failed [144]
SQL
SELECT COUNT(r.report_id) AS total FROM phpbb_reports r, phpbb_posts p WHERE r.post_id = p.post_id AND r.report_closed = 0 AND forum_id IN ('23', '1', '2', '3', '19', '11', '4', '5', '12', '6', '20', '24', '8', '15', '25', '16', '28', '9', '29', '30', '22', '17', '27', '26', '10', '13', '21', '14', '18')
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: index.php
LINE: 136
CALL: dbal_mysql->sql_query()
Code: Alles auswählen
SQL ERROR [ mysql4 ]
Table './d0093a84/phpbb_posts' is marked as crashed and last (automatic?) repair failed [144]
SQL
SELECT p.post_id FROM phpbb_posts p WHERE p.topic_id = 96515 ORDER BY p.post_time ASC LIMIT 15
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/db/mysql.php
LINE: 221
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysql->_sql_query_limit()
FILE: viewtopic.php
LINE: 907
CALL: dbal->sql_query_limit()
Ein reparieren mittel REPAIR TABLE `phpbb_posts` brachte keinen Erfolg. Hat jemand eine Idee, wie ich das Problem beheben kann?
Bin für jede Info dankbar.
Gruß Dennis