MySQL Error!
MySQL error in file: /engine/modules/functions.php at line 1578
Error Number: 1030
The Error returned was:
Got error 175 "File too short; Expected more data in file" from storage engine Aria
SQL query:
SELECT p.id, p.autor, p.date, p.short_story, CHAR_LENGTH(p.short_story) as short_story, p.xfields, p.title, p.category, p.alt_name FROM joy_post p LEFT JOIN joy_post_extras e ON (p.id=e.news_id) WHERE p.date >= '2025-11-08 14:08:20' - INTERVAL 7 DAY AND p.date < '2025-11-08 14:08:20' AND approve=1 ORDER BY news_read DESC LIMIT 4,1