Lacking trailing slash in event_slug
-
With EMEFS last version, when an event is created, the event_slug created doesn’t have a trailing slash.
EME coding of the events URL are coded with siteURL/events/event_id/event_slug but for events created with EMEFS the events URL are coded without the event_id : siteURL/events/event_slug.
I noticed that the problem is caused by the difference of coding of the event_slug between for events created with EME and EMEFS. In the latter case, the event_slug is missing a trailing slash in events table as opposed to events created with EME in the back-office.
If a trailing slash is manually added in the event_slug, then the URL gets correctly coded again.
Is my understanding correct and is there a fix ?
EMEFS version 1.0.35
EME version 2.0.75
- The topic ‘Lacking trailing slash in event_slug’ is closed to new replies.