OK Folks, I've uploaded 1.1 of the behaviour. Until the article is approved again on the Bakery, I've also added it to the bin:
http://bin.cakephp.org/view/82605077 On 6/14/07, Allen Romero <[EMAIL PROTECTED]> wrote: > > 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. > > > > > > > > > > > > > > > > > > > > -- Tane Piper http://webrocket.wordpress.com This email is: [ ] blogable [ x ] ask first [ ] private --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
