Seite 1 von 1
Posten geht nimma mehr...
Verfasst: 16.06.2003 20:12
von Moorkar
Hallo ihr,
also, das Forum läuft bestens, nur beim posten, da haperts...
Hier mal, was der Debug Mode mir anzeigt:
SQL Error : 1062 Duplicate entry '25346' for key 1
INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES (833, 32, 2, '', 1055786849, '50b80e67', 1, 0, 1, 1)
Line : 268
File : /http_fs/httproot/xxx/includes/functions_post.php
Kann mir bitte jmd. weiterhelfen?
Danke!!

Verfasst: 17.06.2003 00:19
von Moorkar
Hui, jetzt kommen noch mehr Fehlermeldungen hinzu:
Could not obtain topic information
DEBUG MODE
SQL Error : 1030 Got error 127 from table handler
SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments, COUNT(p2.post_id) AS prev_posts FROM phpbb_topics t, phpbb_forums f, phpbb_posts p, phpbb_posts p2 WHERE p.post_id = 25345 AND t.topic_id = p.topic_id AND p2.topic_id = p.topic_id AND p2.post_id <= 25345 AND f.forum_id = t.forum_id GROUP BY p.post_id, t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments ORDER BY p.post_id ASC
Line : 146
File : /http_fs/httproot/xxx/viewtopic.php
SQL Error : 1030 Got error 127 from table handler
SELECT u.* , p.*, pt.post_text, pt.post_subject, pt.bbcode_uid FROM phpbb_posts p, phpbb_users u, phpbb_posts_text pt WHERE p.topic_id = 702 AND pt.post_id = p.post_id AND u.user_id = p.poster_id ORDER BY p.post_time ASC LIMIT 390, 30
Line : 393
File : /http_fs/httproot/
www.ewetel.de/virtual-servers/xxx/viewtopic.php
Komisch, sagt das jmd. etwas? Ich wäre für Hilfe sehr Dankbar ... also Verändert hatte ich nix seit vor/nach den Fehlermeldungen

Verfasst: 17.06.2003 01:03
von Acid
..versuch ma mit phpmyadmin auf die Topic/Post Tabellen zuzugreifen.
Irgendwie scheinen sie "kaputt" zu sein... repariere sie ma (ebenfalls mit phpmyadmin über die REPAIR Funktion).
Verfasst: 18.06.2003 13:40
von Moorkar
Hm, also in phpmyadmin steht da unter "Einträge/Typ/Größe" "in benutzung" bei der phpbb_posts, was hat das zu bedeuten?
Außerdem meldet er noch: Can't open file: 'phpbb_posts.MYD'. (errno: 145), und diese "neue" Fehlermeldung:
SQL Error : 1016 Can't open file: 'phpbb_posts.MYD'. (errno: 145)
SELECT f.*, p.post_time, p.post_username, u.username, u.user_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 ) ORDER BY f.cat_id, f.forum_order
Line : 165
File : /http_fs/httproot/xxx/index.php
Also bei der "Topic" hab ich mal auf den "repair" button gedrückt, alles okay, aber die posts tabelle kann ich mir erst gar nicht anzeigen lassen, deswegen auch nicht reparieren...
Was nun?
Verfasst: 19.06.2003 12:49
von Moorkar
Hm, was soll ich nur machen?
Weiß niemand, was ich damit machen kann?
Wäre nett, wenn mir jmd. (wenns geht schnell) weiterhelfen könnte ... DANKE!
Verfasst: 19.06.2003 13:04
von Acid
REPAIR TABLE phpbb_posts
..gib das bei phpmyadmin in die Querybox ein.
Verfasst: 19.06.2003 16:55
von Moorkar
supi, es geht wieder alles
BIG BIG MERCI an Acid!!!
