SQL Error : 2013 Lost connection to MySQL server during query
SELECT c.cat_id, c.cat_title, c.cat_order
FROM phpbb2_categories c, phpbb2_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 Line : 183 File : functions.php