Help Error: Mongrel/Radiant Config Issue

Hi All,

I’m new to ruby/rails/radiant and I can’t find any mention of this
problem on the internet - I was hoping you might be able to help me
solve this. This is the mongrel log file below. Thanks in advance.

** Daemonized, any open files are closed. Look at log/mongrel.pid and
log/mongrel.log for info.
** Starting Mongrel listening at 0.0.0.0:4092
** Starting Rails with production environment…
/home/northum/ruby/gems/gems/radiant-0.9.1/vendor/rails/activesupport/
lib/active_support/dependencies.rb:417:in load_missing_constant': Object is not missing constant ShopProductAttachment! (ArgumentError) from /home/northum/ruby/gems/gems/radiant-0.9.1/vendor/rails/ activesupport/lib/active_support/dependencies.rb:80:inconst_missing’
from /home/northum/ruby/gems/gems/radiant-0.9.1/vendor/rails/
activesupport/lib/active_support/dependencies.rb:92:in const_missing' from /home/northum/ruby/gems/gems/radiant-0.9.1/vendor/rails/ activesupport/lib/active_support/dependencies.rb:98:insend’
from /home/northum/ruby/gems/gems/radiant-0.9.1/vendor/rails/
activesupport/lib/active_support/dependencies.rb:98:in const_missing' from /home/northum/ruby/gems/gems/radiant-0.9.1/vendor/extensions/ shop/shop_extension.rb:19 from /usr/local/rvm/rubies/ruby-1.8.6-p399/lib/ruby/site_ruby/1.8/ rubygems/custom_require.rb:31:ingem_original_require’
from /usr/local/rvm/rubies/ruby-1.8.6-p399/lib/ruby/site_ruby/1.8/
rubygems/custom_require.rb:31:in require' from /home/northum/ruby/gems/gems/radiant-0.9.1/vendor/rails/ activesupport/lib/active_support/dependencies.rb:158:inrequire’
… 28 levels…
from /usr/local/rvm/gems/ruby-1.8.6-p399/gems/mongrel-1.1.5/bin/…/
lib/mongrel/command.rb:212:in run' from /usr/local/rvm/gems/ruby-1.8.6-p399/gems/mongrel-1.1.5/bin/ mongrel_rails:281 from /usr/local/rvm/gems/ruby-1.8.6-p399/bin/mongrel_rails:19:inload’
from /usr/local/rvm/gems/ruby-1.8.6-p399/bin/mongrel_rails:19

On Tue, Nov 30, 2010 at 9:31 AM, bh7322 [email protected] wrote:

Object is not missing constant ShopProductAttachment! (ArgumentError)

looks like something called “ShopProductAttachment” might be having a
problem. do you have any extensions installed that are named like
that? what happens if you disable it (move it out of vendor/extensions
or remove the config.gem line that loads it from
config/environment.rb) and try to start mongrel?