View Single Post
  #3  
Old 11-21-2012, 01:50 AM
andyf andyf is offline
Member
 
Join Date: Nov 2012
Posts: 11
Thanks, that worked, but now there's another error:

Code:
#
2012-11-21 10:02:53.833 [STDERR] /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- initializer (LoadError)
        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:251:in `block in require'
        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:236:in `load_dependency'
        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:251:in `require'
        from /usr/local/lsws/fcgi-bin/RailsRunner.rb:133:in `<main>'
Looking at line 133, it's another 'require':


Code:
    require 'initializer'

Last edited by andyf; 11-21-2012 at 02:06 AM..
Reply With Quote