MZMailChimpBundle
MZMailChimpBundle copied to clipboard
Buzz-RequestException
i override the bundle following the symfony standard, after debugging and making sure that all my new methods are loaded, i got this error message, also when i try to execute a method already implemented in the MZMailChimpBundle:
[Buzz\Exception\RequestException]
Connection timed out after 5001 milliseconds
i tried to edit the makerequest method in HTTPClient class:
$curl->setOption($curl, CURLOPT_TIMEOUT, 400);
I have similiar problem. 5 seconds of timeout isn't enough.