- πΈπ°Slovakia sano
After upgrading to php 8 the module stopped working (see the issue I mistakenly created π Type Error: count(): Argument #1 ($value) must be of type Countable|array, null given Active ), so I tried to use the most recent version of the library (version 1.14.1). When logging in, I saw an error about incompatibility between the setAuthorizationCode function declared in the library (1. below) and a function of the same name declared in the Storage.php of the module (2. below).
1.
setAuthorizationCode($code, $client_id, $user_id, $redirect_uri, $expires, $scope = null, $id_token = null, $code_challenge = null, $code_challenge_method = null)
2.
setAuthorizationCode($code, $client_key, $uid, $redirect_uri, $expires, $scope = null, $id_token = null)
After adding the missing parameters into the function declared in the Storage.php of this module I was able to authenticate.
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - @sano opened merge request.
- Open on Drupal.org βCore: 7.x + Environment: PHP 7.2 & MySQL 5.5last update
over 1 year ago Not currently mergeable. - @sano opened merge request.