Hello Radiant 0.6.9 with reorder & gallery extensions. FreeBSD 7.1 with thin 1.0.0, ruby 1.8.7p72, apache 2.2.10.
I wanted to change my configuration from one to two instances of radiant (with thin and a apache mod_proxy_balancer configuration) so I stopped & restarted it. Didn't start. Went back to single instance, same thing. Saw the following backtrace so I tried to remove the "gallery" extension but now thin can not find ApplicationController! Anyone with an idea? I can't go to 0.7.1 till "reorder" is ported and I can't remove gallery unless I disable the extension in the admin part but it does not even start :( ----- /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.9/vendor/rails/activerecord/lib/../../active support/lib/active_support/dependencies.rb:249:in `load_missing_constant': Expected /data/www/radiant/vendor/extensions/gallery/app/models/gallery_item.rb to define GalleryItem (Lo adError) from /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.9/vendor/rails/activerecord/lib /../../activesupport/lib/active_support/dependencies.rb:453:in `const_missing' from /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.9/vendor/rails/activerecord/lib /../../activesupport/lib/active_support/dependencies.rb:465:in `const_missing' from /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.9/vendor/rails/activerecord/lib /../../activesupport/lib/active_support/dependencies.rb:471:in `send' from /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.9/vendor/rails/activerecord/lib /../../activesupport/lib/active_support/dependencies.rb:471:in `const_missing' from /data/www/radiant/vendor/extensions/gallery/gallery_extension.rb:66:in `init' from /data/www/radiant/vendor/extensions/gallery/gallery_extension.rb:65:in `class _eval' from /data/www/radiant/vendor/extensions/gallery/gallery_extension.rb:65:in `init' from /data/www/radiant/vendor/extensions/gallery/gallery_extension.rb:39:in `activ ate' from /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.9/lib/radiant/extension.rb:34:i n `activate' from /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.9/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/inflector.rb:257:in `to_proc' ---- The first line of gallery/app/model/gallery_item.rb is class GalleryItem < ActiveRecord::Base Radiant has its own rails bundled so I do not expect the fact that I have 2.2.2/2.1.2/2.0.2 of rails as gems as a problem. -- Ollivier Robert - _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
