On Oct 5, 4:41 pm, "Gonzalo Servat" <[EMAIL PROTECTED]> wrote: > On 10/5/07, Kaj Kandler <[EMAIL PROTECTED]> wrote: > [..snip..] > > You might want to check the permissions of the app/tmp/cache directory too > (make them the same perms as the tmp directory) > > HTH, > Gonzalo. Thanks Conzalo, you brought me thinking of the correct solution.
cakePHP does not only want /app/tmp to be existing and writable, but it needs the whole pre-made tree. So I extracted the whole tree under /app/tmp from the cakePHP .tar and gave ti the right permission (775 is enough) and it works again. Somehow I assumed, that /app/tmp would build its own directory tree as needed. WRONG! My fault. K<o> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
