regepanのはてなブログ

個人的なメモ帳レベルの文章。

Fatal error: Uncaught PDOException: could not find driver

  • Vagrant ubuntu16 on Mac
  • PHP 7.0.33-13+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Nov 28 2019 07:43:06) ( NTS )
$ sudo apt-get install -y php7.0-sqlite3

しても

E: There were unauthenticated packages and -y was used without --allow-unauthenticated

とか出てinstallされない模様。

  • y を辞めたらinstallされた。
$ sudo apt-get install php7.0-sqlite3

↓pdo_sqliteが表示されたっぽい。再起動して、直った。
f:id:reggaepunch:20191130075601p:plain

いきなりはじめるPHP~ワクワク・ドキドキの入門教室~

いきなりはじめるPHP~ワクワク・ドキドキの入門教室~

チーム開発実践入門 ~共同作業を円滑に行うツール・メソッド (WEB+DB PRESS plus)

チーム開発実践入門 ~共同作業を円滑に行うツール・メソッド (WEB+DB PRESS plus)

Vagrant入門ガイド

Vagrant入門ガイド

実践 Vagrant

実践 Vagrant

Ubuntuスタートアップバイブル

Ubuntuスタートアップバイブル

Ubuntuサーバー徹底入門

Ubuntuサーバー徹底入門