Anyone experienced problems moving website from another vps using MariaDB 10.1.9 (latest) ? i don't know if it is supported.
Regards
you have this method:
private function isMysqlValidVersion() { $verArray = explode('.', $this->connection->getAttribute(PDO::ATTR_SERVER_VERSION)); return $verArray[0] == 5; }
replace it ==5 with >=5 and try again