The first two warnings are important, the rest is a consequence of these first two.
If you look at the warning message it's complaining that it can't write to app/tmp. You should make app/tmp and all directories within writable. On a SSH terminal you would do: $ chmod -R 777 /home/ideia/public_html/hipertexto/web/app/tmp -MI --------------------------------------------------------------------------- Remember, smart coders answer ten questions for every question they ask. So be smart, be cool, and share your knowledge. BAKE ON! -----Mensaje original----- De: [email protected] [mailto:[EMAIL PROTECTED] En nombre de Rafael Apocalypse Enviado el: Jueves, 07 de Diciembre de 2006 02:56 p.m. Para: [email protected] Asunto: me again, warning and url... Hi you All, I'm joing the group again, now with some more knowledge about MVC and OO. But I have some doubts with cake: 1st. I just upload the cake dir, and place a controller, I'm studing the cake blog tutorial, and when I load the posts I get a lot of warnings, as I placed down here: -> Warning: file_put_contents(/home/ideia/public_html/hipertexto/web/app/tmp/cache/model s/default_ideia_hipertexto_list) [function.file-put-contents]: failed to open stream: Permission denied in /home/ideia/public_html/hipertexto/web/cake/basics.php on line 835 Warning: file_put_contents(/home/ideia/public_html/hipertexto/web/app/tmp/cache/model s/default_posts) [function.file-put-contents]: failed to open stream: Permission denied in /home/ideia/public_html/hipertexto/web/cake/basics.php on line 835 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
