Skip to content

Cannot use object of type stdClass as array #82

Open
@iNDicat0r

Description

@iNDicat0r

I get the following error in my slim3 app:

Cannot use object of type stdClass as array

Message: Cannot use object of type stdClass as array
File: /var/www/slimapi/vendor/bshaffer/oauth2-server-php/src/OAuth2/Controller/ResourceController.php
Line: 83

basically mongodb return data of type stdClass and the library tries to access the data in the array fashion and therefore it throws the error.

I am using the following options for the mongoDB/Client driver options:
$driver_options['typeMap'] = ['array' => 'array', 'document' => 'array'];

Any idea what is wrong ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions