actually this was one of the problems. the directories were writable
by the app but not readable by me. chmod 755'ing everything fixed the
what appeared to be corrupt image problem. :-)

thx.

allen

On 6/14/07, Allen Romero <[EMAIL PROTECTED]> wrote:
> On 6/13/07, Joshua McFarren <[EMAIL PROTECTED]> wrote:
> >
> > I know this sounds really obvious, but these obvious things are
> > usually what I overlook and get stuck on:
> >
> > Is the directory you're trying to save the image to writable by the
> > app?
>
> Yep. Checked this. doesn't seem to be the problem. thx. for the pointer 
> though.
>
> > On my Debian GNU/Linux server Apache is in the group www-data, so for
> > this example you would need to:
> > $ sudo chgrp www-data /var/www/cakexxxxx/app/webroot/files/Image
> > $ sudo chown g=rwX /var/www/cakexxxxx/app/webroot/files/Image
> >
> > You'll need to change the groups and paths for your configuration....
> > or all the syntax if you're not on a *nix system.
> >
> >
> > > >
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to