OK, well I finally understand what the error means and felt sorta dumb. I see that it was looking for a directory that didn't exist WITHIN the tmp folder. Specifically 'app\tmp\cache\models\'.
I am in windows, so I didn't think it was permission problems like that. I added the cache and models folders and the errors went away. I guess there is no logic to create the folders if they don't exist? Why aren't the tmp/cache folders including in the folder structure from the git go? ie: why isn't it mentioned in the install or come included with the downloadable archive? - Dustin On Jan 25, 1:24 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On 1/25/07, Dustin <[EMAIL PROTECTED]> wrote: > > > > > That's odd, I don't even have a directory in app called tmp. That > > folder doesn't come with the basic archive does it? > > > I added the folder and made double-checked permissions, it all looks > > ok. Still doing the same thing. > > > I am using the development install where everything is under the htdocs > > folder (ie: htdocs/app, htdocs/cake, htdocs/docs, htdocs/index.php).That > > error ONLY occurs when the permissions haven't been set. I > suggest using the firehose permissions setting (in UNIX, doing a chmod > -R 777 on the tmp directory) and those errors will definitely go away. > > -- > Chris Hartjes > > My motto for 2007: "Just build it, damnit!" > > rallyhat.com - digitial photo scavenger hunt > @TheBallpark -http://www.littlehart.net/attheballpark > @TheKeyboard -http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
