|
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 enorgastro_phpbb_attachments a, enorgastro_phpbb_attachments_desc d, enorgastro_phpbb_posts p, enorgastro_phpbb_topics t
WHERE (a.post_id = p.post_id) AND (p.forum_id IN (1, 2, 3, 6, 7, 10, 11, 12)) 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 |
|
|