Skip to content

PHP Notice when calling get_user #2

Description

@mukeshgami

When try to get user object by calling get_user('_id') it throws PHP Notice below

PHP Notice: Undefined property: stdClass::$http_code in .../SynapsePHP-master/synapse_rest/HttpClient.php on line 19

Notice: Undefined property: stdClass::$http_code in .../SynapsePHP-master/synapse_rest/HttpClient.php on line 19
PHP Notice: Undefined property: stdClass::$http_code in .../SynapsePHP-master/synapse_rest/client.php on line 92

Notice: Undefined property: stdClass::$http_code in /Users/mukeshgami/Development/PHP/SynapsePHP-master/synapse_rest/client.php on line 92
PHP Notice: Undefined property: stdClass::$error in .../SynapsePHP-master/synapse_rest/client.php on line 92

Notice: Undefined property: stdClass::$error in /Users/mukeshgami/Development/PHP/SynapsePHP-master/synapse_rest/client.php on line 92
PHP Notice: Trying to get property 'en' of non-object in .../SynapsePHP-master/synapse_rest/client.php on line 92

Notice: Trying to get property 'en' of non-object in /Users/mukeshgami/Development/PHP/SynapsePHP-master/synapse_rest/client.php on line 92
PHP Notice: Undefined property: stdClass::$error_code in .../SynapsePHP-master/synapse_rest/client.php on line 92

Notice: Undefined property: stdClass::$error_code in /Users/mukeshgami/Development/PHP/SynapsePHP-master/synapse_rest/client.php on line 92
PHP Notice: Undefined property: stdClass::$http_code in .../SynapsePHP-master/synapse_rest/HttpClient.php on line 19

Notice: Undefined property: stdClass::$http_code in .../SynapsePHP-master/synapse_rest/HttpClient.php on line 19
PHP Notice: Trying to get property 'http_code' of non-object in .../SynapsePHP-master/synapse_rest/HttpClient.php on line 77

Notice: Trying to get property 'http_code' of non-object in .../SynapsePHP-master/synapse_rest/HttpClient.php on line 77
PHP Notice: Trying to get property 'oauth_key' of non-object in .../SynapsePHP-master/synapse_rest/client.php on line 71

Notice: Trying to get property 'oauth_key' of non-object in .../SynapsePHP-master/synapse_rest/client.php on line 71

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions