Articles page show all article grouped by taxonomy terms. In Articles categories shoes duplicated taxonomy terms.
For correct this edited next function article_build_index and the lines:
$cur = current($tree);
$nex = next($tree);
became
$cur = current(&$tree);
$nex = next(&$tree);
After that all was fine.

Comments

msameer’s picture

Which version of php is that ?

nicolicioiu.liviu’s picture

5.2