I’m running 3.2.1, was having trouble configuring default theme so I updated Thanks, Roy to latest version(2.7.2) and am getting the following error messages:
Zend_File_Transfer_Exception: The given destination is not writable in /home/thebbrmo/public_html/application/libraries/Zend/File/Transfer/Adapter/Abstract.php:1043
Stack trace:
#0 /home/thebbrmo/public_html/application/libraries/Zend/Form/Element/File.php(512): Zend_File_Transfer_Adapter_Abstract->setDestination(‘/tmp’, ‘logo’)
#1 /home/thebbrmo/public_html/application/forms/ThemeConfiguration.php(113): Zend_Form_Element_File->setDestination(‘/tmp’)
#2 /home/thebbrmo/public_html/application/forms/ThemeConfiguration.php(69): Omeka_Form_ThemeConfiguration->_processFileElement(Object(Zend_Form_Element_File))
#3 /home/thebbrmo/public_html/application/libraries/Zend/Form.php(239): Omeka_Form_ThemeConfiguration->init()
#4 /home/thebbrmo/public_html/application/controllers/ThemesController.php(77): Zend_Form->__construct(Array)
#5 /home/thebbrmo/public_html/application/libraries/Zend/Controller/Action.php(516): ThemesController->configAction()
#6 /home/thebbrmo/public_html/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘configAction’)
#7 /home/thebbrmo/public_html/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#8 /home/thebbrmo/public_html/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(106): Zend_Controller_Front->dispatch()
#9 /home/thebbrmo/public_html/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#10 /home/thebbrmo/public_html/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#11 /home/thebbrmo/public_html/admin/index.php(28): Omeka_Application->run()
#12 {main}
looked at similar Zend_File_Transfer_Exception topics in forum but not having any luck figuring out what is wrong and how to fix