On Nov 27, 2007 4:59 PM, Dodger <[EMAIL PROTECTED]> wrote: > > > Hi Chris, > > It's a cache file, it should be managed by the framework. I have tried > adding this file to the folder, and it just gets deleted by Cake.
Have you tried the following: 1) delete the contents of tmp 2) recreate the tmp directory with the proper permissions as indicated in the manual 3) set debug in core/config.php to at least 1 (I usually leave it at 1 unless I want to debug some SQL) 4) run your app. That *should* recreate any cache files it's looking for. Hope that helps. -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @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 -~----------~----~----~----~------~----~------~--~---
