Title: Problem with CF7 3.9 update
Last modified: August 21, 2016

---

# Problem with CF7 3.9 update

 *  Resolved [digibuze](https://wordpress.org/support/users/digibuze/)
 * (@digibuze)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/)
 * 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://wordpress.org/plugins/forms-3rdparty-integration/](https://wordpress.org/plugins/forms-3rdparty-integration/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/problem-with-cf7-39-update/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-cf7-39-update/page/2/?output_format=md)

 *  [moliver27](https://wordpress.org/support/users/moliver27/)
 * (@moliver27)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099668)
 * 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: [http://www.willburt.com/contact/](http://www.willburt.com/contact/)
   which should be directed to salesforce upon completion. Any help? Thanks!
 *  Thread Starter [digibuze](https://wordpress.org/support/users/digibuze/)
 * (@digibuze)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099689)
 * I guess an update could help. I’m sure it’s no big deal to fix it.
    Thanks again
   for your support.
 *  [breinsch](https://wordpress.org/support/users/breinsch/)
 * (@breinsch)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099772)
 * 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.
 *  [wlamoreaux](https://wordpress.org/support/users/wlamoreaux/)
 * (@wlamoreaux)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099780)
 * 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](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099798)
 * I’ll try to take a look this weekend.
 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099799)
 * Ah…looks like he changed the plugin structures:
    [http://contactform7.com/2014/07/02/contact-form-7-39-beta/](http://contactform7.com/2014/07/02/contact-form-7-39-beta/)
 * Hopefully not too much different.
 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099803)
 * 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](https://github.com/zaus/forms-3rdparty-integration/tree/cf7-3p9)
 * If so I can merge it and publish.
 *  [DarylJohnson](https://wordpress.org/support/users/daryljohnson/)
 * (@daryljohnson)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099806)
 * 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](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099807)
 * [@daryljohnson](https://wordpress.org/support/users/daryljohnson/) — if you inspect
   the Network tab in Developer tools (chrome, f12, [similar to original post](http://wordpress.org/support/topic/problem-with-cf7-39-update?replies=12#post-5791381))
   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](https://wordpress.org/support/users/digibuze/)
 * (@digibuze)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099808)
 * [@zaus](https://wordpress.org/support/users/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](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099809)
 * [@digibuze](https://wordpress.org/support/users/digibuze/) You can use it — I’m
   going to merge and publish that version once [@daryljohnson](https://wordpress.org/support/users/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](https://wordpress.org/support/users/digibuze/)
 * (@digibuze)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099811)
 * [@zaus](https://wordpress.org/support/users/zaus/), Great! you rock man. Thanks
   again for this cool plugin.
 * Take care
 *  [DarylJohnson](https://wordpress.org/support/users/daryljohnson/)
 * (@daryljohnson)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099814)
 * im doing it now
 *  [DarylJohnson](https://wordpress.org/support/users/daryljohnson/)
 * (@daryljohnson)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099815)
 * 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
 *  [DarylJohnson](https://wordpress.org/support/users/daryljohnson/)
 * (@daryljohnson)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099816)
 * it works. found the issue. push it

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/problem-with-cf7-39-update/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-cf7-39-update/page/2/?output_format=md)

The topic ‘Problem with CF7 3.9 update’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/forms-3rdparty-integration.svg)
 * [Forms: 3rd-Party Integration](https://wordpress.org/plugins/forms-3rdparty-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forms-3rdparty-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forms-3rdparty-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forms-3rdparty-integration/reviews/)

 * 17 replies
 * 6 participants
 * Last reply from: [digibuze](https://wordpress.org/support/users/digibuze/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/page/2/#post-5099819)
 * Status: resolved