Add item error, "Zend_Db_Statement_Mysqli_Exception"

After updating to the current version of Omeka, I am encountering a problem adding new items: "Zend_Db_Statement_Mysqli_Exception
Mysqli statement execute error : No data supplied for parameters in prepared statement"

The actual items I add are there after I return to the dashboard page. But I keep getting the same error. Any help welcome!

#0 /home/leawol2/recordingtheholocaust.com/application/libraries/Zend/Db/Statement.php(303): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/leawol2/recordingtheholocaust.com/application/libraries/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#2 [internal function]: Zend_Db_Adapter_Abstract->query(Object(Omeka_Db_Select), Array)
#3 /home/leawol2/recordingtheholocaust.com/application/libraries/Omeka/Db.php(79): call_user_func_array(Array, Array)
#4 /home/leawol2/recordingtheholocaust.com/application/libraries/Omeka/Db/Table.php(648): Omeka_Db->__call('query', Array)
#5 /home/leawol2/recordingtheholocaust.com/application/libraries/Omeka/Db/Table.php(648): Omeka_Db->query(Object(Omeka_Db_Select), Array)
#6 /home/leawol2/recordingtheholocaust.com/application/libraries/Omeka/Db/Table.php(281): Omeka_Db_Table->fetchObjects(Object(Omeka_Db_Select))
#7 /home/leawol2/recordingtheholocaust.com/plugins/YouTubeImport/YouTubeImportPlugin.php(41): Omeka_Db_Table->findBy(Array)
#8 [internal function]: YouTubeImportPlugin->hookAfterSaveItem(Array)
#9 /home/leawol2/recordingtheholocaust.com/application/libraries/Omeka/Plugin/Broker.php(157): call_user_func(Array, Array)
#10 /home/leawol2/recordingtheholocaust.com/application/libraries/Omeka/Record/AbstractRecord.php(298): Omeka_Plugin_Broker->callHook('after_save_item', Array)
#11 /home/leawol2/recordingtheholocaust.com/application/libraries/Omeka/Record/AbstractRecord.php(550): Omeka_Record_AbstractRecord->runCallbacks('afterSave', Array)
#12 /home/leawol2/recordingtheholocaust.com/application/libraries/Omeka/Controller/AbstractActionController.php(209): Omeka_Record_AbstractRecord->save(false)
#13 /home/leawol2/recordingtheholocaust.com/application/controllers/ItemsController.php(89): Omeka_Controller_AbstractActionController->editAction()
#14 /home/leawol2/recordingtheholocaust.com/application/libraries/Zend/Controller/Action.php(516): ItemsController->editAction()
#15 /home/leawol2/recordingtheholocaust.com/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('editAction')
#16 /home/leawol2/recordingtheholocaust.com/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#17 /home/leawol2/recordingtheholocaust.com/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(101): Zend_Controller_Front->dispatch()
#18 /home/leawol2/recordingtheholocaust.com/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#19 /home/leawol2/recordingtheholocaust.com/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#20 /home/leawol2/recordingtheholocaust.com/admin/index.php(28): Omeka_Application->run()
#21 {main}

A quick look at the trace points to the YouTubeImport plugin doing something funny. So, first I'd try disabling that plugin and seeing if items save okay.

It might also be worth adding this issue to the issue queue on GitHub.

Thanks, I've disabled the YouTubeImport plugin and am not getting the error message--it works. I will add the issue to the GitHub queue as well.

Thanks again!