SQL Error : 145 Table './echophpbb/komatevci_phpbbhost_net_forums' is marked as crashed and should be repaired
SELECT f.*, p.post_time, p.post_username, u.username, u.user_id
FROM (( komatevci_phpbbhost_net_forums f
LEFT JOIN komatevci_phpbbhost_net_posts p ON p.post_id = f.forum_last_post_id )
LEFT JOIN komatevci_phpbbhost_net_users u ON u.user_id = p.poster_id )
ORDER BY f.cat_id, f.forum_order