Skip to content

Instantly share code, notes, and snippets.

@tuxis-ie
Created September 21, 2015 13:41
Show Gist options
  • Save tuxis-ie/9dfa98962d2ab9f56418 to your computer and use it in GitHub Desktop.
Save tuxis-ie/9dfa98962d2ab9f56418 to your computer and use it in GitHub Desktop.
$result = $client->search_prefix(array(
'auth' => $auth,
'query_string' =>
array( "operator" => "equals",
"val1" => "customer_id",
"val2" => $adminuser['customer_id'])
));
Uncaught exception 'XML_RPC2_FaultException' with message '<type 'exceptions.TypeError'>:argument of type 'NoneType' is not iterable' in /usr/share/php/XML/RPC2/Exception.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment