I think you may have your DEBUG var (/app/config/core.php) set to 0 (production mode), which means that your cache isn't refreshed when you create new pages etc. So you should modify it to 1 or higher (development).
Good luck! On 6 jan, 16:09, Robby Anderson <[EMAIL PROTECTED]> wrote: > I've put "clearing the cache" on the top of my list of things to do > before I go into "oh crap" mode. :) Seems to solve all kinds of > problems. I keep meaning to create a small script to do it and then > call the script from my server start script, among other places. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
