I get this error as well. Its because rails is seeing two geometry.rb files. But what's weird is that the attachment_fu plugin and page_attachments extension require geometry.rb separately from each other. So if you get rid of either, you'll get dysfunctional breakage both ways. I don't quite know how to fix it.
Ben Morrow wrote: > I accidentally ran the rake update task for the Page Attachments > extension a second time. Now whenever I boot up the server I get the > following: > > vendor/extensions/page_attachments/lib/geometry.rb:6: warning: already > initialized constant FLAGS > vendor/extensions/page_attachments/lib/geometry.rb:11: warning: already > initialized constant RFLAGS > vendor/extensions/page_attachments/lib/geometry.rb:28: warning: already > initialized constant RE > > Is there a way to go back to the state before the update? I wouldn't > otherwise mind, since this doesn't seem to affect local operation, but > on Dreamhost, the server doesn't take kindly to the messages. > > Thanks in advance, > > Ben -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
