Seite 1 von 1

sql Fehler

Verfasst: 24.05.2004 06:46
von Dunkles-Wesen
Hallo

erhalte seit heute auf einmal einen sql fehler

Could not query forums information

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, t.topic_title, t.topic_last_post_id, t.topic_icon FROM ((( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) LEFT JOIN phpbb_topics t ON t.topic_last_post_id = p.post_id ) ORDER BY f.cat_id, f.forum_order

Line : 181
File : /home/sonnenun/public_html/forum/index.php

was könnte das sein?

habe eigentlich *keine* einstellung verändert

Verfasst: 24.05.2004 07:19
von PhilippK
Da ist die Festplatte voll, auf die MySQL schreiben sollte...

Gruß, Philipp