Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Participants count in Events Module wrong

9 years 10 months ago
  • Jan's Avatar
    Topic Author
  • Jan
  • Offline
  • Fresh Boarder
  • Posts: 34
  • Thank you received: 1
Licenses:
JomSocial Active

Hi,
if you log on to our frontend, you can see a module on the right side with current events. For some of these events, the participants count is wrong. If you click on event with ID 451 or 321, you can see that the number of participants if different from the number shown in module.

9 years 10 months ago
Licenses:

Hi, Jan.

I see that number is wrong only for this event: ROOT/index.php?option=com_community&view=events&task=viewevent&eventid=321&Itemid=204

Please, run cron job manually here Backend -> Components -> JomSocial -> Monitor -> Mail queue -> Execute cron (button upper right).

Then check if number changes. Also clean Joomla cache.

I guess that there may be two possibilities:

- user joined event then quit
- module was cached


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
9 years 10 months ago
  • Jan's Avatar
    Topic Author
  • Jan
  • Offline
  • Fresh Boarder
  • Posts: 34
  • Thank you received: 1
Licenses:
JomSocial Active

Hi Michal,

thanks for your reply.

Executing cron job had no effect. I also cleaned joomla cache in backend System -> Clean Cache

For this event it is still wrong: ROOT/index.php?option=com_community&view=events&task=viewevent&eventid=321&Itemid=204

Regarding the two possibilities:
- user joined event then quit: this should be recalculated if I execute cron job, right?
- module was cached: we do not have any additional caching component, so cleaning joomla cache is all what I can do, right?

9 years 10 months ago
Licenses:

Hi, Jan.

I assign developer to take a look.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
9 years 10 months ago
Licenses:

Hi Jan,

could you please provide me FTP access detail? I need it for debugging purpose.
please edit your first post at this topic, and put credentials information at site info form.

Regards

9 years 10 months ago
  • Jan's Avatar
    Topic Author
  • Jan
  • Offline
  • Fresh Boarder
  • Posts: 34
  • Thank you received: 1
Licenses:
JomSocial Active

You can find FTP settings in first post

9 years 10 months ago
Licenses:

Hi Jan,

I still cant access the FTP.
already follow:
FTP: you need to connect with those settings: Transfer Mode: Active and without any encryption

could you please make sure it again?

Regards

9 years 9 months ago
  • Jan's Avatar
    Topic Author
  • Jan
  • Offline
  • Fresh Boarder
  • Posts: 34
  • Thank you received: 1
Licenses:
JomSocial Active

Please try again

9 years 9 months ago
Licenses:

Hi Jan,

not sure why the FTP always timeout here. but here the fix:
copy default.php from /modules/mod_community_events/tmpl/ to /templates/[your forntend template]/html/mod_community_events/
edit and change this code from

<?php foreach ($events as $event) {  ?>
to
<?php foreach ($events as $event) { 
                $event->confirmedcount = $event->getMembersCount( COMMUNITY_EVENT_STATUS_ATTEND );
                ?>

Regards

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW