Export to GitHub

php-ews - issue #14

Error when loading the exchange server


Posted on Jan 6, 2012 by Massive Rabbit

When I add the script (had to figure out what all to include into my php-page too) I get this error: Fatal error: Uncaught SoapFault exception: [Client] SoapClient::__doRequest() returned non string value in /var/www/qbmt/calendar/ews/ExchangeWebServices.php:314 Stack trace: #0 [internal function]: SoapClient->__call('FindFolder', Array) #1 /var/www/qbmt/calendar/ews/ExchangeWebServices.php(314): NTLMSoapClient_Exchange->FindFolder(Object(EWSType_FindFolderType)) #2 /var/www/qbmt/calendar/index.php(34): ExchangeWebServices->FindFolder(Object(EWSType_FindFolderType)) #3 {main} thrown in /var/www/qbmt/calendar/ews/ExchangeWebServices.php on line 314 This is the basic example

Comment #1

Posted on Jan 6, 2012 by Quick Kangaroo

Check the value of $response in NTLMSoapClient::__doRequest() (currently line 80). If the value is NULL check http://code.google.com/p/php-ews/issues/detail?id=11. I should really add a check for this and throw an exception.

Comment #2

Posted on Feb 14, 2012 by Quick Kangaroo

This issue has been moved to GitHub https://github.com/jamesiarmes/php-ews/issues/14

Status: MovedToGitHub

Labels:
Type-Support Priority-Medium