Hi,
what this means: Stopped getCategoryRecurse after 10 rekursions?
I get this notice on the home page web shop. I have Vm 2.6.14 and joomla Joomla! 2.5.28.
Regards Bremzy
looking at the code in category.php this is a hard set limit of 10 max for looking up a categories parents
this function calls itself so I guess it's there to prevent an endless loop
Right. It is very unlikely that you have a category tree with more than 10 sublevels. Check your categories. One parent is the a child of itself.
Thank you both for the reply.
Regards Bremzy