Re: [Radiant] (stack level too deep) on admin pages

2009-10-30 Thread Sean Cribbs
That's helpful, but not entirely accurate. I encountered this problem in development mode when an extension that uses alias_method_chain gets reloaded but its previous amc was not removed from the class. Thus you get it aliasing the method over and over. In most cases I was able to run in

[Radiant] (stack level too deep) on admin pages

2009-10-29 Thread James Smith
Hi, Radiant 0.8.1 is installed, rails 2.3.4, ruby 1.8 running with mongrel. The main site itself works, with all the content in place etc. But once I log into the admin pages, I receive a stack level too deep error and I'm totally lost with it. It was working until a Radiant update was

Re: [Radiant] (stack level too deep) on admin pages

2009-10-29 Thread Nicholas Henry
Hello James: The issue is not specifically Radiant, but more to do with how your Ruby installation has been compiled: http://stackoverflow.com/questions/242617/how-to-increase-stack-size-for-a-ruby-app-recursive-app-getting-stack-level-too Admittedly, my solution to the problem was to install