On 5/4/07, John W. Long <[EMAIL PROTECTED]> wrote:
> http://dev.radiantcms.org/radiant/wiki/HowToUpgrade05xTo06

I followed it and it worked to an extend.  The site is up and running
but as soon as I try to
go to the admin part, it says:

Any idea?
-----
Processing PageController#index (for 192.93.23.254 at 2007-05-07 12:10:56) [GET]
  Session ID: 5428812cae82c78eaaed9c34fcff3ac8
  Parameters: {"action"=>"index", "controller"=>"admin/page"}
Rendering  within layouts/application
Rendering admin/page/index


ActionView::TemplateError (The single-table inheritance mechanism
failed to locate the subclass: 'Archive'. This error is raised because
the column 'class_name' is reserved for storing the class in case of
inheritance. Please rename this column if you didn't intend it to be
used for storing the inheritance class or overwrite
Page.inheritance_column to use another column for that information.)
on line #44 of admin/page/_node.rhtml:
41: <% level = level + 1 -%>
42: <%
43: if expanded
44:   page.children.each do |child|
45: -%>
46: <%= render_node child, :level => level, :simple => simple -%>
47: <%
-----
-- 
Ollivier Robert -
_______________________________________________
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