Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / INSTALL.sqlite.txt
index d89a078b57d8b5ade29eb27ce3a14be3eacab48e..adff4682e25290deeed6c3887301b42422288fe9 100644 (file)
@@ -6,6 +6,17 @@ To use SQLite with your Drupal installation, the following requirements must be
 met: Server has PHP 5.3.10 or later with PDO, and the PDO SQLite driver must be
 enabled.
 
+If you have not pdo_sqlite available depending on your system there are different ways to install it.
+
+Windows
+-------
+Read more about it on http://www.php.net/manual/en/pdo.installation.php
+
+Linux
+-----
+
+  sudo apt-get install php-sqlite3
+
 SQLITE DATABASE CREATION
 ------------------------