Help - Search - Members - Calendar
Full Version: Error When Posting
Movable Type Community Forum > Using Movable Type > Entries and Archives
schmuck
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
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
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.
Invision Power Board © 2001-2008 Invision Power Services, Inc.