I upgraded Drupal to 4.5.1 and downloaded latest version of Taxonomy_dhtml. Now I have problem with links generated by Taxonomy_dhtml in blocks.
The link looks like this: q=taxonomy/term/1+3/0/view and following the link results in Page not found message.
When I remove the 0 character from the path: q=taxonomy/term/1+3/view it works fine.
Comments
Comment #1
automat_svet commentedHi,
I got the same issue and it was fixed deleting "/0" from row 60 column 73:
"taxonomy/term/". implode("+", $family). "/$op"instead of
"taxonomy/term/". implode("+", $family). "/0/$op"everything seems ok and the block is working again..
hope it helps...
Comment #2
moshe weitzman commentedComment #3
(not verified) commented