Browse Source

Update check.php with instructions for ubuntu

Ran into this issue while installing on ubuntu, the fix i document fixed it for me
Sam 8 years ago
parent
commit
1dc6bbc3dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      check.php

+ 1 - 1
check.php

@@ -25,7 +25,7 @@ function check($extension) {
         
         if($extension == "PDO_SQLITE") :
             
-            echo '<br/> If you are on Windows, please uncomment this line in php.ini: ;extension=php_pdo_sqlite.dll';
+            echo '<br/> If you are on Windows, please uncomment this line in php.ini: ;extension=php_pdo_sqlite.dll<br/>If you are on Ununtu, please install php5.3-sqlite or php7-sqlite depending on your version of PHP, then restart PHP service';
         
         endif;