It reminds me a problem I had with caching. The problem was coming from my last "Cache::config" declared in core.php because this one had "serialize => false" in it. I think this has been corrected, but my temporary solution was to make the last Cache::config set with serialize => true. After cleaning the tmp/cacke/persistent directory, everything was ok.
I really do not if this is linked, maybe just a hint. hth On Jan 14, 9:55 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi > > I was hoping someone could help me, I am hosting a site on Media > Temple Grid Service, using the method described here: > > http://walkerhamilton.com/435/setting-up-cake-on-the-new-gs > > It was all working great, until I updated to the latest beta of 1.2. I > am now getting a number errors including the fater error: > > Fatal error: Class 'Router' not found in /mnt/gs02/herd02/24139/ > domains/cake/dispatcher.php on line 333 > > The site is here: > > http://adiebodie.digitalbyname.com/ > > Can anyone help? > > Thanks > > Jono --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
