Hallo zusammen,
nachdem ich auf eine neue MariaDB/PHP Version updaten musste, wollte ich testweise auch mal die neue 2.2.4 installieren. Ich scheitere aber schon mit dem Fehler (Fatal error: Uncaught RuntimeException: Cannot read PHP configuration: pdo_mysql.default_socket in ...) nachdem ich Datenbanktyp MySQL ausgewählt und auf weiter geklickt habe.
Windows 11, Apache, MariaDB 11.8.3, PHP 8.4.5
In der php.ini steht:
[Pdo_mysql]
; Default socket name for local MySQL connects. If empty, uses the built-in
; MySQL defaults.
pdo_mysql.default_socket=
In der alten php.ini stand:
[Pdo]
pdo_mysql.default_socket="MySQL"
[Pdo_mysql]
pdo_mysql.default_socket=
Hat auch nicht funktioniert. Dann habe ich nochmal mit nur
[Pdo_mysql]
pdo_mysql.default_socket="MySQL"
probiert, aber das hat auch nichts gebracht.
Bei der Installation der 2.1.16 vor ein paar Jahren gab es keine Probleme. Ist vielleicht noch jemand anderes auf diesen Fehler gestoßen und hat eine Lösung parat? (Im github habe ich nichts gefunden.) Was muss man tun, um webtrees 2.2.4 unter Windows zum Laufen zu kriegen?
Gruß
Martina (Klein)