Hi,
I am using SEBLOD Form & List Pack and it works so far.
But now i get any errors trying to get a list in list and in child list also a list (list > list > list).
I have a list to display category description, in this list is insert a list to display descriptions of child categories, in list for child categories is a list to display articles related to these (child)categories.
Now i get only first child category and related articles and for each other only notice below (36 is id of child-category)
Notice: Undefined offset: 36 in …/libraries/cck/rendering/rendering.php on line 709
Notice: Trying to get property of non-object in …/libraries/cck/rendering/rendering.php on line 709
Notice: Undefined offset: 36 …/libraries/cck/rendering/rendering.php on line 711
Notice: Trying to get property of non-object in…/libraries/cck/rendering/rendering.php on line 711
If i use menu to link direct to list #2 all works. if i remove list #3 list #1 shows all child categories.
So, is this a bug or does anything go wrong?