Loading...
 
Skip to main content

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
(0)
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=5Question

The rss tracker in the new wiki doesn't. See:
http://www.svi.nl/tiki-tracker_rss.php?trackerId=5Question

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 clipboard
if ($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+
Demonstrate Bug (older Tiki versions)
Ticket ID
4117
Created
Wednesday 25 January, 2012 17:09:36 UTC
by edwinbennink
LastModif
Friday 03 July, 2026 13:46:11 UTC


Show PHP error messages