Zend_File_Transfer_Exception

After upgrading to 2.5 i got the following Error Message when adding Metadata. I’am runing Omeka on a Xampp and all folders are writeable. Thanks for your help best jan

exception ‘Zend_File_Transfer_Exception’ with message ‘The given destination is not writable’ in /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Zend/File/Transfer/Adapter/Abstract.php:1043
Stack trace:
#0 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Omeka/File/Ingest/Upload.php(37): Zend_File_Transfer_Adapter_Abstract->setDestination(’/var/folders/kp…’)
#1 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Omeka/File/Ingest/Upload.php(109): Omeka_File_Ingest_Upload->_buildAdapter()
#2 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Omeka/File/Ingest/AbstractIngest.php(168): Omeka_File_Ingest_Upload->_parseFileInfo(‘file’)
#3 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/models/Builder/Item.php(200): Omeka_File_Ingest_AbstractIngest->ingest(‘file’)
#4 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/globals.php(567): Builder_Item->addFiles(‘Upload’, ‘file’, Array)
#5 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/models/Item.php(322): insert_files_for_item(Object(Item), ‘Upload’, ‘file’, Array)
#6 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/models/Item.php(232): Item->_uploadFiles()
#7 [internal function]: Item->beforeSave(Array)
#8 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Omeka/Record/AbstractRecord.php(277): call_user_func(Array, Array)
#9 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Omeka/Record/AbstractRecord.php(531): Omeka_Record_AbstractRecord->runCallbacks(‘beforeSave’, Array)
#10 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Omeka/Controller/AbstractActionController.php(229): Omeka_Record_AbstractRecord->save(false)
#11 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/controllers/ItemsController.php(91): Omeka_Controller_AbstractActionController->editAction()
#12 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Zend/Controller/Action.php(516): ItemsController->editAction()
#13 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘editAction’)
#14 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#15 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#16 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#17 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/application/libraries/Omeka/Application.php(77): Zend_Application->run()
#18 /Applications/XAMPP/xamppfiles/htdocs/fragmentation/admin/index.php(28): Omeka_Application->run()

solved. add following line at omeka/config/config.ini : storage.tempDir = “/Applications/XAMPP/xamppfiles/htdocs/omeka/temp/”

Would this be the one located in: omeka/application/config.ini : in 2.7.1 ? If so does it matter where I paste it in?