Admin Not Displaying Show Items

On some items (not all) in our collection I am getting the following error message when trying to view their item show page from the admin side. Public side is fine. These items have attached files, not sure if that is the difference, but I am able to edit them if I type in the correct Url (items 2, 3, and 4 of the Don Quixote Collection at http://archives.qc.cuny.edu/books). Omeka version is 1.5.1

Zend_Db_Statement_Mysqli_Exception
Mysqli prepare error: Table 'omeka2.omeka_download' doesn't exist

#0 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('select * from o...')
#1 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'select * from o...')
#2 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('select * from o...')
#3 [internal function]: Zend_Db_Adapter_Abstract->query('select * from o...', Array)
#4 /srv/www/htdocs/qcarchives/books/application/libraries/Omeka/Db.php(83): call_user_func_array(Array, Array)
#5 /srv/www/htdocs/qcarchives/books/application/libraries/Omeka/Db.php(297): Omeka_Db->__call('query', Array)
#6 /srv/www/htdocs/qcarchives/books/application/libraries/Omeka/Db.php(297): Omeka_Db->query('select * from o...', Array)
#7 /srv/www/htdocs/qcarchives/books/plugins/DownloadLogger/Download.php(152): Omeka_Db->exec('select * from o...', Array)
#8 /srv/www/htdocs/qcarchives/books/plugins/DownloadLogger/plugin.php(63): Download::getByItem(Object(Item))
#9 /srv/www/htdocs/qcarchives/books/plugins/DownloadLogger/plugin.php(49): download_display_download()
#10 [internal function]: download_admin_append_to_items_show(Object(Item))
#11 /srv/www/htdocs/qcarchives/books/application/libraries/Omeka/Plugin/Broker.php(156): call_user_func_array('download_admin_...', Array)
#12 /srv/www/htdocs/qcarchives/books/application/libraries/Omeka/Plugin/Broker.php(182): Omeka_Plugin_Broker->callHook('admin_append_to...', Array)
#13 [internal function]: Omeka_Plugin_Broker->__call('admin_append_to...', Array)
#14 [internal function]: Omeka_Plugin_Broker->admin_append_to_items_show_primary(Object(Item))
#15 /srv/www/htdocs/qcarchives/books/application/libraries/globals.php(215): call_user_func_array(Array, Array)
#16 /srv/www/htdocs/qcarchives/books/admin/themes/default/items/show.php(49): fire_plugin_hook('admin_append_to...', Object(Item))
#17 /srv/www/htdocs/qcarchives/books/application/libraries/Omeka/View.php(113): include('/srv/www/htdocs...')
#18 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/srv/www/htdocs...')
#19 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(900): Zend_View_Abstract->render('items/show.php')
#20 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(921): Zend_Controller_Action_Helper_ViewRenderer->renderScript('items/show.php', NULL)
#21 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(960): Zend_Controller_Action_Helper_ViewRenderer->render()
#22 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#23 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#24 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('showAction')
#25 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#26 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#27 /srv/www/htdocs/qcarchives/books/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#28 /srv/www/htdocs/qcarchives/books/application/libraries/Omeka/Core.php(165): Zend_Application->run()
#29 /srv/www/htdocs/qcarchives/books/admin/index.php(44): Omeka_Core->run()
#30 {main}

It looks like the error is being caused by the DownloadLogger plugin, which was developed by a third party, and hasn't been updated for a while. Deactivating it will likely fix the problem. You might also try uninstalling and reinstalling it.

Thanks that worked!