andrewscofield / parse.com-php-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined property: stdClass::$code at line 267 in parse.php when "parse.com error: unauthorized"

tzoro opened this issue · comments

To reproduce, just put false appId in config and try to do query. I got:

ErrorException
Undefined property: stdClass::$code

you need to check which is the file cause the issues as the Parse.php file has only 220 lines of code, so its no way the issue with that file..

so you need to check with parseQuery.php (i guess not sure) and check what throw this exception