Hi all, I recently upgraded to Cake 1.2 RC2 and deployed it on my server. Something strange happened. The installation kept saying that it could not find the 'Security' class in CORE/session.php and then dying. Very frustrating.
I was really at a loss what to do when I just started. I had the session component defined in app_controller.php , so I commented that out, set debug to 2 and ran one of my actions. Lo and behold, the action ran. Then I uncommented the components in app_controller and then the whole app started working normally. I think it has something to do with the fact that the files in app/tmp/cache/persistent had not been generated by the system. Once these had been generated, things worked normally. What should I be doing exactly to get this working without having to comment and uncomment things. seems very random. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
