Ruby Forum Radiant CMS > Getting stack level too deep for admin.page/_node.html.haml

Posted by Frankie Chan (fchan)
on 29.07.2008 23:58
Just did a fresh gem install of radiant 0.6.8 and getting this error:

SystemStackError in Admin/page#index

Showing admin/page/_node.html.haml where line #1 raised:

stack level too deep

Extracted source (around line #1):

1: %tr.node{:id => "page-#{page.id}", :class
=>"level-#{level}#{children_class}#{virtual_class}"}
2:   - render_region :node, :locals => {:page => page, :level => level,
:simple => simple} do |node|
3:     - node.title_column do
4:       %td.page{:style => "padding-left: #{padding_left(level)}px"}

Trace of template inclusion: /admin/page/_node.html.haml,
/admin/page/index.html.haml

Can anyone help? Can't seem to find any answers
Posted by Sean Cribbs (seancribbs)
on 30.07.2008 00:15
(Received via mailing list)
Frankie,

I'll be pushing out 0.6.9 tonight probably.  This error only occurs in
development mode.  I'm sorry for the inconvenience.

Sean