--- In vanilla-pudding@yahoogroups.com, earl <earl.walker@...> wrote:
>
> Excerpts from artworld's message of Fri Jan 02 20:05:21 UTC 2009:
> > --- In vanilla-pudding@yahoogroups.com, Christian Langreiter
> > <chris@> wrote:
> > > curl -O http://www.vanillasite.at/dist/install-vanilla-osx.sh
> > > open -a "TextEdit" install-vanilla-osx.sh
> > > bash install-vanilla-osx.sh
> >
> > I noticed that I wasn't able to upload attachments. This
> > is the error message I get:
> >
> > 314426
> > Set-Cookie: vanilla-sid=12100043-8504709-249859-9568647;path=/;
> > ** Access Error: Cannot open
/usr/local/vanilla-0.6.2/vanilla/res/attachments/blanketsin/
> > ** Near: make-dir/deep tmp
>
> Ah yes, it seems that we don't adjust the permissions for the
> attachments folder correctly. Could you try to run the following
> commands in a terminal and see if it works then:
>
> chmod a+x /Library/WebServer/Documents/vanilla-static
> chmod a+x /usr/local/vanilla-0.6.2/vanilla/res/
> chmod a+x /usr/local/vanilla-0.6.2/vanilla/res/attachments/
> chmod -R a+rw /usr/local/vanilla-0.6.2/vanilla/res/
>
> Thanks!
>
> --
> earl
>
That did the trick. Thanks Earl.