artisanroast
12-11-2006, 02:19 PM
Hi,
My website (www.artisanroast.com) is suddenly not working and I'm clueless as to why. Here is the last entries of production.log:
Processing Base#index (for 38.98.120.82 at 2006-12-11 13:58:46) [GET]
Session ID: 169923d98325cfffa2524b604c445093
Parameters: {}
ActionController::RoutingError (Recognition failed for "/store"):
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/routing.rb:522:in `recognition_failed'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/routing.rb:512:in `recognize!'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispatcher.rb:38:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:150:in `process_request'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:54:in `process!'
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:612:in `each_cgi'
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each'
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:53:in `process!'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:23:in `process!'
dispatch.fcgi:24
What I don't understand is that my 'admin' controller works just fine but somehow my 'store' controller can't be recognized. I do have a StoreController and the website used to work.
Any help would be greatly appreciated!
Thanks,
Louis
My website (www.artisanroast.com) is suddenly not working and I'm clueless as to why. Here is the last entries of production.log:
Processing Base#index (for 38.98.120.82 at 2006-12-11 13:58:46) [GET]
Session ID: 169923d98325cfffa2524b604c445093
Parameters: {}
ActionController::RoutingError (Recognition failed for "/store"):
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/routing.rb:522:in `recognition_failed'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/routing.rb:512:in `recognize!'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispatcher.rb:38:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:150:in `process_request'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:54:in `process!'
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:612:in `each_cgi'
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each'
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:53:in `process!'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:23:in `process!'
dispatch.fcgi:24
What I don't understand is that my 'admin' controller works just fine but somehow my 'store' controller can't be recognized. I do have a StoreController and the website used to work.
Any help would be greatly appreciated!
Thanks,
Louis