I'm having this same problem... Dead simple application created in 1.2.6. No database, no sessions, pretty much a site which could have just been static HTML, but was planned to extend beyond that (and now is).
What's confusing to me about the suggestion made by the error message (to add config.action_controller.session into environment.rb) is that it looks identical in purpose to the code in /initializers/session_store.rb. Either way, adding the code to environment.rb, and making sure the key was the same in session_store.rb, did not fix the problem. mongrel log still reports the same error, and the app still won't start up. BTW -- I have upgraded another 1.2.6 app, but that one used db session store, and it worked immediately after my update process. -- gw -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

