Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Malay Ladu

    (@malayladu)

    Hi,

    Just want to update you that we are currently looking into your issues.

    Thread Starter liane

    (@liane_)

    ok,

    please let me know if you have trouble replicating any of these issues, I’d be happy to provide more details or admin acces for you to try.

    Plugin Contributor Malay Ladu

    (@malayladu)

    Hi,

    Please contact us. We will take a look into your setup.

    Plugin Contributor Malay Ladu

    (@malayladu)

    @liane_ Just fixed Rainmaker related issue in Email Subscribers 4.0.8.

    Please check and confirm the same.

    • This reply was modified 5 years, 8 months ago by Malay Ladu.
    Thread Starter liane

    (@liane_)

    ok, there is no more error 500… but the thank you message is not displayed, and nobody is subscribed.

    Thread Starter liane

    (@liane_)

    OTOH… I can confirm that with 4.0.8:

    • Emails are now being sent again
    • {{POSTIMAGE}} is now properly sent with the mail
    Thread Starter liane

    (@liane_)

    but…
    {{EMAIL}} is empty

    to fix that:

    change line 164 in includes/class-es-mailer.php from
    $email = isset( $keywords['$email'] ) ? $keywords['email'] : '';
    to
    $email = isset( $keywords['email'] ) ? $keywords['email'] : '';

    • This reply was modified 5 years, 8 months ago by liane. Reason: show fix
    Plugin Contributor Malay Ladu

    (@malayladu)

    @liane_ Thanks for pointing this out.

    Will be fixed in ES 4.0.9

    Thread Starter liane

    (@liane_)

    With 4.0.9, the multisite problem has gone, thanks

    Plugin Contributor Malay Ladu

    (@malayladu)

    @liane_ Thanks for the confirmation.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘multiple issues (4.0.7)’ is closed to new replies.