Closed fazilpm closed 6 years ago
Hi, I can able to connect and insert in Sharepoint(2013) list. But when I am trying to fetch details from list using below code
$sp->read('Sales Order Details', 10, array('color'=>'smith'));
i am getting below error. can you please tell how to fix it.
( ! ) Fatal error: Uncaught exception 'Exception' with message 'Error' in C:\wamp\www\sharepoint\src\Thybag\Auth\SoapClientAuth.php on line 129
got issue. it was because of wrong column name. fixed and started working fine
Hi, I can able to connect and insert in Sharepoint(2013) list. But when I am trying to fetch details from list using below code
$sp->read('Sales Order Details', 10, array('color'=>'smith'));
i am getting below error. can you please tell how to fix it.
( ! ) Fatal error: Uncaught exception 'Exception' with message 'Error' in C:\wamp\www\sharepoint\src\Thybag\Auth\SoapClientAuth.php on line 129
( ! ) Exception: Error in C:\wamp\www\sharepoint\src\Thybag\Auth\SoapClientAuth.php on line 129