Re: [Radiant] MySQL SystemStackError: stack level too deep:

2007-09-19 Thread Daniel Sheppard
> stack level too deep > SystemStackError: stack level too deep: SELECT * FROM page_parts > WHERE (page_parts.page_id = 6) AND (page_parts.`name` = 'extended') > LIMIT 1 Do you have any extensions installed? They could be breaking things. If not, It could actually be that the stack level is

Re: [Radiant] MySQL SystemStackError: stack level too deep:

2007-09-19 Thread Mark Kirby
On 19 Sep 2007, at 14:05, John W. Long wrote: > Mark Kirby wrote: >> stack level too deep >> SystemStackError: stack level too deep: SELECT * FROM page_parts >> WHERE (page_parts.page_id = 6) AND (page_parts.`name` = 'extended') >> LIMIT 1 >> >> Any one have any ideas? > > Do tests run for you?

[Radiant] MySQL SystemStackError: stack level too deep:

2007-09-19 Thread Mark Kirby
Hi, if i create a vanilla radiant app using the styled blog and an empty mysql database (though postgres displays the same problem) i get the following trace when i try to delete an article. Also when going to the front page each article body has stack level too deep SystemStackError: stack

Re: [Radiant] MySQL SystemStackError: stack level too deep:

2007-09-19 Thread John W. Long
Mark Kirby wrote: > stack level too deep > SystemStackError: stack level too deep: SELECT * FROM page_parts > WHERE (page_parts.page_id = 6) AND (page_parts.`name` = 'extended') > LIMIT 1 > > Any one have any ideas? Do tests run for you? -- John Long http://wiseheartdesign.com __

[Radiant] problem with has_many_polymorphs plugin

2007-09-19 Thread Sergei Kozlov
I installed has_many_polymorphs plugin in a freshly generated Radiant application. Then I generated a simple Person-Disk-Book example models (with script/generate extension_model), declared the polymorphic associations as explained in many plugin tutorials, and put some test data into the database.