Re: [Radiant] Recursion error: already rendering the part

2009-11-29 Thread Dmitry Belitsky
Thanks Benny, will write extension for undo this. I really need use same parts on one page more then ones. On Nov 25, 2009, at 11:25 AM, Benny Degezelle wrote: >> Hello, >> i'm still getting error about recursion, >> it happens not only local, but on my server also. >> What should i check? >> Any

Re: [Radiant] Recursion error: already rendering the part

2009-11-25 Thread Benny Degezelle
> Hello, > i'm still getting error about recursion, > it happens not only local, but on my server also. > What should i check? > Any ideas? How i can do same thing other way? > Thanks. > Hi Dmitry, I ran into the same issue, and found the culprit: http://github.com/radiant/radiant/commit/815b49d3

Re: [Radiant] Recursion error: already rendering the part

2009-11-24 Thread Dmitry Belitsky
Hello, i'm still getting error about recursion, it happens not only local, but on my server also. What should i check? Any ideas? How i can do same thing other way? Thanks. On Nov 20, 2009, at 1:39 PM, Dmitry Belitsky wrote: > > On Nov 20, 2009, at 12:02 AM, john muhl wrote: > >> are you by any c

Re: [Radiant] Recursion error: already rendering the part

2009-11-20 Thread Dmitry Belitsky
I used rc version, but now i removed it and still get this error. Full log: StandardTags::TagError in SiteController#show_page Recursion error: already rendering the `extended' part. /Users/dab/.rvm/gems/ree/1.8.7/gems/radiant-0.8.1/app/models/ standard_tags.rb:355:in `tag:content' /Users/dab/.r

Re: [Radiant] Recursion error: already rendering the part

2009-11-19 Thread john muhl
are you by any chance running radiant 0.9rc1 (or a recent master branch)? on a fresh 0.8.1 the snippet works as expected; on master i see the behavior you describe. the test case can be narrowed to: On Thu, Nov 19, 2009 at 3:15 PM, Dmitry Belitsky wrote: > Thanks for reply, > but i can't fin

Re: [Radiant] Recursion error: already rendering the part

2009-11-19 Thread Dmitry Belitsky
Thanks for reply, but i can't find any mention of this part in other places. Only here. If i used this snipped on home page - it works, if i used it in other page: Recordings <- here i want to show list of children, which have parts which i define in Stereotype: - Rec1 - Rec2 - Rec3 If i remove

Re: [Radiant] Recursion error: already rendering the part

2009-11-19 Thread john muhl
there is nothing wrong with that snippet. so maybe you have already entered the amazon_link part before you call the snippet; maybe in another snippet or a layout. On Thu, Nov 19, 2009 at 2:35 PM, Dmitry Belitsky wrote: > Hey guys, > take a look at http://pastie.org/706339 > i get error: > > Stan

[Radiant] Recursion error: already rendering the part

2009-11-19 Thread Dmitry Belitsky
Hey guys, take a look at http://pastie.org/706339 i get error: StandardTags::TagError in SiteController#show_page Recursion error: already rendering the `amazon_link' part. Can you help me fix it? Thanks! -- With optimism, Dmitry Belitsky http://belitsky.info __