Seite 1 von 1

SQL Error : 1030 Got error 12 from table handler (?)

Verfasst: 08.11.2004 10:33
von marino
Hallo ,

könnte mir vieleicht jemand bei dieser Fehlermeldung weiterhelfen ?
währe echt lieb , danke im vorraus

Could not query recent topics information

DEBUG MODE

SQL Error : 1030 Got error 12 from table handler

SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, t.topic_icon, t.topic_type, p.post_id, p.poster_id, p.post_time, u.user_id, u.username FROM phpbb_topics AS t, phpbb_posts AS p, phpbb_users AS u WHERE t.forum_id NOT IN (1) AND t.topic_status <> 2 AND p.post_id = t.topic_last_post_id AND p.poster_id = u.user_id ORDER BY p.post_id DESC LIMIT 5

Line : 189
File : /usr/export/www/vhosts/funnetwork/hosting/musgym6a/portal.php

Verfasst: 08.11.2004 11:02
von Markus67
Hi ..

suche mal nach table + handler ... :wink:

http://www.phpbb.de/viewtopic.php?t=68135

Markus

Verfasst: 08.11.2004 11:40
von marino
danke Markus :) das heisst praktisch das die tabelle zumindest teilweise geleert werden müsste oder ? wenn das was bringt ...


edit .. scho ok Markus ich werd erstmal guggen ob reparieren/optimieren was bringt .. danke für die hilfe :)