MySQL Error!
MySQL error in file: /engine/cache/system/plugins/9db745343a63644cbbc1e47db79d46b3.php at line 84
Error Number: 144
The Error returned was:
Table './bimrudle/dle_post' is marked as crashed and last (automatic?) repair failed
SQL query:
SELECT p.id, p.autor, p.date, p.short_story, CHAR_LENGTH(p.full_story) as full_story, p.xfields, p.title, p.category, p.alt_name, p.comm_num, p.allow_comm, p.fixed, p.tags, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.editdate, e.editor, e.reason , u.email, u.name, u.user_id, u.news_num, u.comm_num as user_comm_num, u.user_group, u.lastdate, u.reg_date, u.banned, u.allow_mail, u.info, u.signature, u.foto, u.fullname, u.land, u.favorites, u.pm_all, u.pm_unread, u.time_limit, u.xfields as user_xfields FROM dle_post p LEFT JOIN dle_post_extras e ON (p.id=e.news_id) LEFT JOIN dle_users u ON (e.user_id=u.user_id) WHERE approve=1 AND allow_main=1 AND date < '2024-11-21 01:34:03' ORDER BY fixed desc, date DESC LIMIT 0,20