pulsejet / nextcloud-oidc-login

Nextcloud login via a single OpenID Connect 1.0 provider
https://apps.nextcloud.com/apps/oidc_login
GNU Affero General Public License v3.0
229 stars 62 forks source link

PHP error after upgrade to 3.1 #279

Closed MonsieurPono closed 5 months ago

MonsieurPono commented 5 months ago

After an upgrade to version 3.1, the login page is blank and these record appears in Nextcloud log files:

[PHP] Erreur: Cannot declare class OCA\OIDCLogin\Provider\OpenIDConnectClient because the name is already in use at /data/www/nextcloud/apps/oidc_login/lib/Provider/OpenIDConnectClient.php#12 GET /apps/oidc_login/oidc de XXXXXXXX par -- à 4 mai 2024 à 11:08:38

Tested with PHP 8.2 and 8.3, Nextcloud 28.0.5.1

Please let me know if you need additional information.

MonsieurPono commented 5 months ago

Merged with #278