• Resolved kishki

    (@kishki)


    Hello.

    I have a problem – after filling order form (card number, cardholder name and etc.) there is this error:

    Fatal error: Call to undefined function mgm_notify_user_membership_purchase() in /home/******/public_html/****-******.com/wp-content/plugins/paymill/lib/integration/magicmembers.inc.php on line 2812

    I can see my transaction in Magic Members panel and in Paymill controll center, but this error doesn’t allow user to continue. As I understood, this is an error with e-mail?

    Can you help me?
    Regards, Artem

    https://www.ads-software.com/plugins/paymill/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author straightvisions GmbH

    (@matthias-reuter)

    Hi,

    could you try replacing

    if( mgm_notify_user_membership_purchase($blogname, $user, $member, $custom, $subs_pack, $s_packs, $system_obj) ){

    with

    if(function_exists('mgm_notify_user_membership_purchase') && mgm_notify_user_membership_purchase($blogname, $user, $member, $custom, $subs_pack, $s_packs, $system_obj) ){

    in file

    /wp-content/plugins/paymill/lib/integration/magicmembers.inc.php

    Kind regards,

    Matthias

    Thread Starter kishki

    (@kishki)

    Hello, Matthias.

    Sorry for late answer and thank you for solution. It worked!

    Regards, Artem

    Plugin Author straightvisions GmbH

    (@matthias-reuter)

    great, it’s already in v1.7.2 so no worries updating ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Magic Members – error after transaction’ is closed to new replies.