Have you restarted the server? Any environment change will result in
an internal error, until you restart your server.

Hope that helps =)



On Oct 13, 6:11 am, Frederick Cheung <[EMAIL PROTECTED]>
wrote:
> Check your log files. "the internal server error" could be any number
> of things,from a syntax error to a misconfiguration
>
> Your authentication token problems could be because when if you make a
> request to a different subdomain than the one that created the form it
> probably isn't sending the session cookie (which the authentication
> token is derived from)
>
> Sent from my iPhone
>
> On 12 Oct 2008, at 19:52, Tom Eustace <[EMAIL PROTECTED]
>
> s.net> wrote:
>
> > Hi all,
>
> > this is hopefully a quick one for gurus.  I edited my environment.rb
> > file, commenting out these lines:
>
> > config.action_controller.session = {
> >    :session_key => '_test_session',
> >    :secret      => 'long key here'
> >  }
>
> > When I browsed to my app, I got the internal server error, I
> > immediately
> > reverted the changes but still get the error.  I tried a different pc
> > and also got the error.  Why is this happening and what can I do to
> > resolve it.
>
> > p.s. I commented out the lines as I was getting invalid authentication
> > token errors, when sending form data, I'm using a subdomain.
>
> > Any pointers for a ruby newb greatly appreciated,
> > thanks
> > T
> > --
> > Posted viahttp://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 rubyonrails-talk@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to