Joomla 5.2.3 lost URL friendly tags using tag id's. I have a menu item named "Tags'" set to menu type "List All Tags".
Previously, in version 5.2.2 I could have links to display content related to a single tag or multiple tags, like the following links:
https://www.mysite.com/tags/289
https://www.mysite.com/tags/289,384
or (with forward slash)
https://www.mysite.com/tags/289/384
After updating to 5.2.3, with friendly URLs and Rewriting on in global settings, the above links return 404 error page. I now have to change them to the following to get them to work:
https://www.mysite.com/tags/?view=tag&id[0]=289
https://www.mysite.com/tags/?view=tag&id[0]=289,384
display content related to one tag id, or multiple tag id's on same page
404 Error Page
Joomla 5.2.3
Friendly URLs and URL rewriting on.
On a side note, the following still works, even though I don't have a tag with the name "hello".
https://www.mysite.com/tags/?view=tag&id[0]=289,384,hello
After the update to 5.2.3, if I copy the following file from 5.2.2, all works like before.
components/com_tags/src/Service/Router.php
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
PR-5.2-dev
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-01-26 20:42:39 |
Closed_By | ⇒ | Hackwar |
That would mean it was PR #44540 which broke it.