Hello, i''m a newbie on RoR. I generated a first little application and tested it under webrick - it worked. Now i uploaded it to the providers host (tibit) and configured everything on the server. But when i call my application, i get only a Application error Rails application failed to start properly and i do not find any message in any logfile. Do you have a tip for me, where to search? Thanks, aahz -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Aahz, Make sure that your log directory & associated logs are writable (probably should also add a .htaccess to prevent anyone from seeing/ modifying as well). Also check your server''s standard logs...I found on my host that rails raised the logging level to stderr which ended up in an error log, but your host probably is different. Several things to other things to check are the permissions on your dispatch method (.cgi, .rb, .fcgi) and ensure they are 755. -Dale --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---