Ridley
Community Administrator
- Messages
- 1,157
- Points
- 0
- Age
- 38
- Location
- Germany
- Discord
- Ridley#5102
- IRC Nickname
- Ridley
- Github
- ridley8819
- Emulator
- Client Version
- 2019-03-22
Since the creator keeps telling me to enable rss in the projects settings (which was obviously done Or i wouldnt have pmd him) i thought someone of the community has an idea what to do.
/index.php?app=core&module=global&section=rss&type=tracker&id=1Should lead to the trackers rss. But all I get is
You are seeing this error message, either because the project doesn't have a title, or RSS isn't enabled for it.
if( ! $p_check['title'] || $p_check['enable_rss'] == '0') { $this->registry->output->showError( 'The RSS feed you tried to access does not exist!', '20T110' ); }How it comesrathena's or
herc's works? Any special permission i need to Set to make mine work?
here a screenshot of one of the projects (sql view)
Thank you for reading
/index.php?app=core&module=global&section=rss&type=tracker&id=1Should lead to the trackers rss. But all I get is
You are seeing this error message, either because the project doesn't have a title, or RSS isn't enabled for it.
if( ! $p_check['title'] || $p_check['enable_rss'] == '0') { $this->registry->output->showError( 'The RSS feed you tried to access does not exist!', '20T110' ); }How it comesrathena's or
herc's works? Any special permission i need to Set to make mine work?
here a screenshot of one of the projects (sql view)
Thank you for reading
Last edited by a moderator: