echobrin wrote:
QUOTE:
When I click a tag in the tag cloud, the first page of tagged items displays correctly, but I get the following error when I try to view the next page:
Fatal error: Tag Not Found in /components/com_tag/tag.tasks.php on line 122
Thanks in advance!
Looks like its a bug in the component.
In the file: components/com_tag/tmpl/tag.html.php change the line 105 to:
echo $pageNav->writePagesLinks('index.php?option=com_tag&tag='.$tag.'&Itemid='.$Itemid);