create a link to a contact or the contactlist by catagory in an article
the details of the contact(s) are shown when the link is clicked
an error page comes up with 'contact not found' or 'category not found'
joomla 4.0 beta7 and 4.0 beta6, php 7.48
when SEO is set to off, the links to a single contact or to the contactlist by category work as expected
Title |
|
Title |
|
@PhilETaylor Maybe related, but I don't think duplicate, except if you can exactly reproduce for your issue what the author of this issue here mentioned in the "Additional comments" section of the description:
when SEO is set to off, the links to a single contact or to the contactlist by category work as expected
I can confirm, when there is a menu entry for example a list by category, then the link in an article is working too
Yes, the two issues are linked. The error happens with all of our components (even com_content), not just contact component. It happens when:
From what I see, it is hard to fix this issue with the current design of our routing system. Maybe we can implement a workaround: Only attach NomenuRules rule to component router if Remove IDs from URLs config option in the component config set to No. It is not perfect, but it is better than a 404 error like we are having at the moment.
Status | New | ⇒ | Duplicate Report |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-13 17:14:20 |
Closed_By | ⇒ | richard67 |
Closing as duplicate report of #32248 .
I can confirm.
If a menu item for contacts is present, the link in the article works also with SEO on.