Saturday, November 29, 2008

Re: Warning 512 error, I make the tmp dir writable and I get more errors

Yes that did it! Thank you so much. It was driving me crazy.

On Nov 29, 1:12 am, majna <majna...@gmail.com> wrote:
> check permission of this file:tmp/cache/persistent/
> cake_core_core_paths
>
> set permissions totmprecursive.
> chmod -R 0777tmp
>
> On Nov 29, 6:04 am, Tony <t3proje...@gmail.com> wrote:
>
> > This is driving me crazy and I have googled this and nothing that I
> > have found is fixing this problem I'm having.
>
> > I'm getting the typicalWarning512errorwhere it says that my "app/
> >tmp/cache/ is not writable". I go to chmod 777 this directory and all
> > hell brakes loose on me and I get a whole bunch of errors.
>
> >Warning: unlink(/Users/myname/Sites/myapp/app/tmp/cache/persistent/
> > cake_core_core_paths) [function.unlink]: Permission denied in /Users/
> > myname/Sites/myapp/cake/libs/file.php on line 279
>
> >Warning: fopen(/Users/myname/Sites/myapp/app/tmp/cache/persistent/
> > cake_core_core_paths) [function.fopen]: failed to open stream:
> > Permission denied in /Users/myname/Sites/myapp/cake/libs/file.php on
> > line 146
>
> > What's happening here and how can I fix this?
--~--~---------~--~----~------------~-------~--~----~
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: