Tuesday, November 4, 2008

Re: Warning (2): fopen(cakephp/app/tmp/cache/persistent/cake_core_dir_map) [function.fopen]: failed to open stream: Permission denied [CORE/cake/libs/file.php, line 146]

Are you executing the cake app using cron? If so, try to put
umask(002); in bootstrap and purge tmp files.

On Nov 3, 10:50 am, Malcolm Krugger <chennaiprogram...@gmail.com>
wrote:
> Sorry I should have mentioned earlier
>
> I set 777 perms for /app/tmp and all of its subdirectories too already
>
> Mal
>
> On Nov 2, 7:36 pm, Anupom <anupom....@gmail.com> wrote:
>
> > I think you need to set writable permission to the /app/tmp directory and
> > its subdirectories.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: