Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 4385  / 1 Year ago, sat, april 8, 2023, 7:51:49

I installed sqlite3 using sudo apt-get install sqlite3. I also installed phpliteadmin in the var/www folder. When I go on phpliteadmin, it says it cant find sqlite3 and sqlite3database. How do I fix this? sqlite3 works fine in terminal.


More From » database

 Answers
2

This should solve the problem:



sudo apt-get install php5-sqlite


The problem is you have PDO, but not the SQLite PDO driver installed.



Update: Since Ubuntu 16.04, you need the PHP 7 instead of the PHP 5 package:



apt-get install php-sqlite3


Source: https://bitbucket.org/phpliteadmin/public/wiki/Installation


[#28888] Sunday, April 9, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
huovie

Total Points: 234
Total Questions: 99
Total Answers: 105

Location: Central African Republic
Member since Sun, Feb 26, 2023
1 Year ago
huovie questions
Mon, Aug 2, 21, 01:46, 3 Years ago
Thu, Feb 2, 23, 10:58, 1 Year ago
Thu, Oct 21, 21, 08:55, 3 Years ago
Sun, Dec 5, 21, 23:57, 2 Years ago
;