Hi David, it's a strange error. I just tried a fresh installation with
Radiant 0.6.9 and the latest version of the gallery with the latest version
of attachment_fu and all works correctly.
Reading your log it seems that the error is at the following line:

  :path_prefix => Radiant::Config["gallery.path_prefix"],
  :processor => Radiant::Config["gallery.processor"]

Can you try to replace the above lines with:

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

Let me know.

-- 
Andrea Franz
http://gravityblast.com
_______________________________________________
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