zaus / forms-3rdparty-integration

Wordpress Plugin - Forms 3rdparty Integration - a plugin to help integrate 3rdparty services with common WP Forms plugins like Contact Form 7 and Gravity Forms
http://wordpress.org/plugins/forms-3rdparty-integration/
47 stars 14 forks source link

WP 3.7 & 3.8 Break Form Submissions #2

Closed sfs-admin closed 10 years ago

sfs-admin commented 10 years ago

Our forms stop working as soon as we update WP from 3.6 to 3.7 or above. Enabling debug mode, I see the following error below. Any assistance you can offer would be greatly appreciated. Thx!

RAW RESPONSE Array ( [safe_message] => error object [object] => WP_Error Object ( [errors] => Array ( [http_request_failed] => Array ( [0] => Operation timed out with 0 out of -1 bytes received )

            )

        [error_data] => Array
            (
            )

    )

)

zaus commented 10 years ago

That's really strange, I've been using it pretty heavily the last couple days on 3.8 -are you using the latest version? (1.4.6 or .7]

What does your service post look like -is it really large? Have you tried increasing the timeout? Are you able to post to the service_test.php endpoint? Is this consistent or a possibly a coincidental issue from the endpoint itself?

You could also try turning on WordPress debug mode to see if there are any hidden php warnings that could shed some light.

zaus commented 10 years ago

Closing due to lack of response