There are a number of reasons as to why you may be receiving this error message. The first place that you should check is your error log inside your Slamdot account. The next place that you should look is within the log directory for your Rails application. Both of these locations should provide you with a better understanding of what is going wrong within your application.
You have not properly enabled production mode in your environment.rb file by uncommenting **ENV[‘RAILS_ENV’] | = ‘production’**. |
You should first verify that your site runs under regular CGI mode before switching to FastCGI. You’ll need to restart your FastCGI processes whenever you make a change to your code while in FastCGI mode.