parse.com-php-library
parse.com-php-library copied to clipboard
Undefined property: stdClass::$code at line 267 in parse.php when "parse.com error: unauthorized"
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