Hi all,

any hints why the gallery extension is not working on dreamhost?
I am running some radiant cms on dreamhost, all work. but
gallery extension seems to have a problem with attachment_fu.
if I start the app:

Expected aaa/vendor/extensions/gallery/app/models/gallery_item.rb to define 
GalleryItem

../../activesupport/lib/active_support/dependencies.rb:249:in 
`load_missing_constant'

../../activesupport/lib/active_support/dependencies.rb:453:in`const_missing'




if i comment out lines 15 - 40 of app/model/gallery_item.rb it works.
I think the problem occurs with:

  has_attachment :storage => :file_system   ....
  after_attachment_saved
  before_thumbnail_saved


any hints?

I tried to use:

  :path_prefix => 'public/galleries',
  :processor => 'rmagick' # or something else


but this does not fix the problem...

I would appreciate any help. thanks in advance

regards,
patrick
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to