Mysqli prepare error: Table 'mdharves_omek2.omek_images' doesn't exist

When I click the Add Input button on a record to repeat the tag, for example, Subject I get the following error:
#0 /home/mdharves/public_html/application/libraries/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('SELECT images...')
#1 /home/mdharves/public_html/application/libraries/Zend/Db/Adapter/Mysqli.php(388): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT images...')
#2 /home/mdharves/public_html/application/libraries/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Adapter_Mysqli->prepare('SELECT images...')
#3 /home/mdharves/public_html/application/libraries/Zend/Db/Adapter/Abstract.php(756): Zend_Db_Adapter_Abstract->query(Object(Omeka_Db_Select), Array)
#4 [internal function]: Zend_Db_Adapter_Abstract->fetchRow(Object(Omeka_Db_Select), Array)
#5 /home/mdharves/public_html/application/libraries/Omeka/Db.php(79): call_user_func_array(Array, Array)
#6 /home/mdharves/public_html/application/libraries/Omeka/Db/Table.php(670): Omeka_Db->__call('fetchRow', Array)
#7 /home/mdharves/public_html/application/libraries/Omeka/Db/Table.php(670): Omeka_Db->fetchRow(Object(Omeka_Db_Select), Array)
#8 /home/mdharves/public_html/application/libraries/Omeka/Db/Table.php(214): Omeka_Db_Table->fetchObject(Object(Omeka_Db_Select), Array)
#9 /home/mdharves/public_html/application/controllers/ElementsController.php(25): Omeka_Db_Table->find(46)
#10 /home/mdharves/public_html/application/libraries/Zend/Controller/Action.php(516): ElementsController->elementFormAction()
#11 /home/mdharves/public_html/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('elementFormActi...')
#12 /home/mdharves/public_html/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#13 /home/mdharves/public_html/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(101): Zend_Controller_Front->dispatch()
#14 /home/mdharves/public_html/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#15 /home/mdharves/public_html/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#16 /home/mdharves/public_html/admin/index.php(28): Omeka_Application->run()
#17 {main}

It has been working so I am not sure what has changed. I am on version 2.2.2

That's definitely odd. There isn't a table by that name in Omeka. I don't see any of the usual suspects like an unruly plugin adding to the query, but it might be worth the quick check to deactivate all the plugins and see if one is causing the trouble.

I am not sure what was wrong but I had to restore from backup to get it working again.