Omeka 2.1.2/CSV Import Error if SolrSearch Enabled

"Import Error" while trying to import CSV file with "Make All Items Public" if SolrSearch enabled. Error message as follows.

2013-12-20T15:33:01+05:30 ERR (3): [CsvImport][time:Dec 20, 2013 3:33:01 PM][id:30] exception 'Zend_Controller_Router_Exception' with message 'Route id is not defined' in /var/www/omeka/application/libraries/Zend/Controller/Router/Rewrite.php:318

Stack trace:

#0 /var/www/omeka/application/libraries/Zend/Controller/Router/Rewrite.php(469): Zend_Controller_Router_Rewrite->getRoute('id')

#1 /var/www/omeka/application/libraries/Zend/View/Helper/Url.php(49): Zend_Controller_Router_Rewrite->assemble(Array, 'id', false, true)

#2 /var/www/omeka/application/views/helpers/Url.php(89): Zend_View_Helper_Url->url(Array, 'id', false, true)

#3 [internal function]: Omeka_View_Helper_Url->url(Array, 'id', Array)

#4 /var/www/omeka/application/libraries/Zend/View/Abstract.php(350): call_user_func_array(Array, Array)

#5 [internal function]: Zend_View_Abstract->__call('url', Array)

#6 /var/www/omeka/application/views/helpers/RecordUrl.php(69): Omeka_View->url(Array, 'id', Array)

#7 [internal function]: Omeka_View_Helper_RecordUrl->recordUrl(Object(Item), 'show', false, Array)

#8 /var/www/omeka/application/libraries/Zend/View/Abstract.php(350): call_user_func_array(Array, Array)

#9 [internal function]: Zend_View_Abstract->__call('recordUrl', Array)

#10 /var/www/omeka/application/libraries/globals.php(3126): Omeka_View->recordUrl(Object(Item), 'show', false, Array)

#11 /var/www/omeka/plugins/SolrSearch/helpers/SolrSearch_IndexHelpers.php(112): record_url(Object(Item), 'show')

#12 /var/www/omeka/plugins/SolrSearch/helpers/SolrSearch_IndexHelpers.php(27): SolrSearch_IndexHelpers::getUri(Object(Item))

#13 /var/www/omeka/plugins/SolrSearch/SolrSearchPlugin.php(125): SolrSearch_IndexHelpers::itemToDocument(Object(Omeka_Db), Object(Item))

#14 [internal function]: SolrSearchPlugin->hookAfterSaveItem(Array)

#15 /var/www/omeka/application/libraries/Omeka/Plugin/Broker.php(157): call_user_func(Array, Array)

#16 /var/www/omeka/application/libraries/Omeka/Record/AbstractRecord.php(298): Omeka_Plugin_Broker->callHook('after_save_item', Array)

#17 /var/www/omeka/application/libraries/Omeka/Record/AbstractRecord.php(550): Omeka_Record_AbstractRecord->runCallbacks('afterSave', Array)

#18 /var/www/omeka/application/libraries/Omeka/Record/Builder/AbstractBuilder.php(67): Omeka_Record_AbstractRecord->save()

#19 /var/www/omeka/application/libraries/globals.php(531): Omeka_Record_Builder_AbstractBuilder->build()

#20 /var/www/omeka/plugins/CsvImport/models/CsvImport/Import.php(701): insert_item(Array, Array)

#21 /var/www/omeka/plugins/CsvImport/models/CsvImport/Import.php(583): CsvImport_Import->_addItemFromRow(Array)

#22 /var/www/omeka/plugins/CsvImport/models/CsvImport/Import.php(331): CsvImport_Import->_importLoop(0)

#23 [internal function]: CsvImport_Import->start()

#24 /var/www/omeka/plugins/CsvImport/models/CsvImport/ImportTask.php(39): call_user_func(Array)

#25 /var/www/omeka/application/libraries/Omeka/Job/Process/Wrapper.php(29): CsvImport_ImportTask->perform()

#26 /var/www/omeka/application/scripts/background.php(61): Omeka_Job_Process_Wrapper->run(Array)

Your help is highly appreciated.

Thank you,

Does the import work if the Solr Search plugin is deactivated?

The plugin hasn't been updated for 2.0, so that may be the culprit.