php-openid icon indicating copy to clipboard operation
php-openid copied to clipboard

Auth_OpenID_ServerErrorContainer::$error_code is inaccessible

Open a-junpei opened this issue 7 years ago • 0 comments

When using https://github.com/openid/php-openid/commit/263a6c7f299a71f5dd59a7feb2d62b93bb6a577c is later version, the following error occurs.

PHP Fatal error: Cannot access private property Auth_OpenID_ServerErrorContainer::$error_code in /****/vendor/openid/php-openid/Auth/OpenID/Consumer.php on line 1542, referer: ****

It is due to private declared added with the following commits.

https://github.com/openid/php-openid/commit/263a6c7f299a71f5dd59a7feb2d62b93bb6a577c#diff-a3eb6fadd1ca6b93c6a5d7505236c801R2295

a-junpei avatar Aug 16 '17 10:08 a-junpei