on windows you dont need to
already 777 by default because there is no such rights management

just avoid placing your code on c:/
in win7 this can cause other issues
so always try to use another partition


On 16 Mrz., 11:54, varai <[email protected]> wrote:
> I tried the following,
>
> The final task is to make the app/tmp directory web-writable. The best
> way to do this is to find out what user your webserver runs as (<?php
> echo `whoami`; ?>) and change the ownership of the app/tmp directory
> to that user. The final command you run (in *nix) might look something
> like this.
>
> $ chown -R www-data app/tmp
>
> But its not working.
>
> "$ chown -R www-data app/tmp" is a UNIX command I think.
>
> How can I do the equivalent on Windows 7 with WAMP?
>
> thank you.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to