I have suddenly started getting this error when doing a count in the API using php.
This is the code we have been using for the last 2 years:
$query = array(‘LastName’ => ‘ConsultingRoom’);
$CntCRClinics = $app->dsCount(“Contact”,$query);
This morning it has stopped working.
Can you help please.
Thanks Dan