jasonramsden / php-ews

Automatically exported from code.google.com/p/php-ews
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Error when loading the exchange server #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by stijn.ne...@gmail.com on 6 Jan 2012 at 11:54

GoogleCodeExporter commented 9 years ago
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.

Original comment by JamesIArmes@gmail.com on 6 Jan 2012 at 1:21

GoogleCodeExporter commented 9 years ago
This issue has been moved to GitHub 
https://github.com/jamesiarmes/php-ews/issues/14

Original comment by JamesIArmes@gmail.com on 14 Feb 2012 at 3:07