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.

No mails when replt to discussions

8 years 11 months ago
  • Jens's Avatar
    Topic Author
  • Jens
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Active

ISSUE SUMMARY: We have just built a new joomla, with jomsocial and the sozialize template.
First in a testsite www.udemotion.dk/motion/ and sinze everything worked fine I built the main site the same way www.ude-motion.dk they have each their database.
I have a database where I have exported the tables and imported it to another database, the -community ones at least.
Now this worked fine on both sites, but after a few days it stopped sending out mails when repliing to discussions. If for instance a private message it still sends out emails on reply.
There is nothing in the mail queue on jomsocial, when this fails, not blocked either. But if tagging someone in a discussions it sends out mails. We have tried to reset the settings, and it's set to send out mails when replying.
Any good ideas is highly appreciated

Best regards Tor Berg.



STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

8 years 11 months ago
Licenses:

Hi,

I cant login to administrator page, invalid username/password. could you please editing your first post at this topic. and put it at site info form.

Regards

8 years 11 months ago
  • Jens's Avatar
    Topic Author
  • Jens
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Active

Hi
Have you had luck in login in now?
I tried it and it worked for me

8 years 11 months ago
Licenses:

Hi Jens,

I can access administrator and FTP. please give me time for this issue.

Regards

8 years 11 months ago
Licenses:

Hi Jens,

here the fix:
/components/com_community/libraries/notification.php, around line 153 find this code

case 'groups':
    switch($cmdData[1]){
        case 'wall':
            $sendIt = $params->get('etype_groups_wall_create');
        break;
        case 'invite':
            $sendIt = $params->get('etype_groups_invite');
        break;
        case 'create':
            $sendIt = $params->get('etype_groups_create_event');
        break;
    }
    break;
changing it to
case 'groups':
    switch($cmdData[1]){
        case 'wall':
            $sendIt = $params->get('etype_groups_wall_create');
        break;
        case 'invite':
            $sendIt = $params->get('etype_groups_invite');
        break;
        case 'create':
            $sendIt = $params->get('etype_groups_create_event');
        break;
        case 'discussion':
            $sendIt = $params->get('etype_groups_discussion_reply');
        break;
    }
    break;

I confirmed, this is a bug

Regards

The following user(s) said Thank You: Jens
8 years 11 months ago
  • Jens's Avatar
    Topic Author
  • Jens
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Active

Hi again
Could this by any chance cause the site to make smtp errors and send out several mails to the same e-mail addresses, when creating discussions?

Best regards Tor

8 years 9 months ago
Licenses:

Hi Jens,

it could be. but try to turn off send email on page load from jomsocial backend > configuration > site

and here the file for this bug fix for jomsocial 4.0.9

This attachment is hidden for guests.
Please log in or register to see it.


unzip and put it at:
/components/com_community/libraries/notification.php

Regards

This message has an attachment file.
Please log in or register to see it.

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