Hi Frank,

Try flushing your caches by deleting the files in ........../app/tmp/
cache/(models|persistent|views) directory. The cache files are
sometimes written with wrong file permissions if you execute bake (or
any other shell) prior to visiting one of your app's pages via
browser.  This way the cache files belong to the user which executed
the shell and are readable/writable by the apache user.

Also see:
http://groups.google.com/group/cake-php/browse_thread/thread/c70af5d64315748b/46ff391c8d279c1b?lnk=gst&q=permission+denied#46ff391c8d279c1b

for more info on how to disable caching in shells.

- David

On Aug 31, 7:04 am, xfh <[EMAIL PROTECTED]> wrote:
> I thought I added this posting already by google groups, but it didn't
> show up anywhere again, so I post it new ... it also didn't forward to
> my e-mail and I guess it still won't with this new posting. Please
> send me a link to your reply if possible to   [EMAIL PROTECTED]
> because I also don't get any link to my posting presented by google
> groups. Also I can't see the url of the CakePHP group so to go there
> directly instead of connecting by google groups.
>
> Thx, Frank
>
> Doing the first CakePHP tutorial when checking out the
>
> http://www.example.com/posts/indexI get those error messages. Any
>
> suggestions why + how to fix this ?
>
> Warning:
>
> file_put_contents(/var/www/vhosts/picmoweb.com/subdomains/dev/httpdocs/
> app
>
> /tmp/cache/models/default_cake_blog_tutorial_list)
>
> [function.file-put-contents]: failed to open stream: Permission denied
> in
>
> /var/www/vhosts/picmoweb.com/subdomains/dev/httpdocs/cake/basics.php
> on
>
> line 936
>
> Warning:
>
> file_put_contents(/var/www/vhosts/picmoweb.com/subdomains/dev/httpdocs/
> app
>
> /tmp/cache/models/default_posts) [function.file-put-contents]: failed
> to
>
> open stream: Permission denied in
>
> /var/www/vhosts/picmoweb.com/subdomains/dev/httpdocs/cake/basics.php
> on
>
> line 936
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to