Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2358 visitors today
Log In Register

Forum OpenACS Development: xowiki weblog too many nested includelets error

OpenACS Home : Forums : OpenACS Development : xowiki weblog too many nested includelets error

Icon of Envelope Request notifications

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
+
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

+
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?
+
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.

+
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.