Calendar 1.0.7 RSVP Count incorrect

Mouth

Member
Had an event owner report that his event had a Going tab count of 5, but when clicking on the tab only 4 users are listed. I checked the DB, and confirmed only 4 with going rsvp....
Code:
mysql> select * from xf_nf_event_response where event_id=2736;
+-------------+----------+---------+----------+---------------+---------+
| response_id | event_id | user_id | response | response_date | alerted |
+-------------+----------+---------+----------+---------------+---------+
|        3520 |     2736 |   49131 | going    |    1535416973 |       1 |
|        3521 |     2736 |   54296 | going    |    1535418603 |       1 |
|        3523 |     2736 |   65854 | going    |    1535419934 |       1 |
|        3524 |     2736 |   49559 | maybe    |    1535423793 |       1 |
|        3526 |     2736 |   41718 | maybe    |    1535426816 |       1 |
|        3528 |     2736 |   70319 | maybe    |    1535450647 |       1 |
|        3533 |     2736 |   68344 | declined |    1535702129 |       0 |
|        3537 |     2736 |   58474 | declined |    1536116259 |       0 |
|        3538 |     2736 |   29214 | going    |    1536118575 |       1 |
+-------------+----------+---------+----------+---------------+---------+
9 rows in set (0.00 sec)

Ran the Rebuild Events, and the tab count for Going (correctly) changed to 4. I did a little testing, adding myself as Going, checking the DB, removing my RSVP etc. but couldn't find how this would occur.

The event owner also reported that he got a Maybe RSVP alert, but when checking the Maybe list of users the user wasn't listed. Could this be because the user removed their RSVP after the alert was sent to the event owner?
 
The event owner also reported that he got a Maybe RSVP alert, but when checking the Maybe list of users the user wasn't listed. Could this be because the user removed their RSVP after the alert was sent to the event owner?
Yeah, I think to handle this better we can probably delete alerts that were sent before the RSVP was removed. I'll make that change for the next version.

I'm not entirely sure how the RSVP count could go out of whack though. I'll look in to it and see what's up with the logic.
 
Yeah, I think to handle this better we can probably delete alerts that were sent before the RSVP was removed. I'll make that change for the next version.

I'm not entirely sure how the RSVP count could go out of whack though. I'll look in to it and see what's up with the logic.
This is causing quite a bit of angst and distrust with users. Eg. screenshot below, 14 count but only 7 users shown. Will there be a release soon? Otherwise, is there a fix I can make/patch?

Screen Shot 2018-09-21 at 13.02.11.png
 
There’ll be a release next week once I’ve put the final touches on some changes and additions.

I wasn’t able to reproduce the issue with the count going out of sync which is mildly annoying. Do you have more concrete reproduction steps I could try? I’ll have another look at it when I get home today, if not.
 
I wasn’t able to reproduce the issue with the count going out of sync which is mildly annoying. Do you have more concrete reproduction steps I could try? I’ll have another look at it when I get home today, if not.
Have some more info ....
Screen Shot 2018-10-15 at 14.44.30.png

Thus, it appears that it is the event owner/author visiting the event page that triggers the doubling of the RSVP count.

Does this help pinpoint an issue?

Note the OP (event author/owner) also comments about getting an alert many days prior to it. I'll list this issue in a seperate thread now.
 
Back
Top