looks like you may need to install the aws_s3 gem. gem install aws_s3
should do the trick. attachment_fu is used to store all of the images associated with your site. it has the option of using S3 for storage, and thus, requires the gem. hope this helps. -- Levi Rosol Twitter: @LeviRosol On Thu, Dec 11, 2008 at 1:18 PM, MW <[email protected]> wrote: > > I tried to run the migration script but always this error appears: > > .../rails/CE_TESTAPP# script/generate plugin_migration > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require': no such file to load -- technoweenie/ > attachment_fu/backends/s3_backend (MissingSourceFile) > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb: > 31:in `require' > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:153:in `require' > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:521:in `new_constants_in' > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:153:in `require' > from /usr/local/rails/renofon/vendor/plugins/community_engine/ > engine_config/initializers/attachment_fu_patch.rb:16 > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:142:in > `load_without_new_constant_marking' > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:142:in `load' > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:521:in `new_constants_in' > ... 16 levels... > from /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/ > generate.rb:1 > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb: > 31:in `gem_original_require' > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb: > 31:in `require' > from script/generate:3 > > > Any ideas? What has attachment_fu to do with this???? > > THX a lot > > Matz > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
