Bonjour,
Je commence un projet sur cakephp 3
J'ai activé les plugins et le plugin DebugKit utilise pdo_sqlite. Je n'utilise pas pdo_sqlite sur ma machine Vagrant. Comment je peut faire fonctionner sans pdo_sqlite.

Merci

6 réponses


tleb
Réponse acceptée
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5-sqlite

Je te conseille plutôt d'instaler pdo_sqlite sur ta machine vagrant

lakamark
Auteur

j'ai essayer mais ça me retourne plein d'erreurs.

Bonsoir.

j'ai essayer mais ça me retourne plein d'erreurs.

Montres nous les erreurs, car de toute manière, tu ne pourras pas faire fonctionner correctement DebugKit sans l'extension pdo_sqlite.

lakamark
Auteur

Quand je fait la commande :

sudo apt-get install php5-sqlite

sur ma machine vagrant cela me retourne les erreur suivante :

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  php5-sqlite
0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
Need to get 31.0 kB of archives.
After this operation, 131 kB of additional disk space will be used.
Err http://repo.puphpet.com/dotdeb/ wheezy-php55/all php5-sqlite amd64 5.5.16-1~dotdeb.1
  404  Not Found [IP: 50.56.178.101 80]
Failed to fetch http://repo.puphpet.com/dotdeb/dists/wheezy-php55/php5/binary-amd64/php5-sqlite_5.5.16-1~dotdeb.1_amd64.deb  404  Not Found [IP: 50.56.178.101 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
lakamark
Auteur

Merci ça fonctionne