Closed Alakadoo closed 8 months ago
Um, this table is actually not used for a few eternities, and it was dropped eventually.
From your nextcloud directory, could you run: grep -rl user_saml_auth_token .
(the trailing dot is important).
Do you get any results? The expectation is that it appears in apps/user_saml/lib/Migration/Version6001Date20240202183823.php
only.
I ran grep -rl user_saml_auth_token . from the nextcloud root,, the only result was Version6001Date20240202183823.php yes. I restarted the web server and the errors stopped happening, I think that even tho I updated user_saml to 6.1.2, apache kept running the old version in cache or something like that until I restarted the server ?
Well now I have another error, this time with impact :
[webdav] Erreur: Call to undefined method OCA\User_SAML\UserBackend::checkPassword() PROPFIND /remote.php/dav/files/admin/ de 10.97.50.2 par -- à 21 mars 2024, 15:15:27
Impact is nextcloud windows client can no longer connect. I have the last stable version 3.12.2.
I restarted the web server and the errors stopped happening,
That could be wrongly configured PHP opcache. Perhaps you see warnings about that in Admin settings overview?
I split off the other problem into https://github.com/nextcloud/user_saml/issues/826
Steps to reproduce
1.Update user_saml to 6.1.2 2.Check logs
Expected behaviour
No errors
Actual behaviour
Lot of errors being logged, howerver no actual impact found
Server configuration
Operating system: Ubuntu 22.04
Web server: Apache 2.4.52
Database: mysql 8.0.36
PHP version: 8.1.2
Nextcloud version: (see Nextcloud admin page) 28.0.3
Where did you install Nextcloud from: Nextcloud server download
List of activated apps:
Logs
Nextcloud log (data/owncloud.log)