help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
JEM keeps showing just the same 3 events
JEM keeps showing just the same 3 events
5 days 18 hours ago
hi,
I've been struggling for days: Only the same three events are displayed (out of 1200) everytime.
I've already deactivated the template, set Cassiopeia, and deactivated all plugins. I also did a completely fresh Joomla & JEM installation and imported the four exported .csv files (only the last 180 events, though), then set all "created_by" and "modified_by" to the appropriate new admin ID before loading them, using the `view=eventslist`.
Permissions are set to "use global". All status is published, all are checked in. Access is public. No trash permissions.
Any ideas? Maybe some kind of data error? What could be causing this, and how could I figure it out?
Perhaps the process keeps aborting after encountering an invalid record?
best, m.
on
Joomla 5.4.3, JEM 4.4.0, PHP-Version 8.3.29, 10.11.14-MariaDB.
I've been struggling for days: Only the same three events are displayed (out of 1200) everytime.
I've already deactivated the template, set Cassiopeia, and deactivated all plugins. I also did a completely fresh Joomla & JEM installation and imported the four exported .csv files (only the last 180 events, though), then set all "created_by" and "modified_by" to the appropriate new admin ID before loading them, using the `view=eventslist`.
Permissions are set to "use global". All status is published, all are checked in. Access is public. No trash permissions.
Any ideas? Maybe some kind of data error? What could be causing this, and how could I figure it out?
Perhaps the process keeps aborting after encountering an invalid record?
best, m.
on
Joomla 5.4.3, JEM 4.4.0, PHP-Version 8.3.29, 10.11.14-MariaDB.
Please Log in or Create an account to join the conversation.
Re: JEM keeps showing just the same 3 events
5 days 15 hours ago
I need access to debug it. Please send me a private message.
Please Log in or Create an account to join the conversation.
Re: JEM keeps showing just the same 3 events
5 days 57 minutes ago
If you want to see all events in the event list, you need to set the 'Show only archived events' option to YES.
Previously, JEM displayed all events by default, but archived events should be hidden (Joomla does the same).
JEM 4.4.0 includes a new option to show archived events in this view, and it is set to NO by default.
Setting by default:
This view does not display archived events (similar to Joomla). It only shows events (past, present, or future) that the user has permission to view (public and others based on ACL).
Let me know if that resolves the issue.
Previously, JEM displayed all events by default, but archived events should be hidden (Joomla does the same).
JEM 4.4.0 includes a new option to show archived events in this view, and it is set to NO by default.
Setting by default:
This view does not display archived events (similar to Joomla). It only shows events (past, present, or future) that the user has permission to view (public and others based on ACL).
Let me know if that resolves the issue.
Please Log in or Create an account to join the conversation.
Re: JEM keeps showing just the same 3 events
3 days 13 hours ago
After debugging the user's website, the fix was:
UPDATE #__jem_venues SET access = 1 WHERE access = 0;
(Replace #__ with your actual Joomla database prefix)
Try it.
UPDATE #__jem_venues SET access = 1 WHERE access = 0;
(Replace #__ with your actual Joomla database prefix)
Try it.
Please Log in or Create an account to join the conversation.
Re: JEM keeps showing just the same 3 events
3 days 2 hours ago
There is a new versión JEM 4.4.1 with the fix.
Download: www.joomlaeventmanager.net/download
Download: www.joomlaeventmanager.net/download
Please Log in or Create an account to join the conversation.
Re: JEM keeps showing just the same 3 events
2 days 16 hours ago
thank you!
I don't need to try "UPDATE ...", because there was no `access = 0`: everything was already set to 1 (likewise in a second J!5-JEM controll-installation)
:'-(
Package: 4.4.1 February 2026
I still have to send the events to "archive" to see them.
and the "Archive" icon on the frontend on top of the table-head is not working: events are not being displayed.
Mysterious. maybe something wrong with the model?
best, m.
I don't need to try "UPDATE ...", because there was no `access = 0`: everything was already set to 1 (likewise in a second J!5-JEM controll-installation)
:'-(
Package: 4.4.1 February 2026
I still have to send the events to "archive" to see them.
and the "Archive" icon on the frontend on top of the table-head is not working: events are not being displayed.
Mysterious. maybe something wrong with the model?
best, m.
Please Log in or Create an account to join the conversation.
Time to create page: 0.592 seconds