SQL Error : 1226 User 'jmandre-ago2' has exceeded the 'max_questions' resource (current value: 2676)
SELECT c.cat_id, c.cat_title, c.cat_order
FROM phpbb_categories c, phpbb_forums f
WHERE f.cat_id = c.cat_id
GROUP BY c.cat_id, c.cat_title, c.cat_order
ORDER BY c.cat_order