Datenbank phpbb3_log crashed?
Verfasst: 28.10.2010 13:07
Hallo Leute,
seit heute bekomme ich wenn ich mich in den Adminbereich einloggen will folgende Fehlermeldung:
Wie kann ich denn hier weiter vorgehen? Wie kann ich dies reparieren?
seit heute bekomme ich wenn ich mich in den Adminbereich einloggen will folgende Fehlermeldung:
Code: Alles auswählen
SQL ERROR [ mysqli ]
Table './usr_web13_1/phpbb3_log' is marked as crashed and should be repaired [145]
SQL
SELECT l.*, u.username, u.username_clean, u.user_colour FROM phpbb3_log l, phpbb3_users u WHERE l.log_type = 0 AND u.user_id = l.user_id ORDER BY l.log_time DESC LIMIT 5
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/db/mysqli.php
LINE: 205
CALL: dbal_mysqli->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysqli->_sql_query_limit()
FILE: includes/functions_admin.php
LINE: 2603
CALL: dbal->sql_query_limit()
FILE: includes/acp/acp_main.php
LINE: 536
CALL: view_log()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_main->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()