On Apr 9, 2:32 pm, angrysponge <[email protected]> wrote: > Hello all! > > While installing CE, I'm encountering the following error: > > $ script/generate plugin_migration > /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require': no such file to load -- /home/muldoon/rails/ > cetest/config/../vendor/plugins/engines/boot (LoadError) > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 31:in `require' > from /home/muldoon/rails/cetest/config/environment.rb:8 > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 31:in `gem_original_require' > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 31:in `require' > from /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/ > generate.rb:1 > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 31:in `gem_original_require' > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 31:in `require' > from script/generate:3 > > Any ideas on what may be wrong? For reference: > > $ cat config/environment.rb > RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION > > require File.join(File.dirname(__FILE__), 'boot') > require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/ > boot') > > Rails::Initializer.run do |config| > config.plugins = [:engines, :community_engine, :white_list, :all] > config.plugin_paths += ["#{RAILS_ROOT}/vendor/plugins/ > community_engine/engine_plugins"] > config.time_zone = 'UTC' > end > > require "#{RAILS_ROOT}/vendor/plugins/community_engine/engine_config/ > boot.rb" > > thx!
Fixed! I neglected to install the other required gems, as the README so clearly stated: rmagick hpricot htmlentities RedCloth rake 0.8.3 haml 2.0.5 (updated for Rails 2.2.2) aws-s3 (if using s3 for photos) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
