Afficher la barre de Debukit sur cakephp 3

Par lakamark, il y a 10 ans


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

StarTechs, il y a 10 ans

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

lakamark, il y a 10 ans

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

Lartak, il y a 10 ans

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, il y a 10 ans

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?
tleb, il y a 10 ans
sudo apt-get update sudo apt-get upgrade sudo apt-get install php5-sqlite
lakamark, il y a 10 ans

Merci ça fonctionne