On Apr 16, 3:37 am, Will Poillion <[email protected]> wrote: > Please can anyone provide any advice at all? I'm searching through > the core libs trying to figure out where the Config data is being > written into the Session. When I do Session->error() I consistently > get "Config doesn't exist" meaning I think it doesn't have the config > variables telling it what type of session storage to use (php, cake, > database) and what location to go in along with the other config > variables.
What version are you running? I'm on 1.2.6 and don't see that error string in the CakeSession class nor the SessionHelper or SessionComponent. But, if you're using another version, track down the string. It'll probably give you a clue. I know that I've seen similar problems reported but I can't remember what the fix is. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
