OPUS4 / application

OPUS 4 application.
Other
15 stars 21 forks source link

Fehler beim Ausführen von bin/opus4 - mysql driver not installed #1229

Closed alw-bsz closed 3 months ago

alw-bsz commented 3 months ago

bin/opus4 lässt sich in 4.8.1 nicht ausführen. Es bricht unabhängig vom Befehl (index, help ...) mit dieser Fehlermeldung ab:

_PHP Fatal error: Uncaught Zend_Db_AdapterException: The mysql driver is not currently installed in /opt/work/opus/v481/vendor/opus4/zf1-future/library/Zend/Db/Adapter/Pdo/Abstract.php:112

j3nsch commented 3 months ago

Ohne weitere Informationen ist es schwierig mehr zu sagen, als "es funktioniert auf anderen Systemen".

Vor kurzem war auf einem meiner System nach Updates, PHP 8.3 aktiviert. Damit sind wir noch nicht kompatibel. Wenn auf dem System mehrere PHP Versionen installiert sind, dann sind die notwendigen PHP-Pakete manchmal nicht für alle Versionen installiert. Ein Composer update oder install oder auch info können helfen.

FYI @stconradr, @vgerlach

alw-bsz commented 3 months ago

Danke, @j3nsch; nach composer update tut es jetzt.