OAI-PMH Error on Omeka 2.5: Mysqli statement execute error : Data truncated for column 'status' at row 1

Good morning

We’re trying to import a rrecord via OAI-PMH on Omeka 2.5

We add the url to the OAI-Plugin, the system identifes the sets property, but when we try to harvest we get this error

Zend_Db_Statement_Mysqli_Exception
Mysqli statement execute error : Data truncated for column ‘status’ at row 1

This is the sample:
http://demo4.orex.es/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=oai_dc&set=942c

xception ‘Zend_Db_Statement_Mysqli_Exception’ with message ‘Mysqli statement execute error : Data truncated for column ‘status’ at row 1’ in /var/www/html/omeka-2.5/application/libraries/Zend/Db/Statement/Mysqli.php:214
Stack trace:
#0 /var/www/html/omeka-2.5/application/libraries/Zend/Db/Statement.php(303): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/html/omeka-2.5/application/libraries/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#2 [internal function]: Zend_Db_Adapter_Abstract->query(‘INSERT INTO om...', Array) #3 /var/www/html/omeka-2.5/application/libraries/Omeka/Db.php(79): call_user_func_array(Array, Array) #4 /var/www/html/omeka-2.5/application/libraries/Omeka/Db.php(252): Omeka_Db->__call('query', Array) #5 /var/www/html/omeka-2.5/application/libraries/Omeka/Db.php(252): Omeka_Db->query('INSERT INTOom…’, Array)
#6 /var/www/html/omeka-2.5/application/libraries/Omeka/Record/AbstractRecord.php(543): Omeka_Db->insert(‘OaipmhHarvester…’, Array)
#7 /var/www/html/omeka-2.5/plugins/OaipmhHarvester/controllers/IndexController.php(150): Omeka_Record_AbstractRecord->save()
#8 /var/www/html/omeka-2.5/application/libraries/Zend/Controller/Action.php(516): OaipmhHarvester_IndexController->harvestAction()
#9 /var/www/html/omeka-2.5/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘harvestAction’)
#10 /var/www/html/omeka-2.5/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#11 /var/www/html/omeka-2.5/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#12 /var/www/html/omeka-2.5/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#13 /var/www/html/omeka-2.5/application/libraries/Omeka/Application.php(77): Zend_Application->run()
#14 /var/www/html/omeka-2.5/admin/index.php(28): Omeka_Application->run()
#15 {main}

thanks in advance

I tried the URL you gave (just the base URL part, of course) and didn’t have any problem harvesting from it, on a 2.5 installation.

Try this out: uninstall and reinstall the plugin. The only thing you’ll lose is records of previous harvests (not the actual harvested items).