jemproject / JEM-Project

JEM - an Event Manager for Joomla
https://www.joomlaeventmanager.net
GNU General Public License v3.0
25 stars 36 forks source link

Invalid contact link when SEF is on #1757

Open Heklaterriol opened 1 month ago

Heklaterriol commented 1 month ago

I have created a contact “David” and entered it as a contact in an event. However, the link on the JEM details page is incorrect and looks like this: https://www.domain.tid/de/component/contact/contact/david?Itemid=102 Where 102 is the ID of the home page.

If I call up the contact from a list of contacts, I get the following correct link: https://www.domain.tid/de/contacts/david

If I switch off “Search Engine Friendly URLs” in the Joomla configuration, it works. Via the JEM detail page I get the following link: https://www.domain.tid/index.php?option=com_contact&view=contact&id=2&Itemid=102&lang=de Via the list of contacts: https://www.domain.tid/index.php?option=com_contact&view=contact&id=2:david&catid=4&Itemid=345&lang=de Both work.