On Sat, Mar 14, 2009 at 8:34 AM, [email protected] <[email protected]> wrote: > > i've search for 2 days and nothing !!! even the manual info didn't > help it's getting in to a hell ! so i i putted the cake folder to > the ''www' folder and named the folder 'cake2' and on the page > mydomain.com/cake2 > > i get this Warning (512): /home/zvsname/public_html/cake2/app/tmp/ > cache/ is not writable [CORE/cake/libs/cache/file.php, line 263]
http://book.cakephp.org/view/31/Permissions Your /app/tmp and /app/tmp/cache must be writeable for the user that started the webserver. If your on a *nix compatible server, try $ cd /your/docroot/cake/folder $ chmod a+w app/tmp $ chmod a+w app/tmp/cache > (..) and the irc channel is dead ... What did you mean? Best regards. -- MARCELO DE F. ANDRADE (aka "eleKtron") Belem, PA, Amazonia, Brazil Linux User #221105 [...@pará ~]# links http://pa.slackwarebrasil.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
