MISP / x_old_misp_docker

MISP Docker (XME edition)
283 stars 167 forks source link

Php mysql plugin missing #30

Closed nukeu666 closed 5 years ago

nukeu666 commented 5 years ago

I build the image without errors but the following error shows up

Error: [MissingConnectionException] Database connection "Mysql" is missing, or could not be created. Exception Attributes: array ( 'class' => 'Mysql', 'message' => 'Selected driver is not enabled', 'enabled' => false, )

It can be fixed by installing php7.3-mysql and restarting the container Should this be added in the Dockerfile too or does the script need to be updated?

xme commented 5 years ago

Fixed