thybag / PHP-SharePoint-Lists-API

A simple PHP API to make working with SharePoint lists easy.
MIT License
184 stars 95 forks source link

Error While reading List on sharepoint 2013 on premise #145

Closed fazilpm closed 6 years ago

fazilpm commented 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

( ! ) Exception: Error in C:\wamp\www\sharepoint\src\Thybag\Auth\SoapClientAuth.php on line 129

fazilpm commented 6 years ago

got issue. it was because of wrong column name. fixed and started working fine