|
Couldn't query attachments
DEBUG MODE
SQL Error : 1030 Got error 190 "Incompatible key or row definition between the MariaDB .frm file and the information in the storage engine. You may have retry " from storage engine MyISAM
SELECT a.post_id, t.topic_title, d.*
FROM terreselvagge_phpbb_attachments a, terreselvagge_phpbb_attachments_desc d, terreselvagge_phpbb_posts p, terreselvagge_phpbb_topics t
WHERE (a.post_id = p.post_id) AND (p.forum_id IN (22, 25)) AND (p.topic_id = t.topic_id) AND (a.attach_id = d.attach_id)
ORDER BY download_count DESC LIMIT 10 Line : 92 File : module.php |
|
|