Answers for "require ext-pdo_sqlite * -> it is missing from your system. Install or enable PHP's pdo_sqlite extension."

PHP
0

require ext-pdo_sqlite * -> it is missing from your system. Install or enable PHP's pdo_sqlite extension.

sudo apt-get install php7.0-sqlite3

Change 7.0 with your php version.
Check php version: php -v
Posted by: Guest on March-06-2022

Code answers related to "require ext-pdo_sqlite * -> it is missing from your system. Install or enable PHP's pdo_sqlite extension."

Browse Popular Code Answers by Language