When trying to upload my first document to Omeka, I get a file transfer exception with the following info. I'm wondering if this is related to the fact that a) I installed Omeka on a subdirectory of my main site, which uses Wordpress (i.e. mydomain.net/omeka) or perhaps b) that I got a warning that I don't have a "fileinfo" module loaded into PHP. Not sure where to go from here.
exception 'Zend_File_Transfer_Exception' with message 'The given destination is not a directory or does not exist' in /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Zend/File/Transfer/Adapter/Abstract.php:1035
Stack trace:
#0 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Omeka/File/Ingest/Upload.php(41): Zend_File_Transfer_Adapter_Abstract->setDestination('/var/chroot/hom...')
#1 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Omeka/File/Ingest/Upload.php(113): Omeka_File_Ingest_Upload->_buildAdapter()
#2 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Omeka/File/Ingest/Abstract.php(181): Omeka_File_Ingest_Upload->_parseFileInfo('file')
#3 /home/content/g/w/i/gwijthoff/html/gadgetry/application/models/ItemBuilder.php(210): Omeka_File_Ingest_Abstract->ingest('file')
#4 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/globals.php(491): ItemBuilder->addFiles('Upload', 'file', Array)
#5 /home/content/g/w/i/gwijthoff/html/gadgetry/application/models/Item.php(270): insert_files_for_item(Object(Item), 'Upload', 'file', Array)
#6 /home/content/g/w/i/gwijthoff/html/gadgetry/application/models/Item.php(154): Item->_uploadFiles()
#7 [internal function]: Item->beforeSaveForm(Object(ArrayObject))
#8 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Omeka/Record.php(284): call_user_func_array(Array, Array)
#9 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Omeka/Record.php(805): Omeka_Record->runCallbacks('beforeSaveForm', Object(ArrayObject))
#10 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Omeka/Controller/Action.php(420): Omeka_Record->saveForm(Array)
#11 /home/content/g/w/i/gwijthoff/html/gadgetry/application/controllers/ItemsController.php(134): Omeka_Controller_Action->addAction()
#12 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Zend/Controller/Action.php(513): ItemsController->addAction()
#13 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('addAction')
#14 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#15 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#16 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#17 /home/content/g/w/i/gwijthoff/html/gadgetry/application/libraries/Omeka/Core.php(166): Zend_Application->run()
#18 /home/content/g/w/i/gwijthoff/html/gadgetry/admin/index.php(45): Omeka_Core->run()
#19 {main}
