Unable to view tracker rss seed
- Status
- Closed
- Subject
- Unable to view tracker rss seed
- Version
- 8.x
- Category
- Error
- Regression
- Support request
- Feature
- RSS
Trackers - Resolution status
- Fixed or Solved
- Submitted by
- edwinbennink
- Lastmod by
- Ushindi Gedeon
- Rating
- Description
We just updated our tikiwiki from 6.2 to 8.3 and came across a difficulty when viewing the rss-seed of tracker items. We cloned the database and have not changed anything about permissions, but it seems that only people from a certain group (and admin) can view the rss seed of the tracker while logged in, while others can't. This wasn't previously the case.
We kept the old wiki (6.2) and the tracker rss seed works. See for the example:
http://www.svi.nl/tikiold/tiki-tracker_rss.php?trackerId=5
The rss tracker in the new wiki doesn't. See:
http://www.svi.nl/tiki-tracker_rss.php?trackerId=5
Both have a different database, but they are identical. Also all the permissions concerning trackers are identical.
Is this a bug or has the functionality of the tracker changed? Tried to search in the tikiwiki and bug-reports but couldn't find anything.
EDIT: Apparently this wasn't working in 6.2 either but we created a workaround for it, which also seem to work for 8.3 (see below).
- Solution
- Workaround
Disable the permissions check starting at line 1201 in <tikiroot>/lib/trackers/trackerlib.php
Change:
Copy to clipboardif ($needToCheckCategPerms) { $ret1 = $this->filter_categ_items($ret1); }
To:Copy to clipboard#if ($needToCheckCategPerms) { # $ret1 = $this->filter_categ_items($ret1); #}- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 4117
- Created
- Wednesday 25 January, 2012 17:09:36 UTC
by edwinbennink - LastModif
- Friday 03 July, 2026 13:46:11 UTC