On 2/19/07, Oliver Barnes <[EMAIL PROTECTED]> wrote: > hello again, > so followed the suggestion to install my own rubygems and then install > the radiant gem. > got everything going, on webrick the admin came up fine. but when I > tried to use dreamhost's standard apache/fcgi, the application didn't > start, getting the application error "Rails application failed to > start properly" and nothing on the logs. > > i then tried running it on cgi, but got the same problem. what could > be causing this? >
Check that public/dispatch.cgi or .fcgi uses the correct shebang! line for dreamhost: http://wiki.dreamhost.com/index.php/Ruby_on_Rails Also check the .htaccess rewrite rules (that point to fcgi instead of .cgi). -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
