ich habe den mod "Confirmation Topics" installiert, wunderbar, nun taucht so´n hässlicher fehler auf, was eigentlich nicht sein kann, weil die tabellen bestehen, ich habe sie eigenhändig eingegeben, und beim erneuten ausführen von sql eingabe dieses codes ist ja klar fehler datenbank und tabellen exestieren schon, wo liegt denn der fehler??
Code: Alles auswählen
Couldn't obtain category list.
DEBUG MODE
SQL Error : 1146 Table 'usr_web147_2.FORUMS_TABLE' doesn't exist
SELECT c.cat_id, c.cat_title, c.cat_order FROM phpbb_categories c, FORUMS_TABLE 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 : 237
File : functions.php
Code: Alles auswählen
Could not fetch forum confirmation status
DEBUG MODE
SQL Error : 1146 Table 'usr_web147_2.FORUMS_TABLE' doesn't exist
SELECT forum_id, forum_confirm_id FROM FORUMS_TABLE
Line : 994
File : functions.php
Code: Alles auswählen
Could not query Forums
DEBUG MODE
SQL Error : 1146 Table 'usr_web147_2.FORUMS_TABLE' doesn't exist
SELECT f.forum_id, f.forum_name FROM phpbb_auth_access aa, phpbb_user_group ug, FORUMS_TABLE f WHERE aa.auth_mod = 1 AND ug.user_id = '2' AND ug.group_id = aa.group_id AND f.forum_id = aa.forum_id GROUP BY f.forum_id ORDER BY f.forum_order
Line : 297
File : team.php