Not sure whether this will help or not, but I got this problem when testing locally. I was modifying CAKE_CORE_INCLUDE_PATH to point to a different cakePHP core folder.
In one instance, clearing out the tmp folder fixed the problem, in another instance restarting apache helped. Haven't encountered it again though. -- Kevin Lloyd 3HN Designs http://www.3HNDesigns.com/ (214) 473-4207 On Jan 14, 2008 3:02 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Just incase anyone has the same problem I have managed to find a fix. > Before I was editing the webroot/index.php with the new paths. Instead > I uploaded everything into the domain folder on media temple and then > created a symbolic link 'html' to point to 'webroot'. Since doing this > it has all worked great. > > On Jan 14, 3:01 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > Hi > > > > There is no cached files, I have deleted them all and I have disabled > > caching. > > > > On 14 Jan, 14:55, francky06l <[EMAIL PROTECTED]> wrote: > > > > > Regarding the error message I got when I tried your site, seems that > > > the cached file content are incorrect (not an array). Did you check > > > the files ? I mean edit them and check if they are serialized arrays? > > > > > On Jan 14, 3:48 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > > wrote: > > > > > > Hi Francky > > > > > > Thanks for your reply, unfortunately this did not work. Driving me > > > > crazy, I just can't see anything wrong, and it happened as soon as > > > > upgraded to the latest version. > > > > > > On 14 Jan, 13:37, francky06l <[EMAIL PROTECTED]> wrote: > > > > > > > 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 -~----------~----~----~----~------~----~------~--~---
