Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joomla 5.2.3 lost URL friendly tags using tag id's. #44703

Open
tzwsu opened this issue Jan 9, 2025 · 0 comments
Open

Joomla 5.2.3 lost URL friendly tags using tag id's. #44703

tzwsu opened this issue Jan 9, 2025 · 0 comments

Comments

@tzwsu
Copy link

tzwsu commented Jan 9, 2025

Steps to reproduce the issue

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

Expected result

display content related to one tag id, or multiple tag id's on same page

Actual result

404 Error Page

System information (as much as possible)

Joomla 5.2.3
Friendly URLs and URL rewriting on.

Additional comments

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants