Sperando di aver postato nel forum giusto e premesso che ho provveduto a controllare prima nel forum Networks volevo sapere se ci sono problemi su quel server dove sono allocato o sul mio sito perchè è da questa mattina che mi restituisce l'errore seguente :
phpbb Fetch All error: database query failed at /membri/pubforum/phpBB2/mods/phpbb_fetch_all/common.php:297
Grazie anticipatamente
Ultima modifica di pubforum : 29-07-2004 alle ore 10.50.56
Ho isolato il problema e ho trovato la query che genera il problema
SELECT f. * , p. * , pt. * , t. * , u. * , vd. *
FROM phpbb_topics AS t, phpbb_users AS u, phpbb_posts_text AS pt, phpbb_posts AS p, phpbb_forums AS f, phpbb_vote_desc AS vd
WHERE t.forum_id
IN ( 1, 4, 16, 6, 7, 8, 10, 9, 13, 14, 15, 17, 19, 22 ) AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 1 AND t.topic_status <> 2 AND t.topic_vote = 1 AND t.forum_id = f.forum_id AND t.topic_id = vd.topic_id
ORDER BY p.post_time DESC
LIMIT 0, 1
Can't open file: 'phpbb_posts_text.MYI'. (errno: 144)
Qualcuno mi può aiutare per favore ? Premetto non ho fatto alcuna modifica al codice e fino a ieri sera funzionava tutto correttamente.
Grazie.
Ultima modifica di pubforum : 29-07-2004 alle ore 14.01.40