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:
I’m experiencing this error as well (getting tons of Zend errors right now, actually). I haven’t found anything helpful for fixing it, or even what has caused the issue.
“The destination is not writable” errors, those mean what you’d probably expect: Omeka is trying to write a file to a folder but doesn’t have permission to write there.
Looking at the full error including the following lines can be important: in the first post on this thread, you can see that the problem is in writing to “/tmp”, the system temporary directory. Something could be adjusted on the server to make sure that /tmp is writable by PHP/Omeka, or if that’s not feasible it’s possible to set the temporary directory used by Omeka when uploading to a different location where you can control the permissions.
Depending on your setup and the specific errors you’re seeing, it might be something your host could or should deal with.
The " Setting the Temporary Directory" section I linked to above describes how to set that temp path in a way that doesn’t require editing the core files, just setting a line in your application/config/config.ini.