<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

   kekie: I'm trying to install tiki on a lamp stack on my local machine (linux mint 18.3), but I keep getting an error in tiki-check.php
   <br> "None of the supported database drivers (PDO/mysqli/mysql) is loaded. This prevents Tiki from functioning."
   <br> But my phpinfo() states that SQLite 3.x is installed, as is the PDO
   <br> How do I resolve this issue?
   xavi: joined #tikiwiki
   luciash: <u>kekie</u>: I guess you need to install mariadb/mysql and php-mysql drivers too
   Jyhem: Hi kekie, have you installed either mysql or mariadb?
   <br> sqlite is a lightweight database which Tiki can use for totally secundary tasks, like looking up the revision system status. The data is really stored in either mysql or mariadb
   <br> if either mysql or mariadb is installed, maybe you miss some php-mysql package
   panamausa: joined #tikiwiki
   Caarrie: joined #tikiwiki
   kekie: joined #tikiwiki
   <br> I installed mysql-server and php7.0-mysql
   <br> No luck
   xavi: joined #tikiwiki