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
"None of the supported database drivers (PDO/mysqli/mysql) is loaded. This prevents Tiki from functioning."
But my phpinfo() states that SQLite 3.x is installed, as is the PDO
How do I resolve this issue?
xavi: joined #tikiwiki
luciash: kekie: I guess you need to install mariadb/mysql and php-mysql drivers too
Jyhem: Hi kekie, have you installed either mysql or mariadb?
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
if either mysql or mariadb is installed, maybe you miss some php-mysql package
panamausa: joined #tikiwiki
Caarrie: joined #tikiwiki
kekie: joined #tikiwiki
I installed mysql-server and php7.0-mysql
No luck
xavi: joined #tikiwiki