Made today docker-compose down; docker-compose pull; docker-compose up -d but
PHP Fatal error: Class OCA\User_SAML\UserBackend contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (OCP\Authentication\IApacheBackend::getLogoutUrl) in /apps2/user_saml/lib/userbackend.php on line 34
Output of docker exec -ti nextcloud_glegal occ upgrade error as above:
PHP Fatal error: Class OCA\User_SAML\UserBackend contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (OCP\Authentication\IApacheBackend::getLogoutUrl) in /apps2/user_saml/lib/userbackend.php on line 34
Made today docker-compose down; docker-compose pull; docker-compose up -d but
PHP Fatal error: Class OCA\User_SAML\UserBackend contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (OCP\Authentication\IApacheBackend::getLogoutUrl) in /apps2/user_saml/lib/userbackend.php on line 34
Error seems to be the same as in https://github.com/nextcloud/server/issues/6501
Output of docker exec -ti nextcloud_glegal occ upgrade error as above:
PHP Fatal error: Class OCA\User_SAML\UserBackend contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (OCP\Authentication\IApacheBackend::getLogoutUrl) in /apps2/user_saml/lib/userbackend.php on line 34
Any suggestion? Regards Enrico