stpl / redmine_wysiwyg

Redmine plugin that allows changing textile/default editor to wysiwyg.
10 stars 4 forks source link

Passenger Error #1

Open cowboycodur opened 10 years ago

cowboycodur commented 10 years ago

After bundle install

bundle install --without development test

Using RedCloth 3.0.4 Using execjs 2.0.2 Using libv8 3.11.8.17 Using ref 1.0.5 Using therubyracer 0.11.4 Using bundler 1.6.1 Your bundle is complete! Gems in the groups development and test were not installed. Use bundle show [gemname] to see where a bundled gem is installed.

Receive this trace...

cannot load such file -- redcloth (LoadError) /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in require' /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:inblock in require' /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in load_dependency' /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:inrequire' /usr/share/redmine/lib/plugins/redmine_wysiwyg/init.rb:3:in block in <top (required)>' /usr/share/redmine/config/initializers/00-core_plugins.rb:12:ineval' /usr/share/redmine/config/initializers/00-core_plugins.rb:12:in block in <top (required)>' /usr/share/redmine/config/initializers/00-core_plugins.rb:2:ineach' /usr/share/redmine/config/initializers/00-core_plugins.rb:2:in <top (required)>' /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:245:inload' /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:245:in block in load' /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:inload_dependency' /usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:245:in load' /usr/lib/ruby/vendor_ruby/rails/engine.rb:593:inblock (2 levels) in class:Engine' /usr/lib/ruby/vendor_ruby/rails/engine.rb:592:in each' /usr/lib/ruby/vendor_ruby/rails/engine.rb:592:inblock in class:Engine' /usr/lib/ruby/vendor_ruby/rails/initializable.rb:30:in instance_exec' /usr/lib/ruby/vendor_ruby/rails/initializable.rb:30:inrun' /usr/lib/ruby/vendor_ruby/rails/initializable.rb:55:in block in run_initializers' /usr/lib/ruby/vendor_ruby/rails/initializable.rb:54:ineach' /usr/lib/ruby/vendor_ruby/rails/initializable.rb:54:in run_initializers' /usr/lib/ruby/vendor_ruby/rails/application.rb:136:ininitialize!' /usr/lib/ruby/vendor_ruby/rails/railtie/configurable.rb:30:in method_missing' /usr/share/redmine/config/environment.rb:14:in<top (required)>' config.ru:3:in require' config.ru:3:inblock in

' /usr/lib/ruby/vendor_ruby/rack/builder.rb:51:in instance_eval' /usr/lib/ruby/vendor_ruby/rack/builder.rb:51:ininitialize' config.ru:1:in new' config.ru:1:in
' /usr/share/passenger/helper-scripts/rack-preloader.rb:112:in eval' /usr/share/passenger/helper-scripts/rack-preloader.rb:112:inpreload_app' /usr/share/passenger/helper-scripts/rack-preloader.rb:158:in <module:App>' /usr/share/passenger/helper-scripts/rack-preloader.rb:29:inmodule:PhusionPassenger' /usr/share/passenger/helper-scripts/rack-preloader.rb:28:in `
'

stpl commented 10 years ago

Have tested this with Apach and Phusion passenger. It is working properly.

Please provide more information to debug this.