Topic: Unable to fetch topic list for forum.
This problem has just happenned without updating anything! one hour ago it was working fine... and suddently, argh! maybe my host update the mysql? or what?
i put in the Debug mode and i get:
File: /home/hosting/fbrs/viewforum.php
Line: 147
PunBB reported: Unable to fetch topic list for forum
Database reported: Can't open file: '_fbrstopics.MYI'. (errno: 145) (Errno: 1016)
The line 147 of my viewforum.php is
// Fetch topic ID's
$result = $db->query('SELECT id FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY sticky DESC, last_post DESC LIMIT '.$start_from.', '.$disp_topics) or error('Unable to fetch topic list for forum', __FILE__, __LINE__, $db->error());
Anybody can help me? What should i do for fix it?