Im suddenly getting this for webhook. The Url is clean and has been checked. This error occurs seldom perhaps twice in a day. HOOK: Webhook was not successfully executed. cURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received (0)
Hi Alexander,
There’s a very good article by one of our Support Engineers on troubleshooting cURL Error 28 in WordPress:
http://www.samuelaguilera.com/post/curl-error-28-wordpress
Hi Jim,
Where would be the ideal file to place the suggested code for timeouts mentioned here:
Anyway this value can be overridden using a few WordPress core … http_api_curl http_reuqest_timeout etc. Below you can find an example of how to set the timeout value to 30 seconds using all these filters.
Thanks
This is PHP code in that article that can be added to your theme functions.php file, or you can use a plugin such as this one to keep the code separate from the theme: Code Snippets – WordPress plugin | WordPress.org
Please see this article for additional information on placing PHP snippets: Where Do I Put This Code? - Gravity Forms Documentation
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.