Error when deleting items

I'm getting the following error when I try and delete an item. Editing the item is fine, it's only when it comes to deleting that there's a problem.

BadMethodCallException

Method named 'findByItem' does not exist or is not callable.

`exception 'BadMethodCallException' with message 'Method named 'findByItem' does not exist or is not callable.' in .../omeka/application/libraries/Omeka/Db/Table.php:85
Stack trace:
#0 .../omeka/plugins/ImageAnnotation/plugin.php(317): Omeka_Db_Table->__call('findByItem', Array)
#1 .../omeka/plugins/ImageAnnotation/plugin.php(317): Omeka_Db_Table->findByItem(Object(Item))
#2 .../omeka/application/libraries/Omeka/Plugin/Broker.php(149): image_annotation_before_delete_item(Object(Item))
#3 .../omeka/application/libraries/Omeka/Plugin/Broker.php(175): Omeka_Plugin_Broker->callHook('image_annotatio...', Array)
#4 [internal function]: Omeka_Plugin_Broker->__call('before_delete_i...', Array)
#5 .../omeka/application/libraries/Omeka/Record.php(301): Omeka_Plugin_Broker->before_delete_item('before_delete_i...', Array)
#6 .../omeka/application/libraries/Omeka/Record.php(610): Omeka_Record->runCallbacks(Object(Item))
#7 .../omeka/application/libraries/Omeka/Controller/Action.php(509): Omeka_Record->delete(Array, Array)
#8 .../omeka/application/controllers/ItemsController.php(119): Omeka_Controller_Action->deleteAction('beforeDelete')
#9 .../omeka/application/libraries/Zend/Controller/Action.php(513): ItemsController->deleteAction()
#10 .../omeka/application/libraries/Zend/Controller/Dispatcher/Standard.php(289): Zend_Controller_Action->dispatch()
#11 .../omeka/application/libraries/Zend/Controller/Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch()
#12 .../omeka/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(77): Zend_Controller_Front->dispatch('deleteAction')
#13 .../omeka/application/libraries/Zend/Application.php(358): Zend_Application_Bootstrap_Bootstrap->run(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#14 .../omeka/application/libraries/Omeka/Core.php(157): Zend_Application->run()
#15 .../omeka/admin/index.php(42): Omeka_Core->run()
#16 {main}

Ideas? A plugin conflict? Permissions? Now I'm just throwing around technical terms like I know what they mean ;)

Deactivating the image annotation plugin fixes the problem... but not really a fix since I use that plugin! :)

Hi pcoutas,

We haven't tested or updated ImageAnnotation for Omeka 1.3 (assuming you're using 1.3), so there may be a compatibility issue. What version of Omeka and Image Annotation are you using?

Best,
Jeremy

Yah, using Omeka 1.3 and the current Image Annotation plugin. Will keep it disabled until I really need it! :)