Zend_Db_Statement_Mysqli_Exception

I just upgraded from 2.14 to the latest (2.3) and all seemed to be going well. I logged in and it asked me to upgrade the database. I clicked the button and then it said I had done that successfully. I then went to reactive my plugins and all again seemed good until I clicked on activate Contribution. All of my screens then went to a blank white page. I went into the server and deleted that plugin. This restored my ability to log into the admin but if I try and go to the public view I receive this message:

Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.id DESC LIMIT 1' at line 4

ANY help would be appreciated. My site is down.

Here is some additional info:

exception 'Zend_Db_Statement_Mysqli_Exception' with message 'Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.id DESC LIMIT 1' at line 4' in /home/kknoerl/themua.org/collections/application/libraries/Zend/Db/Statement/Mysqli.php:77
Stack trace:
#0 /home/kknoerl/themua.org/collections/application/libraries/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('SELECT items....')
#1 /home/kknoerl/themua.org/collections/application/libraries/Zend/Db/Adapter/Mysqli.php(388): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT items....')
#2 /home/kknoerl/themua.org/collections/application/libraries/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Adapter_Mysqli->prepare('SELECT items....')
#3 [internal function]: Zend_Db_Adapter_Abstract->query(Object(Omeka_Db_Select), Array)
#4 /home/kknoerl/themua.org/collections/application/libraries/Omeka/Db.php(79): call_user_func_array(Array, Array)
#5 /home/kknoerl/themua.org/collections/application/libraries/Omeka/Db/Table.php(648): Omeka_Db->__call('query', Array)
#6 /home/kknoerl/themua.org/collections/application/libraries/Omeka/Db/Table.php(648): Omeka_Db->query(Object(Omeka_Db_Select), Array)
#7 /home/kknoerl/themua.org/collections/application/libraries/Omeka/Db/Table.php(281): Omeka_Db_Table->fetchObjects(Object(Omeka_Db_Select))
#8 /home/kknoerl/themua.org/collections/application/models/Collection.php(228): Omeka_Db_Table->findBy(Array, 1)
#9 /home/kknoerl/themua.org/collections/application/views/helpers/FileMarkup.php(802): Collection->getFile()
#10 /home/kknoerl/themua.org/collections/application/libraries/globals.php(2094): Omeka_View_Helper_FileMarkup->image_tag(Object(Collection), Array, 'square_thumbnai...')
#11 /home/kknoerl/themua.org/collections/themes/berlin/collections/browse.php(23): record_image('collection', 'square_thumbnai...')
#12 /home/kknoerl/themua.org/collections/application/libraries/Omeka/View.php(117): include('/home/kknoerl/t...')
#13 /home/kknoerl/themua.org/collections/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run('/home/kknoerl/t...')
#14 /home/kknoerl/themua.org/collections/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(905): Zend_View_Abstract->render('collections/bro...')
#15 /home/kknoerl/themua.org/collections/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(926): Zend_Controller_Action_Helper_ViewRenderer->renderScript('collections/bro...', NULL)
#16 /home/kknoerl/themua.org/collections/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(965): Zend_Controller_Action_Helper_ViewRenderer->render()
#17 /home/kknoerl/themua.org/collections/application/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#18 /home/kknoerl/themua.org/collections/application/libraries/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#19 /home/kknoerl/themua.org/collections/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('browseAction')
#20 /home/kknoerl/themua.org/collections/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#21 /home/kknoerl/themua.org/collections/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#22 /home/kknoerl/themua.org/collections/application/libraries/Zend/Application.php(382): Zend_Application_Bootstrap_Bootstrap->run()
#23 /home/kknoerl/themua.org/collections/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#24 /home/kknoerl/themua.org/collections/index.php(23): Omeka_Application->run()
#25 {main}

were you able to resolve this problem? I seem to have a similar problem going on.