Nextcloud 14.0.1.1 Probleme mit php7.2

Hallo Zusammen,

ich habe Probleme mit Version 14.0.1.1 und PHP 7.2.10.
Nextcloud ist auf einem CentOS 7 installiert. Nach einem Update auf die oben genannt PHP Version bekomme ich folgende Meldungen in der Error.log von nextcloud

Hier ein Ausschnitt:

[Sat Sep 29 22:58:39.446495 2018] [php7:error] [pid 548] [client XXXXXXXX] PHP Fatal error: Uncaught OCP\AppFramework\QueryException: Could not resolve defaultTokenProvider! Class defaultTokenProvider does not exist in /var/www/html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php:110\nStack trace:\n#0 /var/www/html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(125): OC\AppFramework\Utility\SimpleContainer->resolve(‘defaultTokenPro…’)\n#1 /var/www/html/nextcloud/lib/private/ServerContainer.php(132): OC\AppFramework\Utility\SimpleContainer->query(‘defaultTokenPro…’)\n#2 /var/www/html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(81): OC\ServerContainer->query(‘defaultTokenPro…’)\n#3 /var/www/html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(104): OC\AppFramework\Utility\SimpleContainer->buildClass(Object(ReflectionClass))\n#4 /var/www/html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(125): OC\AppFramework\Utility\SimpleContainer->resolve(‘OC\\Authenticati…’)\n#5 /var/www/html/nextcloud/lib/private/ServerContainer.php in /var/www/html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php on line 110

Hat jemand ein ähnliches Problemß

Bei anmelden am Webinsterface kommt auch der Hinweis:

Es wurden mehrere ungültige Anmeldeversuche von Ihrer IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert

Wäre Dankbar wenn mir jemand weiterhelfen könnte.

Vielen Dank

I run Nextcloud with PHP 7.2.9 here without issues.

Could not resolve defaultTokenProvider!

First I thought about the PHP tokenizer mod, but actually it is neither listed in official prerequisites, nor do I have it enabled on my system.

First web search result leads to similar topics here just days old. Perhaps some bug that appeared with NC14?

Finally found the same error message on GitHub: PHP Fatal error after upgrade to 14.0.0 · Issue #11225 · nextcloud/server · GitHub

@anme
Please check the status of your database. At least this was the reason for some users on GitHub, facing this (misleading) error message.

hello
I found the Solution.
A package was missing

php 72- php -mysqlnd.x86_64

Good hint for the other (links) TOs that it indeed again had something to do with database access.

Hello Anme,
was genau hast Du gemacht?
Habe das gleiche Problem.
Danke für einen Tipp.
LG
MaWi

Hey mawi,

Bei mir haben die zwei Pakete gefehlt

php 72- php -mysqlnd.x86_64

Hallo Anme,

vielen Dank für die schnelle Antwort, wie hast Du die aber installiert, via Plesk?

Hey,

nein ich habe es direkt über die Console Installiert. Was für ein System hast du?

Hallo @anme,

ich habe das selbe Problem bei der Anmeldung an meine Nextcloud:

Es wurden mehrere ungültige Anmeldeversuche von Deiner IP-Adresse festgestellt.
Daher wird die nächste Anmeldung um 30 Sekunden verzögert.

Ich blick nur nicht ganz durch wie ich die beiden Pakete installieren soll im Terminal.
Bei mir läuft auch PHP7.2

Basissystem ist Ubuntu Server 18.04.2 LTS und Nextcloud ist in der Version 15.0.4 installiert.