Gossamer Forum
Home : Products : Gossamer Links : Discussions :

bug in category_loop

Quote Reply
bug in category_loop
Hi there,

There seems to be a bug in the contents of <%category_loop%> on the homepage only.
The first entry is an empty hash.
Among other things, this results in <%odd%> and <%even%> categories being in the wrong position as well as giving unknown tag Name messages when their shouldn't be any.

<%GT:Template::dump%> shows these results for the category_loop on the homepage:
$VAR = [
{},
{
'FatherID' => '0', etc...}];


Thanks in advance for looking into this and posting a fix.

peace.