• Resolved digibuze

    (@digibuze)


    Hi,

    since I’ve made the update of CF7 to version 3.9 today, the form can’t submit (the little wheel keeps turning on without returning any success message).
    Firebug console indicates me this:

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/mysite/www/wp-content/plugins/forms-3rdparty-integration/plugins/contactform7.php on line 154
    {"mailSent":true,"into":"#wpcf7-f1314-o1","captcha":null,"message":"Your message has been sent \u00e9t\u00e9 envoy\u00e9. Merci.","onSentOk":["location = '\/';"]}

    It clearly appears 3rd party plugin is blocking something but what?
    Does any of you know what can I do please?

    Thanks for the help

    https://www.ads-software.com/plugins/forms-3rdparty-integration/

Viewing 15 replies - 1 through 15 (of 17 total)
  • I’m having trouble with the update to CF7 3.9 as well. We are using this plugin with salesforce.com and keep receiving the message the a new lead has been assigned but there is no data within the fields. Any help as to how to properly configure with salesforce.com? Is there an update to make on our wordpress side or do I need to contact the developers of our salesforce.com portal for the fix? Here is a link to our contact form: https://www.willburt.com/contact/ which should be directed to salesforce upon completion. Any help? Thanks!

    Thread Starter digibuze

    (@digibuze)

    I guess an update could help. I’m sure it’s no big deal to fix it.
    Thanks again for your support.

    Experienced this same issue yesterday, with the same error message in Firebug. It sent an array including only the keys and values that are set directly in the 3rd party admin, anything coming from the CF7 form was ignored or not included in the submission, which was then dropped/blocked by SugarCRM for missing required fields. I reverted back to CF7 3.8.1 until it’s compatible.

    I am having the same problem. Ever since the CF7 3.9 Update I have had to disable this plugin as it keeps timing out. Been working for a year no problem.

    When can we expect an update?

    Plugin Author zaus

    (@zaus)

    I’ll try to take a look this weekend.

    Plugin Author zaus

    (@zaus)

    Ah…looks like he changed the plugin structures:
    https://contactform7.com/2014/07/02/contact-form-7-39-beta/

    Hopefully not too much different.

    Plugin Author zaus

    (@zaus)

    Hey can anyone confirm that this branch works (i.e. download zip and install manually): https://github.com/zaus/forms-3rdparty-integration/tree/cf7-3p9

    If so I can merge it and publish.

    So it does transfer the data over to Salesforce.com, but the form submissions stalls and keeps spinning…. Looking to see if there is something else that is causing that.

    Plugin Author zaus

    (@zaus)

    @daryljohnson — if you inspect the Network tab in Developer tools (chrome, f12, similar to original post) you’ll see the response of the ajax post; if it’s not an outright 500 failure I’ve seen it where WP_DEBUG is printing warning messages, which “break” the JSON formatting of the response that CF7 expects to parse, so that even though everything works correctly server-side the client-side processing is interrupted.

    If it is a 500, enabling WP_DEBUG_LOG too may give you more specifics.

    Thread Starter digibuze

    (@digibuze)

    @zaus, it seems to work fine for me ??
    Can I use this version for my production website or should I wait for the official update?

    Thanks for all

    Plugin Author zaus

    (@zaus)

    @digibuze You can use it — I’m going to merge and publish that version once @daryljohnson confirms it’s working too, so unless he finds a problem it’ll be the same code. If he does find an issue I’ll bump the version and you’ll get the update notice.

    Thread Starter digibuze

    (@digibuze)

    @zaus, Great! you rock man. Thanks again for this cool plugin.

    Take care

    im doing it now

    Not getting a 500.

    Getting a 200. The email sends. The preview tab under network shows the message: “Your message was sent successfully. Thanks”

    I have the email response, and it goes to Salesforce.com

    but its still spinning. Im checking another site right now

    it works. found the issue. push it

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Problem with CF7 3.9 update’ is closed to new replies.