No Code Attached Yet bug
avatar ManuelHu
ManuelHu
27 Apr 2025

Steps to reproduce the issue

  1. set a menu item that shows an article as the home menu item
    2, open https://<your-site>/?format=feed -- of course, this is not a useful feed link (I know that; thats the whole point.

  2. see a response such as

<?xml version="1.0" encoding="UTF-8"?>
<error>
	<code>404</code>
	<message>View nicht gefunden [Name, Typ, Präfix]: article, feed, site</message>
</error>
  1. open the browser DevTools to see the http status code reported from the server

(of course, any other non-existent or disabled feed link works too; this is a general problem)

Expected result

the HTTP response status (not the one listed as <code>404</code>) is actually 404

Actual result

the HTTP response status is 200

System information (as much as possible)

Joomla 5.3.0

Additional comments

  • after #43692, disabling feed links leads to google still trying to index the old feed urls, complaining about soft-404 errors
  • this is not just a problem with com_articles, but a general problem for the "core" document/renderer infrastructure of joomla
avatar ManuelHu ManuelHu - open - 27 Apr 2025
avatar joomla-cms-bot joomla-cms-bot - change - 27 Apr 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Apr 2025
avatar ManuelHu ManuelHu - change - 27 Apr 2025
The description was changed
avatar ManuelHu ManuelHu - edited - 27 Apr 2025
avatar brianteeman
brianteeman - comment - 28 Apr 2025

bug confirmed

avatar QuyTon QuyTon - change - 28 Apr 2025
Labels Added: bug
avatar QuyTon QuyTon - labeled - 28 Apr 2025
avatar ManuelHu
ManuelHu - comment - 30 Apr 2025

I hope I will also have a fix ready soon, but I still need to test it.

avatar brianteeman
brianteeman - comment - 30 Apr 2025

I did try to fix it myself but failed

avatar ManuelHu ManuelHu - change - 30 Apr 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-04-30 18:59:27
Closed_By ManuelHu
avatar ManuelHu ManuelHu - close - 30 Apr 2025
avatar ManuelHu
ManuelHu - comment - 30 Apr 2025

see #45419 for a proposed fix - tested on my site

Add a Comment

Login with GitHub to post a comment