Hi, I am trying to setup typo on my laptop to play around with. However after following the steps listed in the README file, I get a blank page when accessing http://localhost:3000, and the server output shows a 500 error.
Is this a known problem (with a known solution)? Here is some additional information: I downloaded and extracted the tarball, created the database schema (postgresql) and changed the config/database.yml file accordingly. I have tested the postgresql account by using pgadmin3 and everything seems to be in order. The output of the startup process seems normal: typo-2.6.0/script$ ./server -e production => Rails application started on http://0.0.0.0:3000 => Ctrl-C to shutdown server; call with --help for options [2005-12-02 19:56:41] INFO WEBrick 1.3.1 [2005-12-02 19:56:41] INFO ruby 1.8.3 (2005-06-23) [i486-linux] [2005-12-02 19:56:41] INFO WEBrick::HTTPServer#start: pid=15193 port=3000 When I load up http://localhost:3000 in the browser the following gets written to the server output console 127.0.0.1 - - [02/Dec/2005:20:03:27 CET] "GET / HTTP/1.1" 500 0 - -> / and this gets added to log/production.log (complete stacktrace removed): Processing Base#index (for 127.0.0.1 at 2005-12-02 20:03:27) [GET] Parameters: {} MissingSourceFile (no such file to load -- articles_controller): /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__' ... followed by a stack trace It should be noted that I use other rails apps on this same laptop without problems. The permission of all the folders is set to drwxr-xr-x Any help would be greatly appreciated. Best regards, Einar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20051202/e385b06d/attachment.htm
