On Dec 5, 8:29 pm, mvidberg <[EMAIL PROTECTED]> wrote:
> Had a strange problem come up while going through the CakePHP blog
> tutorial. I added the view and controller files using a different
> user account than what I had installed the base CakePHP system with.
> It came up with errors about not being able to find the view file
> posts.ctp even though it was there and had permissions set to 777. It
> worked when I changed the file ownership to the same as the base
> system. Does Cake check file ownership before it will recognize view
> files? Why didn't the error in Cake tell me it was an ownership issue
> instead of telling me the file didn't exist?
Cake doesn't check file ownership, if it can see it, it'll use it.
That's also the reason your last question can't be answered the way
you want it to be.
hth,
AD
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---