Zend_Db_Statement_Mysqli_Exception

Zend_Db_Statement_Mysqli_Exception

Mysqli prepare error: Table './oberlinc_omek2/omek_search_texts' is marked as crashed and should be repaired

Any advice is much appreciated!

You need to run the MySQL REPAIR TABLE statement on your omek_search_texts table. Depending on your setup, you may have an easy graphical way to do this (through phpMyAdmin, for example).

If you have access to the database with a tool like PhpMyAdmin, there's an option to check that table name, and with that table 'Repair'.

If not, that's likely a question for your server admin to look at and do something similar.

Thanks, I'll check that out.

That worked! Thanks so much.