• Resolved firerm

    (@firerm)


    When An action needed to be done for example to cancel a membership or renew i have this error : …./httpdocs/wp-content/plugins/membership/app/model/class-ms-model-communication.php on line 1019

    also custom emails not working (server sending fine from wordpress email with smtp)

    Is any hotfix for class-ms-model-communication.php ?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter firerm

    (@firerm)

    anyone ?

    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @firerm,

    Hope you’re well. Sorry for the delay.

    First, can you try deleting/reinstalling plugin? Then activate WordPress debugging, you need to edit wp-config.php file and place these codes;

    /* Debug Settings */
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    /* End of Debug Settings */

    When I check on my test site, with the default theme and no extra plugin I didn’t get any error while cancelling or renewing membership. So it can be a plugin conflict, can you try plugin conflict test? You just need to deactivate all the plugins except membership2. Then try again.

    After all if still couldn’t find any solution can you check your wp-content folder, is there a debug.log file? If yes can you show us the content?

    Cheers,
    Oguz

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @firerm,

    it’s been a while since we’ve heard back from you, so I’m marking this thread as resolved. Feel free to post back here, if more assistance is required and we can re-open it and continue troubleshooting. 🙂

    Warm regards,
    Dimitris

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t Send emails’ is closed to new replies.