Código: Seleccionar todo
Error General
SQL ERROR [ mysql4 ]
Table 'phpbb_posts' is marked as crashed and last (automatic?) repair failed [1195]
SQL
SELECT COUNT(post_id) AS new_posts FROM phpbb_posts WHERE post_time > 1252835098
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions_activity_stats.php
LINE: 135
CALL: dbal_mysql->sql_query()
FILE: includes/functions_activity_stats.php
LINE: 41
CALL: obtain_activity_data()
FILE: index.php
LINE: 135
CALL: activity_mod()
Código: Seleccionar todo
Error
consulta SQL: Editar
SHOW INDEX FROM `phpbb_posts` ;
MySQL ha dicho: Documentación
#1195 - Table 'phpbb_posts' is marked as crashed and last (automatic?) repair failed
He intentado limpiar el cache de la tabla (en 'operaciones') pero me sale el siguiente mensaje:
Código: Seleccionar todo
"Table 'phpbb_posts' is marked as crashed and last (automatic?) repair failed"
Error
consulta SQL:
FLUSH TABLE `phpbb_posts`
MySQL ha dicho: Documentación
#1227 - Access denied; you need the RELOAD privilege for this operation
Gracias por su ayuda.