Chris Hartjes wrote: > You should do a recursive chmod on the tmp directory > > chmod -R 777 tmp/ > > and that will fix the problem. Everything in tmp should be 777 in my opinion. > > > -- > Chris Hartjes >
Imo, you should give read, write and execute (for directories) permissions to the user that your webserver runs as. Giving these same permissions to the group is also a good idea, just make sure that you (your username) also belongs to that group! Other then that, no-one should have write access. So i would recommend chmod -R775. 777 means that anyone who has an account on the system can change these files, changing the content of your website!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---