• Resolved Garrett Hyder

    (@garrett-eclipse)


    Hello,

    If I have WP_DEBUG set to true in wp-config.php but none of the other logging constants than I get the error below in error_log in root of site;
    [05-Oct-2016 22:38:47 UTC] PHP Notice: Undefined index: logfileEnabled in …/wp-content/plugins/contact-form-7-mailchimp-extension/lib/functions.php on line 260

    If I set WP_DEBUG to false this goes away and ajax is successful.
    Or if I set WP_DEBUG_LOG to true this also goes away and ajax is successful.

    When I do get the error the email is sent it’s just the ajax response it never come back and I still see the loader gif.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • I can confirm this issue too (also, thanks for the heads up @garrett-eclipse I was just about to write my own api request there and scrap this plugin!) ??

    can confirm also

    you need to enable “Debug Logger” in the mailchimp settings for the form in order to get rid of this error, but obviously that is not wanted behaviour . here’s the issue

    Notice: Undefined index: logfileEnabled in {somepath}/wp-content/plugins/contact-form-7-mailchimp-extension/lib/functions.php on line 260

    I have an indefinite loading bar after form is submitted – anybody experienced that?

    Thread Starter Garrett Hyder

    (@garrett-eclipse)

    Yes, that’s exactly what this issue pertains to. There’s a few options until plugin dev resolves.

    If I set WP_DEBUG to false this goes away and ajax is successful.
    Or if I set WP_DEBUG_LOG to true this also goes away and ajax is successful.

    Or as @jmp909wp indicated;

    you need to enable “Debug Logger” in the mailchimp settings for the form in order to get rid of this error, but obviously that is not wanted behaviour

    Hope that helps get your forms submitting for now until this issue is properly resolved.

    Cheers

    Amazing! Set WP_DEBUG to false and worked perfectly

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘logFileEnabled message causes ajax to send but not return success’ is closed to new replies.