By David Falise on Wednesday, 19 February 2020
Posted in Technical Issues
Replies 8
Likes 0
Views 548
Votes 0
A scheduled event with valid date and times will not allow a user to attend

Message is
Sorry, but the event is over and you will no longer be able to RSVP or make any RSVP updates for this event
Hi there,

May i know that you referred to this events? It seems that that events already ended as you can see here https://take.ms/94xe2. I have changed them to tomorrow and it seems to work fine as you can see here https://take.ms/2NsEW.
·
Wednesday, 19 February 2020 10:13
·
0 Likes
·
0 Votes
·
0 Comments
·
No this is not correct
the event has ended now but when I posted this issue the event was scheduled for 7pm this day and to end at 8pm this day
I crested the event at 5pm eastern time and this was 2 hours before the event and was not working

Regards,

David
·
Wednesday, 19 February 2020 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
look now

I have edited the event time to start at 10:30 pm eastern time and to end at 11:30 pm eastern time and you can not use the attend option

Sorry, but the event is over and you will no longer be able to RSVP or make any RSVP updates for this event

https://lakehurst.net/en/community-feed/events/51-bodmeeting0220
·
Wednesday, 19 February 2020 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Seems like i can replicate them on our end. I have temporarily made some fixes here .../administrator/components/com_easysocial/includes/event/event.php and it should shown correctly now. Can you give it a check and see how it goes?
·
Wednesday, 19 February 2020 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Seems to be working now

What was the fix? and was this a template issue or an Easy Social Issue?

Regards,
·
Wednesday, 19 February 2020 11:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that it is coming from the checking on core files. You can check them on isOver() functions. I have change codes below accordingly.


From
$over = $now->toUnix() > $end->toUnix();
To
$over = $now->date() > $end->date();
·
Wednesday, 19 February 2020 11:52
·
0 Likes
·
0 Votes
·
0 Comments
·
will this be fixed in next ES release Warith?
·
Friday, 21 February 2020 16:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Yes we will include them on our next release version.
·
Friday, 21 February 2020 16:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post