?
avatar ramblerswebs
ramblerswebs
18 May 2017

Steps to reproduce the issue

If I turn on Adds Suffix to URL in Global Config then the module Syndication Feeds
gives a url of the form
http://www.ramblers-webs.org.uk/support/support-issues.feed?type=rss
If I turn Adds Suffix to URL the feed url becomes
http://www.ramblers-webs.org.uk/support/support-issues?format=feed&type=rss

The first url does not work , the second one does

Expected result

http://www.ramblers-webs.org.uk/support/support-issues?format=feed&type=rss

Actual result

System information (as much as possible)

Additional comments

avatar ramblerswebs ramblerswebs - open - 18 May 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 18 May 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 18 May 2017
Priority Urgent Medium
avatar franz-wohlkoenig franz-wohlkoenig - change - 18 May 2017
Category Modules Router / SEF com_newsfeeds Router / SEF
avatar ggppdk
ggppdk - comment - 18 May 2017

It is a known issue: #7459
See an explanation for this here: #7459 (comment)

You have a 3rd system plugin that is forcing JDocument creation at an "early" stage,
usually by calling JHTML method (e.g. to load some CSS / JS file)
and this happens before the suffix has been examined and set into the Request data as URL variable 'format'

You can contact the author of the plugin (if you find the plugin),
and ask them to move their code to a later event e.g. onBeforeCompileHead

avatar franz-wohlkoenig franz-wohlkoenig - change - 18 May 2017
Status New Known Issue
Closed_Date 0000-00-00 00:00:00 2017-05-18 07:40:51
Closed_By franz-wohlkoenig
Rel_Number 0 7459
Relation Type Duplicate of
avatar joomla-cms-bot joomla-cms-bot - change - 18 May 2017
Status Known Issue Closed
Closed_By franz-wohlkoenig joomla-cms-bot
Rel_Number 7459 0
Relation Type Duplicate of
avatar joomla-cms-bot joomla-cms-bot - close - 18 May 2017
avatar joomla-cms-bot
joomla-cms-bot - comment - 18 May 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 18 May 2017

closed as known Issue #7459


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16101.

Add a Comment

Login with GitHub to post a comment