EAD import error

I'm trying to test the EAD importer plugin in v1.3. WHen I click the import button I get an error message. It looks like it's just a simple permissions change on a folder, but this app is new to me so I thought I'd check in here first. Here's the error code:

exception 'Zend_File_Transfer_Exception' with message 'The given destination is not writeable' in /var/www/html/omeka/application/libraries/Zend/File/Transfer/Adapter/Abstract.php:1014
Stack trace:
#0 /var/www/html/omeka/application/libraries/Zend/Form/Element/File.php(509): Zend_File_Transfer_Adapter_Abstract->setDestination('/var/www/html/o...', 'eaddoc')
#1 /var/www/html/omeka/plugins/EadImporter/controllers/IndexController.php(93): Zend_Form_Element_File->setDestination('/var/www/html/o...')
#2 /var/www/html/omeka/plugins/EadImporter/controllers/IndexController.php(7): EadImporter_IndexController->importForm()
#3 /var/www/html/omeka/application/libraries/Zend/Controller/Action.php(513): EadImporter_IndexController->indexAction()
#4 /var/www/html/omeka/application/libraries/Zend/Controller/Dispatcher/Standard.php(289): Zend_Controller_Action->dispatch('indexAction')
#5 /var/www/html/omeka/application/libraries/Zend/Controller/Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#6 /var/www/html/omeka/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(77): Zend_Controller_Front->dispatch()
#7 /var/www/html/omeka/application/libraries/Zend/Application.php(358): Zend_Application_Bootstrap_Bootstrap->run()
#8 /var/www/html/omeka/application/libraries/Omeka/Core.php(157): Zend_Application->run()
#9 /var/www/html/omeka/admin/index.php(42): Omeka_Core->run()
#10 {main}

Thanks for your help.

Bobb Menk

Did you make the /xmldump folder in the EadImporter plugin folder web writable?

http://omeka.org/codex/Plugins/EadImporter

Thanks - that's the folder I needed to change. Sorry I didn't find the docs for the plugin before asking.

Bobb Menk