I have been having problems with my comments and trackback. I went back and made sure all my comment templates are default.
Now when I try to post a new entry I get the following error,
QUOTE
Couldn't create FileInfo because Insertion test failed on SQL error Can't open file: 'mt_fileinfo.MYI'. (errno: 145)
What happened?
imabug
Mar 4 2005, 06:18 AM
this is usually a sign that something has gone wrong with the database table. I assume you're using MySQL. Use your favourite SQL tool (command line, CPanel, phpMyAdmin, whatever) and run a
CODE
CHECK TABLE mt_fileinfo
If it returns anything other than OK, try a
CODE
REPAIR TABLE mt_fileinfo
.
or have someone at your host provider run some database diagnostics on your MT database.
see if that helps.
schmuck
Mar 4 2005, 05:48 PM
Resolved. Thank You.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.