| |
Couldn't obtain category list.
DEBUG MODE
SQL Error : 1030 Got error 28 from storage engine
SELECT c.cat_id, c.cat_title, c.cat_order
FROM foros_categories c, foros_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 : 219 File : functions.php |
| |
|