Error Messages In Relation to Items and Plugin Issues

Good afternoon, I am currently using the 2.7.1 version of Omeka Classic. I am receiving the following error message from my Omeka site:

. This same error message appears whether I am trying to add or delete an item. Furthermore, I can add or delete items, however when I add an item only the text in the Dublin Core Metadata saves and none of the images associated with an item save. Also, I recently installed the following plugins: Locale Switcher, Neatline Time, and YouTube Import. I tried deactivating all of the plugins and this did not resolve the issue. Also, in my Omeka admin Plugin page I have a strange item and I wonder what it is. The item found in the Plugin page is as follows: daynapilger.net accompanied with text that says that this is not a valid plugin. Lastly, I am not able to add or see any items on my Neatline Timeline and every time I try to import a YouTube video into my Omeka through the YouTube Import plugin, I keep receiving an error message that states that I have reached my quota and am unable to add any videos.
Any guidance on these issues is deeply appreciated.

Have you tried following the instructions from the link there? (The one that says “retrieving error messages”)

I apologize for the late response. I am trying this out now.

So I followed the steps outlined in the link that says “retrieving error messages” and I am still experiencing the error message issue in relation to my items.

What those steps are supposed to do is replace the mostly empty “has encountered an error” page with something with more information, which you could share here (or, to log that same information, depending on whether you enabled error display or logging). They’re not intended to fix the problem by themselves.

Ah, unfortunately after following those steps it did not replace the “has encountered an error” page with more information.

If you did the “Activate Error Logging” steps, hitting this error page should log the full error to the application/logs/errors.log file. So that’s an option to get the necessary information.

I clicked on the error log file that you have described and this is what comes up:2021-03-16T20:31:54+00:00 ERR (3): Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table ‘./daynapil_om2/om_search_texts’ is marked as crashed and should be repaired in /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement/Mysqli.php:77
Stack trace:
#0 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->prepare('SELECT search_...') #1 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Mysqli.php(388): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT search…’)
#2 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Adapter_Mysqli->prepare(‘SELECT search_...') #3 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(756): Zend_Db_Adapter_Abstract->query('SELECT search_…’, Array)
#4 /home/daynapil/public_html/cms/application/libraries/Omeka/Db.php(80): Zend_Db_Adapter_Abstract->fetchRow(Object(Omeka_Db_Select), Array)
#5 /home/daynapil/public_html/cms/application/libraries/Omeka/Db/Table.php(669): Omeka_Db->_call(‘fetchRow’, Array)
#6 /home/daynapil/public_html/cms/application/models/Table/SearchText.php(26): Omeka_Db_Table->fetchObject(Object(Omeka_Db_Select))
#7 /home/daynapil/public_html/cms/application/models/Mixin/Search.php(88): Table_SearchText->findByRecord(‘Item’, 45)
#8 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(254): Mixin_Search->afterDelete(Array)
#9 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(283): Omeka_Record_AbstractRecord->delegateToMixins(‘afterDelete’, Array, true)
#10 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(589): Omeka_Record_AbstractRecord->runCallbacks(‘afterDelete’)
#11 /home/daynapil/public_html/cms/application/libraries/Omeka/Controller/AbstractActionController.php(283): Omeka_Record_AbstractRecord->delete()
#12 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Action.php(516): Omeka_Controller_AbstractActionController->deleteAction()
#13 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘deleteAction’)
#14 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#15 /home/daynapil/public_html/cms/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#16 /home/daynapil/public_html/cms/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#17 /home/daynapil/public_html/cms/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#18 /home/daynapil/public_html/cms/admin/index.php(28): Omeka_Application->run()
#19 {main}
2021-03-16T20:44:27+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file ‘original/8a298bd8de8b797c0eb9bb22faeb4e12.png’.
2021-03-16T20:44:27+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file ‘fullsize/8a298bd8de8b797c0eb9bb22faeb4e12.jpg’.
2021-03-16T20:44:27+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file ‘thumbnails/8a298bd8de8b797c0eb9bb22faeb4e12.jpg’.
2021-03-16T20:44:27+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file ‘square_thumbnails/8a298bd8de8b797c0eb9bb22faeb4e12.jpg’.
2021-03-16T20:44:27+00:00 ERR (3): Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table ‘./daynapil_om2/om_search_texts’ is marked as crashed and should be repaired in /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement/Mysqli.php:77
Stack trace:
#0 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->prepare('SELECT search_...') #1 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Mysqli.php(388): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT search…’)
#2 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Adapter_Mysqli->prepare('SELECT search_...') #3 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(756): Zend_Db_Adapter_Abstract->query('SELECT search
…’, Array)
#4 /home/daynapil/public_html/cms/application/libraries/Omeka/Db.php(80): Zend_Db_Adapter_Abstract->fetchRow(Object(Omeka_Db_Select), Array)
#5 /home/daynapil/public_html/cms/application/libraries/Omeka/Db/Table.php(669): Omeka_Db->_call(‘fetchRow’, Array)
#6 /home/daynapil/public_html/cms/application/models/Table/SearchText.php(26): Omeka_Db_Table->fetchObject(Object(Omeka_Db_Select))
#7 /home/daynapil/public_html/cms/application/models/Mixin/Search.php(88): Table_SearchText->findByRecord(‘File’, 41)
#8 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(254): Mixin_Search->afterDelete(Array)
#9 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(283): Omeka_Record_AbstractRecord->delegateToMixins(‘afterDelete’, Array, true)
#10 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(589): Omeka_Record_AbstractRecord->runCallbacks(‘afterDelete’)
#11 /home/daynapil/public_html/cms/application/models/Job/FileProcessUpload.php(25): Omeka_Record_AbstractRecord->delete()
#12 /home/daynapil/public_html/cms/application/libraries/Omeka/Job/Dispatcher/Adapter/Synchronous.php(25): Job_FileProcessUpload->perform()
#13 /home/daynapil/public_html/cms/application/libraries/Omeka/Job/Dispatcher/Default.php(137): Omeka_Job_Dispatcher_Adapter_Synchronous->send(’{“className”:"J…’, Array)
#14 /home/daynapil/public_html/cms/application/models/File.php(203): Omeka_Job_Dispatcher_Default->send(‘Job_FileProcess…’, Array)
#15 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(280): File->afterSave(Array)
#16 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(548): Omeka_Record_AbstractRecord->runCallbacks(‘afterSave’, Array)
#17 /home/daynapil/public_html/cms/application/models/Item.php(336): Omeka_Record_AbstractRecord->save()
#18 /home/daynapil/public_html/cms/application/models/Item.php(249): Item->saveFiles()
#19 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(280): Item->afterSave(Array)
#20 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(548): Omeka_Record_AbstractRecord->runCallbacks(‘afterSave’, Array)
#21 /home/daynapil/public_html/cms/application/libraries/Omeka/Controller/AbstractActionController.php(188): Omeka_Record_AbstractRecord->save(false)
#22 /home/daynapil/public_html/cms/application/controllers/ItemsController.php(148): Omeka_Controller_AbstractActionController->addAction()
#23 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Action.php(516): ItemsController->addAction()
#24 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘addAction’)
#25 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#26 /home/daynapil/public_html/cms/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#27 /home/daynapil/public_html/cms/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#28 /home/daynapil/public_html/cms/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#29 /home/daynapil/public_html/cms/admin/index.php(28): Omeka_Application->run()
#30 {main}
2021-03-16T20:44:37+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file ‘original/8104556aebf49ea1c2deeb3c2374435f.png’.
2021-03-16T20:44:37+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file ‘fullsize/8104556aebf49ea1c2deeb3c2374435f.jpg’.
2021-03-16T20:44:37+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file ‘thumbnails/8104556aebf49ea1c2deeb3c2374435f.jpg’.
2021-03-16T20:44:37+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file ‘square_thumbnails/8104556aebf49ea1c2deeb3c2374435f.jpg’.
2021-03-16T20:44:37+00:00 ERR (3): Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table ‘./daynapil_om2/om_search_texts’ is marked as crashed and should be repaired in /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement/Mysqli.php:77
Stack trace:
#0 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->prepare('SELECT search_...') #1 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Mysqli.php(388): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT search…’)
#2 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Adapter_Mysqli->prepare('SELECT search_...') #3 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(756): Zend_Db_Adapter_Abstract->query('SELECT search
…’, Array)
#4 /home/daynapil/public_html/cms/application/libraries/Omeka/Db.php(80): Zend_Db_Adapter_Abstract->fetchRow(Object(Omeka_Db_Select), Array)
#5 /home/daynapil/public_html/cms/application/libraries/Omeka/Db/Table.php(669): Omeka_Db->_call(‘fetchRow’, Array)
#6 /home/daynapil/public_html/cms/application/models/Table/SearchText.php(26): Omeka_Db_Table->fetchObject(Object(Omeka_Db_Select))
#7 /home/daynapil/public_html/cms/application/models/Mixin/Search.php(88): Table_SearchText->findByRecord(‘File’, 42)
#8 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(254): Mixin_Search->afterDelete(Array)
#9 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(283): Omeka_Record_AbstractRecord->delegateToMixins(‘afterDelete’, Array, true)
#10 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(589): Omeka_Record_AbstractRecord->runCallbacks(‘afterDelete’)
#11 /home/daynapil/public_html/cms/application/models/Job/FileProcessUpload.php(25): Omeka_Record_AbstractRecord->delete()
#12 /home/daynapil/public_html/cms/application/libraries/Omeka/Job/Dispatcher/Adapter/Synchronous.php(25): Job_FileProcessUpload->perform()
#13 /home/daynapil/public_html/cms/application/libraries/Omeka/Job/Dispatcher/Default.php(137): Omeka_Job_Dispatcher_Adapter_Synchronous->send(’{“className”:"J…’, Array)
#14 /home/daynapil/public_html/cms/application/models/File.php(203): Omeka_Job_Dispatcher_Default->send(‘Job_FileProcess…’, Array)
#15 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(280): File->afterSave(Array)
#16 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(548): Omeka_Record_AbstractRecord->runCallbacks(‘afterSave’, Array)
#17 /home/daynapil/public_html/cms/application/models/Item.php(336): Omeka_Record_AbstractRecord->save()
#18 /home/daynapil/public_html/cms/application/models/Item.php(249): Item->saveFiles()
#19 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(280): Item->afterSave(Array)
#20 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(548): Omeka_Record_AbstractRecord->runCallbacks(‘afterSave’, Array)
#21 /home/daynapil/public_html/cms/application/libraries/Omeka/Controller/AbstractActionController.php(188): Omeka_Record_AbstractRecord->save(false)
#22 /home/daynapil/public_html/cms/application/controllers/ItemsController.php(148): Omeka_Controller_AbstractActionController->addAction()
#23 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Action.php(516): ItemsController->addAction()
#24 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘addAction’)
#25 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#26 /home/daynapil/public_html/cms/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#27 /home/daynapil/public_html/cms/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#28 /home/daynapil/public_html/cms/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#29 /home/daynapil/public_html/cms/admin/index.php(28): Omeka_Application->run()
#30 {main}
2021-03-16T20:44:48+00:00 ERR (3): Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table ‘./daynapil_om2/om_search_texts’ is marked as crashed and should be repaired in /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement/Mysqli.php:77
Stack trace:
#0 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->prepare('SELECT search_...') #1 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Mysqli.php(388): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT search…’)
#2 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Adapter_Mysqli->prepare('SELECT search_...') #3 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(756): Zend_Db_Adapter_Abstract->query('SELECT search
…’, Array)
#4 /home/daynapil/public_html/cms/application/libraries/Omeka/Db.php(80): Zend_Db_Adapter_Abstract->fetchRow(Object(Omeka_Db_Select), Array)
#5 /home/daynapil/public_html/cms/application/libraries/Omeka/Db/Table.php(669): Omeka_Db->_call(‘fetchRow’, Array)
#6 /home/daynapil/public_html/cms/application/models/Table/SearchText.php(26): Omeka_Db_Table->fetchObject(Object(Omeka_Db_Select))
#7 /home/daynapil/public_html/cms/application/models/Mixin/Search.php(88): Table_SearchText->findByRecord(‘Item’, 47)
#8 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(254): Mixin_Search->afterDelete(Array)
#9 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(283): Omeka_Record_AbstractRecord->delegateToMixins(‘afterDelete’, Array, true)
#10 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(589): Omeka_Record_AbstractRecord->runCallbacks(‘afterDelete’)
#11 /home/daynapil/public_html/cms/application/libraries/Omeka/Controller/AbstractActionController.php(283): Omeka_Record_AbstractRecord->delete()
#12 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Action.php(516): Omeka_Controller_AbstractActionController->deleteAction()
#13 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘deleteAction’)
#14 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#15 /home/daynapil/public_html/cms/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#16 /home/daynapil/public_html/cms/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#17 /home/daynapil/public_html/cms/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#18 /home/daynapil/public_html/cms/admin/index.php(28): Omeka_Application->run()
#19 {main}
2021-03-16T20:44:55+00:00 ERR (3): Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table ‘./daynapil_om2/om_search_texts’ is marked as crashed and should be repaired in /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement/Mysqli.php:77
Stack trace:
#0 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->prepare('SELECT search_...') #1 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Mysqli.php(388): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT search…’)
#2 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Adapter_Mysqli->prepare('SELECT search_...') #3 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(756): Zend_Db_Adapter_Abstract->query('SELECT search
…’, Array)
#4 /home/daynapil/public_html/cms/application/libraries/Omeka/Db.php(80): Zend_Db_Adapter_Abstract->fetchRow(Object(Omeka_Db_Select), Array)
#5 /home/daynapil/public_html/cms/application/libraries/Omeka/Db/Table.php(669): Omeka_Db->_call(‘fetchRow’, Array)
#6 /home/daynapil/public_html/cms/application/models/Table/SearchText.php(26): Omeka_Db_Table->fetchObject(Object(Omeka_Db_Select))
#7 /home/daynapil/public_html/cms/application/models/Mixin/Search.php(88): Table_SearchText->findByRecord(‘Item’, 46)
#8 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(254): Mixin_Search->afterDelete(Array)
#9 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(283): Omeka_Record_AbstractRecord->delegateToMixins(‘afterDelete’, Array, true)
#10 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(589): Omeka_Record_AbstractRecord->runCallbacks(‘afterDelete’)
#11 /home/daynapil/public_html/cms/application/libraries/Omeka/Controller/AbstractActionController.php(283): Omeka_Record_AbstractRecord->delete()
#12 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Action.php(516): Omeka_Controller_AbstractActionController->deleteAction()
#13 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘deleteAction’)
#14 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#15 /home/daynapil/public_html/cms/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#16 /home/daynapil/public_html/cms/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#17 /home/daynapil/public_html/cms/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#18 /home/daynapil/public_html/cms/admin/index.php(28): Omeka_Application->run()
#19 {main}
2021-03-16T20:51:20+00:00 ERR (3): Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table ‘./daynapil_om2/om_search_texts’ is marked as crashed and should be repaired in /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement/Mysqli.php:77
Stack trace:
#0 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->prepare('SELECT search_...') #1 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Mysqli.php(388): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT search…’)
#2 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Adapter_Mysqli->prepare('SELECT search_...') #3 /home/daynapil/public_html/cms/application/libraries/Zend/Db/Adapter/Abstract.php(756): Zend_Db_Adapter_Abstract->query('SELECT search
…’, Array)
#4 /home/daynapil/public_html/cms/application/libraries/Omeka/Db.php(80): Zend_Db_Adapter_Abstract->fetchRow(Object(Omeka_Db_Select), Array)
#5 /home/daynapil/public_html/cms/application/libraries/Omeka/Db/Table.php(669): Omeka_Db->__call(‘fetchRow’, Array)
#6 /home/daynapil/public_html/cms/application/models/Table/SearchText.php(26): Omeka_Db_Table->fetchObject(Object(Omeka_Db_Select))
#7 /home/daynapil/public_html/cms/application/models/Mixin/Search.php(118): Table_SearchText->findByRecord(‘Item’, 48)
#8 /home/daynapil/public_html/cms/application/models/Mixin/Search.php(79): Mixin_Search::saveSearchText(‘Item’, 48, 'Test ', ‘Test’, false)
#9 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(254): Mixin_Search->afterSave(Array)
#10 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(283): Omeka_Record_AbstractRecord->delegateToMixins(‘afterSave’, Array, true)
#11 /home/daynapil/public_html/cms/application/libraries/Omeka/Record/AbstractRecord.php(548): Omeka_Record_AbstractRecord->runCallbacks(‘afterSave’, Array)
#12 /home/daynapil/public_html/cms/application/libraries/Omeka/Controller/AbstractActionController.php(188): Omeka_Record_AbstractRecord->save(false)
#13 /home/daynapil/public_html/cms/application/controllers/ItemsController.php(148): Omeka_Controller_AbstractActionController->addAction()
#14 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Action.php(516): ItemsController->addAction()
#15 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘addAction’)
#16 /home/daynapil/public_html/cms/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#17 /home/daynapil/public_html/cms/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#18 /home/daynapil/public_html/cms/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#19 /home/daynapil/public_html/cms/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#20 /home/daynapil/public_html/cms/admin/index.php(28): Omeka_Application->run()
#21 {main}
What are the next steps that I should take?

The key part is: “Table ‘./daynapil_om2/om_search_texts’ is marked as crashed and should be repaired”

You need to ask MySQL to repair that table (om_search_texts). You can do this through MySQL’s client using a REPAIR TABLE statement or using a graphical client like phpMyAdmin.

Once again, I apologize for the late response. I am trying to look for MySQL under my Reclaim Hosting cPanel, in order to make the repair that you have suggested, however I can not find it. Where and how would I locate the MySQL client or the graphical client phpMyAdmin?

Actually I think I found the MySQL, I went into MySQL Databases in my cPanel on Reclaim Hosting, there was a repair database option and I selected the repair button for daynapil_om2 database.
Update: I am now able to add and delete items within my Omeka Classic without getting the error message and images are now visible in the process of adding my items. I have not turned on any of my plugins yet and I hope that I do not run into any further issues.

Thank you very much for your time and consideration.

This topic was automatically closed after 250 days. New replies are no longer allowed.