Seite 1 von 1

dringend! - Fehler durch Umfrage??

Verfasst: 02.09.2004 18:47
von Helmut71
Hallo..bräuchte mal sehr dringend Hilfe!

Mein Portal funkt nicht mehr, genausowenig Gästebuch und einzelne Forums-Beiträge!

Bekomme jeweils folgende Fehlermeldung:

Code: Alles auswählen

Could not obtain vote data for this topic

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

SELECT vd.vote_id, vd.vote_text, vd.vote_start, vd.vote_length, vr.vote_option_id, vr.vote_option_text, vr.vote_result FROM phpbb_vote_desc vd, phpbb_vote_results vr WHERE vd.topic_id = 12 AND vr.vote_id = vd.vote_id ORDER BY vr.vote_option_id ASC

Line : 692
File : /home/pecher/www.hohenau.net/forum/viewtopic.php
Hat bisher völlig klaglos funktioniert und ich hab kürzlich auch keinerlei Änderungen vorgenommen

Verfasst: 02.09.2004 18:50
von Acid
REPAIR TABLE phpbb_vote_desc, phpbb_vote_results;
Führe mal diesen Query in phpmyadmin aus, um die Tabellen zu reparieren.

Verfasst: 02.09.2004 18:54
von Helmut71
update: plötzlich, wie von Geisterhand, funktioniert wieder alles, seltsam, seltsam. Ohne mein Zutun.

@acid: trotzdem danke für deine rasche Hilfe.


Ich hoffe mal, der Fehler tritt nicht mehr auf, hat mich ganz schön geschockt.