- Issue created by @Pandepoulus
- Merge request !10Issue #3366668: module stopped working after library upgrade β (Closed) created by Pandepoulus
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - Merge request !11AuthorizationCodeInterface method signature change β (Merged) created by Pandepoulus
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - Status changed to RTBC
over 1 year ago 10:04am 27 June 2023 - Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - πΉπ·Turkey orkut murat yΔ±lmaz Istanbul
Hello all,
I've faced the same error, as soon as I've activated the module.
After that, I've downloaded the code changes on @Pandepoulus merge request !11 as the patch attached. After that, it started working. Thank you @Pandepoulus:)
I'm changing the issue's status as RTBC now. Please approve and merge.
Best,
Orkut - last update
over 1 year ago 6 fail - last update
over 1 year ago 6 fail - Open in Jenkins β Open on Drupal.org βCore: 10.1.x + Environment: PHP 8.2 & MySQL 8 (--ignore-platfrom-reqs)last update
about 1 year ago Composer require failure - πΊπΈUnited States jghyde
As of Jan 15, 2024, the latest Beta for D9/10 still causes this WSOD. Here's what I did:
1. Manually download the library:
cd <docroot>/libraries git clone https://github.com/bshaffer/oauth2-server-php.git
2. Then:
cd oauth2-server-php git checkout v1.7.0
3. Add the patch above to composer.json:
"patches": { "drupal/oauth2_server": { "AuthorizationCodeInterface method signature change for oAuth2 Server": "https://www.drupal.org/files/issues/2023-06-27/11.patch" } },
4.
composer install
should install the patch.
5.drush en oauth2_server
6.drush cr
7.drush updb
(I did this just in case. Should throw no oauth2_server errors)
8. Website works with the module enabled! - last update
11 months ago Composer require failure - last update
11 months ago run-tests.sh fatal error - π¦πΊAustralia cafuego
The patch from #11 seems to work fine for me with oauth2-server-php v1.14.1
You shouldn't need to both pin the library to an old version *and* patch the Drupal module to support the new one.
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
10 months ago Waiting for branch to pass - ππΊHungary danyg Budapest
And this patch will help for those who still use 7.x branch of this module and has an updated library.
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
10 months ago Waiting for branch to pass - ππΊHungary danyg Budapest
Sorry, wrong patch in my previous comment. So, this fix is for 7.x-1.x users.
- last update
10 months ago 28 pass, 3 fail - Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
10 months ago Waiting for branch to pass - last update
10 months ago 22 pass - Status changed to Fixed
10 months ago 5:45am 7 March 2024 Automatically closed - issue fixed for 2 weeks with no activity.