I am still having the problem from last evening, therefore, I thought I would place it here as it seems to be related somewhat.

The ubbt_POSTS table isn't working.

My server provider tried repairing it, but received this error:

Quote
[quote]
[root@squishee maritime-sda-online_org_-_forums]# myisamchk -o ubbt_POSTS.MYI
- recovering (with keycache) MyISAM-table 'ubbt_POSTS.MYI'
Data records: 19460
myisamchk: error: Can't create new tempfile: 'ubbt_POSTS.TMD'
MyISAM-table 'ubbt_POSTS.MYI' is not fixed because of errors
Try fixing it by using the --safe-recover (-o) or the --force (-f) option

[root@squishee maritime-sda-online_org_-_forums]# myisamchk -f ubbt_POSTS.MYI
Checking MyISAM file: ubbt_POSTS.MYI
Data records: 19460 Deleted blocks: 0
myisamchk: warning: Table is marked as crashed and last repair failed
- check file-size
myisamchk: warning: Size of indexfile is: 75627520 Should be: 17152000
myisamchk: error: Size of datafile is: 227115008 Should be: 227115096
- recovering (with keycache) MyISAM-table 'ubbt_POSTS.MYI'
Data records: 19460
18000

Is this a temporary table that the delete from ubbt_POSTS command can be used followed by the repair table ubbt_POSTS command?

From what I have read, it doesn't sound like a temporary table.

What can be done next?