ich habe in den letzten Tagen nichts an meinem Forum verändert, komischerweise funktionierte es vor ein paar Minuten auch noch, jetzt allerdings erhalte ich diese Meldung
oder auch so eine:Couldn't obtain category list.
DEBUG MODE
SQL Error : 1030 Got error 12 from table handler
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
Line : 164
File : functions.php
Die MySQL Datenbank scheint aber nicht down zu sein, was ist passiert ?Could not obtain forum_name/forum_id
DEBUG MODE
SQL Error : 1030 Got error 12 from table handler
SELECT c.cat_title, c.cat_id, f.forum_name, f.forum_id FROM phpbb_categories c, phpbb_forums f WHERE f.cat_id = c.cat_id ORDER BY c.cat_id, f.forum_order
Line : 1305
File : search.php
Zudem behauptet phpMyAdmin das die Datenbank keine Fehler hätte...
Ich habe nichts verändert, wer aber dann ?
tost