[Rails] 'stack level too deep' error message
Nick Stuart
nicholas.stuart at gmail.com
Thu Jan 12 00:12:07 GMT 2006
Usually means your stack in a stupid loop somewhere. Inifinite
recursion at its best. :)
Hopefully its in your code where you can easily track down the problem.
On 1/11/06, Dave <davefox at csd.net> wrote:
> Hi,
>
> I'm trying to pull info from my company's ldap server. I can't use
> ActiveLDAP because our servers don't support schema queries.
>
> I've created the model and the controller can pull the information (I've
> verified this from the log). However, when it comes time for the view to
> query the LDAP::Entry object, I keep getting 'stack level too deep'.
>
> I've tried searching on-line (thou shalt query google before asking
> stupid questions!) and have not found anything.
>
> Any ideas what's going on?
>
> Thanks,
> Dave
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
More information about the Rails
mailing list