Hello everyone.
I'm a bit of a newbie, so forgive me if this has already been discussed.
I just got a typo site up and running. It's at:
http://8misbehaving.carneyweb.com
It doesn't have any real content yet, but at least it's up and running.
In any case, I've run into a problem. If you either click on the
"Articles" link in the "Syndicate" sidebar, or the "RSS" feed link in
the URL bar, it fails to syndicate the articles with an error. If I go
to the logs, here's what I see:
rocessing ArticlesController#index (for 144.212.217.24 at 2008-03-21
12:34:52) [GET]
Parameters: {"format"=>"rss", "action"=>"index",
"controller"=>"articles"}
> ActionController::MissingTemplate (Missing layout ../../themes/
> laughingatyou/layouts/default in view path /Users/carney/
> 8Misbehaving/themes/laughingatyou/views:/Users/carney/8Misbeha
> ving/app/views):
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/base.rb:1269:in `assert_existence_of_template_file'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/layout.rb:257:in `render_without_benchmark'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/benchmarking.rb:51:in `render'
> /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/benchmarking.rb:51:in `render'
> /app/controllers/application.rb:26:in `rescue_action_in_public'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/rescue.rb:125:in `rescue_action'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/rescue.rb:203:in `perform_action_without_caching'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/caching.rb:678:in `perform_action'
> /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/
> active_record/connection_adapters/abstract/query_cache.rb:33:in
> `cache'
> /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/
> active_record/query_cache.rb:8:in `cache'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/caching.rb:677:in `perform_action'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/base.rb:524:in `send'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/base.rb:524:in `process_without_filters'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/filters.rb:685:in
> `process_without_session_management_support'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/session_management.rb:123:in `process'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/base.rb:388:in `process'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/dispatcher.rb:171:in `handle_request'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/dispatcher.rb:115:in `dispatch'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/dispatcher.rb:126:in `dispatch_cgi'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/dispatcher.rb:9:in `dispatch'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> rails.rb:76:in `process'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> rails.rb:74:in `synchronize'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> rails.rb:74:in `process'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 159:in `process_client'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 158:in `each'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 158:in `process_client'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 285:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 285:in `initialize'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 285:in `new'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 285:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 268:in `initialize'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 268:in `new'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 268:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> configurator.rb:282:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> configurator.rb:281:in `each'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> configurator.rb:281:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/
> mongrel_rails:136:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> command.rb:212:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/
> mongrel_rails:252
> /opt/local/bin/mongrel_rails:16:in `load'
> /opt/local/bin/mongrel_rails:16
>
> /!\ FAILSAFE /!\ Fri Mar 21 12:34:52 -0400 2008
> Status: 500 Internal Server Error
> Missing layout ../../themes/laughingatyou/layouts/default in view
> path /Users/carney/8Misbehaving/themes/laughingatyou/views:/Users/
> carney/8Misbehaving/app/views
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/base.rb:1269:in `assert_existence_of_template_file'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/layout.rb:257:in `render_without_benchmark'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/benchmarking.rb:51:in `render'
> /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/benchmarking.rb:51:in `render'
> /Users/carney/8Misbehaving/app/controllers/application.rb:26:in
> `rescue_action_in_public'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/rescue.rb:125:in `rescue_action'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/rescue.rb:203:in `perform_action_without_caching'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/caching.rb:678:in `perform_action'
> /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/
> active_record/connection_adapters/abstract/query_cache.rb:33:in
> `cache'
> /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/
> active_record/query_cache.rb:8:in `cache'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/caching.rb:677:in `perform_action'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/base.rb:524:in `send'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/base.rb:524:in `process_without_filters'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/filters.rb:685:in
> `process_without_session_management_support'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/session_management.rb:123:in `process'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/base.rb:388:in `process'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/dispatcher.rb:171:in `handle_request'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/dispatcher.rb:115:in `dispatch'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/dispatcher.rb:126:in `dispatch_cgi'
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/
> action_controller/dispatcher.rb:9:in `dispatch'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> rails.rb:76:in `process'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> rails.rb:74:in `synchronize'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> rails.rb:74:in `process'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 159:in `process_client'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 158:in `each'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 158:in `process_client'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 285:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 285:in `initialize'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 285:in `new'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 285:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 268:in `initialize'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 268:in `new'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel.rb:
> 268:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> configurator.rb:282:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> configurator.rb:281:in `each'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> configurator.rb:281:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/
> mongrel_rails:136:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/lib/mongrel/
> command.rb:212:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/
> mongrel_rails:252
> /opt/local/bin/mongrel_rails:16:in `load'
> /opt/local/bin/mongrel_rails:16
Does anyone have any idea what I could do to fix this?
Thanks for any help you can provide.
- Mike.
_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list