Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author eventualo

    (@eventualo)

    Hi.
    Are you using WordPress in another language other than english? The cause could be a bugged translation: to be sure you can make a test setting up your blog in english.
    Then, I suggest that you read the checklist in this faq.

    Thread Starter mcjohn

    (@mcjohn)

    Yep, I’m using czech translation for wp, I don’t use qTranslate plugin.
    John

    Hello
    I am also having the same problem !!!

    Soon after I added the widget on the homepage, I do a test, including a name / email and the following message appeared: “ajax error”.

    The registration was done, however, the error message continues.

    What to do to solve this problem?

    Use my site with the language “pt-BR” and I can not install on another!

    Thank’s!

    Plugin Author eventualo

    (@eventualo)

    Hi everyone…
    for myself, I tracked down all functions starting with the Ajax call from the ALO Easymail subscribtion form. What I have found is my PHP memory_limit variable was not high enough when it was time to call PHPMailer function within ALO Easymail functions. It was set to 16M.

    So I put this line
    ini_set('memory_limit', '64M');
    right after the php opening tag (on line 2) in wp-config.php to increase this value.

    It all work fine now.
    Maybe it can help someone.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: ALO EasyMail Newsletter] Ajax error’ is closed to new replies.