On Jul 29, 12:05 am, Simon D <[email protected]> wrote: > Hello, > > One of my friends paid a fair share of money for a website and the > company that developed his site just left him and told him they would > no longer host his site because he didn't want to pay $150/mo for > hosting. > > I have never worked with Ruby before, but manage to transfer his > website to Hostgator (after a great deal of headache). > > I have ArkansasLiveMusic.com up and running on hostgator and have > fixed numerous issues (such as depricated commands, etc), but I am > stuck with a problem. > > If you go here:http://www.arkansaslivemusic.com/ > and click on 'Purchase' on either of the two events, and then click > "purchase" again in the middle screen, you will get the following > error: > > Application error > Change this error message for exceptions thrown outside of an action > (like in Dispatcher setups or broken Ruby code) in public/500.html >
I've seen stuff blow up like that when it couldn't write to the session (although with a cookie store that seems fairly unlikely). What version of rails are you running. Fred -- 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.

