pdo sqlite could not find driver… php file not processing

前端 未结 4 1056
-上瘾入骨i
-上瘾入骨i 2020-12-03 10:37

Hi i\'m received the could not find driver error when trying to connect to sqlite via a php file. I\'ve set permission to 777... PHP Version 5.2.16, i have

4条回答
  •  囚心锁ツ
    2020-12-03 11:16

    I had to actually install the extension, and this is how i did on Ubuntu 16 running PHP 7.1:

    sudo apt install php7.1-sqlite3

提交回复
热议问题