Fatal Internal Error

Im getting this Fatal Internal Error on my site. It just appeared out of nowhere?

See for yourself: http://www.flockto.com/

it states:
→ Error: unexpected database error Incorrect information in file: './flockto_db/bpt_pages.frm'1033

Any idea of what is wrong?
Thanks,
-Joe

P.S. This is the best CMS out there!

database corruption
by glen / at 21:38 on December 17, 2007

Unfortunately, the *.frm file is part of the MySQl database table. You'll need to repair it if possible. If you have access to phpmyadmin or another tool, there should be a button to repair the table (in this case, "bpt_pages"). If you have access to a command line, the command is:

REPAIR TABLE bpt_pages;
It worked
by joeweitzel / at 01:45 on December 22, 2007

Perfect! Thanks glen!

On another note, are you guys ever going to add a pole to version 5?