Check if the tmp folder exist in your app directory. if not create the folder with the subfolders (take it from the sample "app" application). You also need to give the write persmission to these foders (Linux), use chmod to do so.
On Jun 14, 10:48 am, Mike A <[EMAIL PROTECTED]> wrote: > Hi > > Completely new to cake, i tried to follow this > site:http://grahambird.co.uk/cake/tutorials/ajax.php > > I got theese errors all over > > Warning: file_put_contents(/var/www/localhost/htdocs/root/app/tmp/ > cache/models/default_task_list) [function.file-put-contents]: failed > to open stream: Permission denied in /var/www/localhost/htdocs/root/ > cake/basics.php on line 931 > > Anyone know how to solve this? > > Thanks in advance > Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
