Hey all, I'm trying to upgrade to Radiant 1.1.1 (from the 1.0 rc3 release) due to the new security patch, but when trying to load the admin section I'm getting the error below. Any ideas on what might be going on, or what I might be missing?
ActionView::TemplateError (undefined local variable or method `allowed_children_cache' for #<Page:0x105083918>) on line #22 of /Library/Ruby/Gems/1.8/gems/radiant-1.1.1/app/views/admin/pages/_node.html.haml: 19: %td.actions 20: = page.add_child_option 21: = page.remove_option 22: 23: - if expanded 24: - page.children.each do |child| 25: - child.becomes(child.class_name.constantize) if child.class_name.present? Eric
