Created
September 21, 2015 13:41
-
-
Save tuxis-ie/9dfa98962d2ab9f56418 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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