Seite 1 von 1

sql fehler

Verfasst: 02.09.2003 10:48
von Mad-Max95
hallo,

habe folgende fehler meldung....

Code: Alles auswählen

 
Could not query forums information

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'p'. Try to repair it

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 : /home/www/n4a445/html/hobbits/foruma/index.php 
kann mir jemand sagen was ich da machen muss?

die index.php als txt liegt --> hier <--

braucht ihr sonst noch was zu einsicht?

vielen dank im voraus!

Verfasst: 02.09.2003 13:26
von Schumi
Führe folgendes in link:phpmyadmin aus:

Code: Alles auswählen

REPAIR TABLE `phpbb_posts`