Seite 1 von 1

was bedeutet dieser error code?

Verfasst: 05.04.2006 19:38
von austrian-i
oh mann,

ich krieg plötzlich diese meldung:





Could not query forums information

DEBUG MODE

SQL Error : 1 Can't create/write to file '/tmp/#sql_4eea_0.MYI' (Errcode: 30)

SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, t.topic_title, t.topic_last_post_id 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 : 192
File : /home/gnorg/public_html/index.php



kann mir jemand helfen? :(

Verfasst: 05.04.2006 22:22
von PhilippK
Da hat MySQL keine Schreibberechtigung auf die Datenbank-Datei. Da solltest du dich an deinen Provider wenden.

Gruß, Philipp