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?

PS - this isn't an apache issue, since my controller file worked fine
regardless of having different ownership from the base system... it's
just the views giving the problem

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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