[CLOSED] DebugKit - cakephp 3.2.9 - php 7

Hello,
In order to test PHP 7, I made my own LINUX MINT server.
After installing CakePHP 3.2.9 I’ve realized that the DebugKit doesn’t work. it is well noted as install but does not appear on screen. And there is no error message.
The DebugKit is compatible PHP 7?
Thank you for your reply.
Regards,
Xavier SENELAR

Debugkit uses sqlite, do you have it installed on your server?

You need to upgrade sqlite extensions…

apt-get install -y php7.0-sqlite3
1 Like

Most Ubuntu variants come with sqlite. We only need an extension.

Hi,

Thanks !! I think I had installed it but I forgot !!

Now it’s working !

Thanks again,

King regards