Forum OpenACS Development: xowiki weblog too many nested includelets error

Hi, These errors pepper weblog pages, even though the includlets are adp portlets with static html only: errors in includelet en:page-name Nesting of includelets is to deep How can these errors be avoided (besides removing the adp portlet/includets from the various xowiki pages? cheers, Torben
Collapse
Posted by Torben Brosten on
re-posting:

Hi,

These errors pepper weblog pages, even though the includlets are adp portlets with static html only:

errors in includelet en:page-name Nesting of includelets is to deep

How can these errors be avoided (besides removing the adp portlet/includets from the various xowiki pages?

This is for xowiki 0.133 from CVS head

cheers,
Torben

Collapse
Posted by Jim Lynch on
normally errors like this occur when an infinite recursion would happen if it wasn't caught by this. can you determine if this is occuring?
Collapse
Posted by Torben Brosten on

Hi Jim,

No infinite recursions that I can see. Here's the weblog code:

>>content<<
{{weblog-portlet -decoration plain}}
>><<
>>sidebar<<
{{rss-button -span 10d}} 
>><<

And the adp includes contain exclusively html script tags with javascript. No more than 2 includes per page.

Collapse
Posted by Jim Lynch on
I don't do xowiki anything right now, no xotcl either.

If I were to start and I encountered your situation, the first place I would look is the error log and the access log.