help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

[SOLVED] Display problem with simplelist

Re: [SOLVED] Display problem with simplelist

9 months 3 weeks ago
#33117
I replaced the two files evenlist.php and categories.php, but now I'm not displaying any events.

Please Log in or Create an account to join the conversation.

Re: [SOLVED] Display problem with simplelist

9 months 3 weeks ago
#33118
Let me review the case with JEM 4.3.4
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.

Please Log in or Create an account to join the conversation.

Re: [SOLVED] Display problem with simplelist

9 months 3 weeks ago
#33119
I thought the commit was the solution to your case, but I cannot reproduce your issue with a JEM 4.3.4. Is this a clean installation, or did you migrate from a previous version of JEM with existing events?

Please check that all your events have a "publish up" date.

Do you have a URL where I can see the issue, or could you send me a Private Message with the _jem_events and _jem_config tables?
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.

Please Log in or Create an account to join the conversation.

Re: [SOLVED] Display problem with simplelist

9 months 3 weeks ago
#33123
Thanks to send the files, but I can load your events table into my JEM 4.3.4 with your configuration and I can see the events with the filter months (I send you a JPG by PM).

I noticed that your events was created from an old version of JEM, as there are '0000-00-00' values in your date fields.

Please run this script to change these old values to NULL for date/datetime fields to work with JEM 4.3.4:

UPDATE xxxxx_jem_events
SET recurrence_limit_date = NULL
WHERE recurrence_limit_date = '0000-00-00'
OR recurrence_limit_date = '0000-00-00 00:00:00';

UPDATE xxxxx_jem_events
SET modified = NULL
WHERE modified = '0000-00-00'
OR modified = '0000-00-00 00:00:00';

Replace "xxxxx" with your Joomla database prefix.

Send me a URL by PM to see the code of JEM Page.
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.

Please Log in or Create an account to join the conversation.

Re: [SOLVED] Display problem with simplelist

9 months 3 weeks ago
#33124
I noticed on your website that you have a eventslist view override that hasn't been updated. Could you please check this?
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.

Please Log in or Create an account to join the conversation.

Re: [SOLVED] Display problem with simplelist

9 months 3 weeks ago
#33130
I completely uninstalled JEM from my site and then reinstalled it with the new version.
Now it's OK. I can now correctly display the list of events for a specific month in EventList.

Please Log in or Create an account to join the conversation.

Time to create page: 0.822 seconds