Bonjour ,
Depuis un bug de mon hebergeur : http://www.stools.net/
Le site affiche ceci à la page d'acceuil :
Could not query forums information
DEBUGGAGE
Erreur SQL: 1016 Can't open file: 'phpbb_forums.MYI' (errno: 145)
Requète SQL:
SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, u.user_level, u.user_whosonline_color, t.topic_id, t.topic_title 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 = f.forum_last_post_id) GROUP BY f.forum_id ORDER BY f.cat_id, f.forum_order
Ligne: 289
Fichier: /home/.filer2/wargraphique/www/index.php
Code de l'erreur trouvée:
Ligne-279: FROM ((( " . FORUMS_TABLE . " f
Ligne-280: LEFT JOIN " . POSTS_TABLE . " p ON p.post_id = f.forum_last_post_id )
Ligne-281: LEFT JOIN " . USERS_TABLE . " u ON u.user_id = p.poster_id )
Ligne-282: LEFT JOIN " . TOPICS_TABLE . " t ON t.topic_last_post_id = f.forum_last_post_id)
Ligne-283: GROUP BY f.forum_id ORDER BY f.cat_id, f.forum_order";
Ligne-284: break;
Ligne-285: }
Ligne-286: if ( !($result = $db->sql_query($sql)) )
Ligne-287: {
Ligne-288: message_die(GENERAL_ERROR, 'Could not query forums information', '', __LINE__, __FILE__, $sql);
Ligne-289: }
Quelqu'un pourrait traduire SVP
Car sinon j'ai essayé plein de methode et rien ne marche ,...
Merci pour votre aide
Message édité par Alexzo le 07-05-2006 à 15:09:12