|
Couldn't query attachments
DEBUG MODE
SQL Error : 1296 Got error 185 'Incompatible key or row definition between the MariaDB .frm file and the information in the storage engine. You have to dump and restore the table to fix this' from MyISAM
SELECT a.post_id, t.topic_title, d.*
FROM gruudine_phpbb_attachments a, gruudine_phpbb_attachments_desc d, gruudine_phpbb_posts p, gruudine_phpbb_topics t
WHERE (a.post_id = p.post_id) AND (p.forum_id IN (1)) 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 |
|
|