| |
Couldn't obtain category list.
DEBUG MODE
SQL Error : 1146 Table 'htmetz.phpbb_forums' doesn't exist
SELECT c.cat_id, c.cat_title, c.cat_order
FROM phpbb_categories c, phpbb_forums f
WHERE f.cat_id = c.cat_id AND c.cat_id<>'3'
GROUP BY c.cat_id, c.cat_title, c.cat_order
ORDER BY c.cat_order
Line : 221 File : functions.php |
| |
|