Maurizio Balestrieri wrote:
> Hello John. The site (as an instance) is running fine, with several
> pages (BTW, thank you again for Radiant!). I've just a problem in
> exporting it.

Ok, I think I found the problem. It's fixed in head:

   http://dev.radiantcms.org/radiant/changeset/103

The problem was in app/controllers/admin/export_controller.rb with this 
line:

   model :exporter, :user, :page, :page_part, :snippet, :layout

It should be:

   model 'radiant/exporter', :user, :page, :page_part, :snippet, :layout

I'm not sure why this only showed up in instance mode.

Since you probably don't want to wait another couple of weeks for the 
next release of Radiant, you have two options:

   1. Make the appropriate change in your gem source directory

   2. Run it in application mode instead of instance

Let me know if that fixes your problem.

--
John Long
http://wiseheartdesign.com
_______________________________________________
Radiant mailing list
[email protected]
http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to