Started a fresh install of Mautic 2.0, installer checks and verifies, then when setting up the db it’s missing list of db drivers. If I proceed without a db driver selection it errors with “Uh oh I broke something” message… (Php 56, Apache 24, Mysql 55)
Started a fresh install of Mautic 2.0, installer checks and verifies, then when setting up the db it’s missing list of db drivers. If I proceed without a db driver selection it errors with “Uh oh I broke something” message… (Php 56, Apache 24, Mysql 55)
Answering my own question: Had to install php56-mysqlnd that solves the problem. It might be a good idea to include in the validation routine as the installer starts up.
I solved by this command : apt-get install php7.0-mysql
maybe help some body .