You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.
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);
The text was updated successfully, but these errors were encountered:
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:
i tried to edit the makerequest method in HTTPClient class:
The text was updated successfully, but these errors were encountered: