godzillazg Posted September 10, 2015 Share Posted September 10, 2015 Hi guys....i get this error: Notice: SoapClient::__doRequest(): send of 8192 bytes failed with errno=32 Broken pipe in /srv/www/eDozvola/EDozvola.php on line 143 Fatal error: Uncaught SoapFault exception: [HTTP] Failed Sending HTTP SOAP request in /srv/www/eDozvola/EDozvola.php:143 Stack trace: #0 [internal function]: SoapClient->__doRequest('__call('PosaljiSveClano...', Array) #2 /srv/www/eDozvola/EDozvola.php(143): SoapClient->PosaljiSveClanoveKomore(Array) #3 /srv/www/eDozvola/index.php(200): EDozvola->initSendOnly(Object(SoapClient)) #4 {main} thrown in /srv/www/eDozvola/EDozvola.php on line 143 Its hapening when i send more than 1500 members data in one request. Does someone knows what is happening and how to resolve this? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
iarp Posted September 11, 2015 Share Posted September 11, 2015 I believe you're getting that because the request is either too large or taking too long for the receiving server and it is timing out before your script finishes sending data. I would try breaking it into more than one request. Quote Link to comment Share on other sites More sharing options...
godzillazg Posted September 11, 2015 Author Share Posted September 11, 2015 Yes...i tryed that...send les than 1500 in one sesion but than on second session dies at 500 or so. Im gona try make new user and new connection sith server and see whats happend. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.