Page 1 of 1

Version 2.1.1 PHP 7.0, no mysql

Posted: Sat Aug 19, 2017 3:25 am
by eabjoker
There is no Mysql option available for Database Type in the Configuration setup when running the installer. Only PDO::SQLite and SQLite3 are options. Is this because of PHP 7.0?

Re: Version 2.1.1 PHP 7.0, no mysql

Posted: Thu Sep 14, 2017 1:05 pm
by garvinhicking
eabjoker wrote:There is no Mysql option available for Database Type in the Configuration setup when running the installer. Only PDO::SQLite and SQLite3 are options. Is this because of PHP 7.0?
This might be because you only installed the "php7" package, and maybe not "php-mysqli" or other database backends. MySQL(i) can be missing from php7 depending on your distribution. This is not actually related to Serendipity then; it only shows those backend that are available to PHP.