The following similar database error may be fixed by running a repair on the specified database table: Can't open file: 'phpbb_topics.MYI' (errno: 144)Here are the steps to repair a table in your database:
2. Click Hosting
3. Choose Databases
4. For the database you wish to fix, click the phpMyAdmin link
6. Towards the top left, click on the database name (eg. d12345678)
7. Click the SQL tab
8. In the box, enter the following query (where table_name is the name of the table being referenced in the error message): repair table table_name
9. Click Go