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!
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;Perfect! Thanks glen!
On another note, are you guys ever going to add a pole to version 5?