Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Parse Template BUG !

Quote Reply
Parse Template BUG !
Any one help me fix this bug:

A fatal error has occured:

GT::Template (27421): Deep recursion in includes, quiting! at /Links.pm line 304.

I have only one level include, but how it says DEEP recursion

Thanks

Quote Reply
Re: Parse Template BUG ! In reply to
Hi,

This means your include is including itself. Somewhere in your templates you have an include loop. =)

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Parse Template BUG ! In reply to
It works fine now, BUT:

1) I use 4 same includes in 1 template (different places)
2) It's absolutely not Loop itself.

By anyway if I don't use much, it works OK.

Thanks

Quote Reply
Re: Parse Template BUG ! In reply to
Hi,

The only way to generate that error is if there are 10 or more includes during parsing of one template.

Cheers,

Alex

--
Gossamer Threads Inc.