I use CakePHP 3.0.1 and DebugKit (install using Composer).
I checked all steps to enable DebugKit but I don't see DebugKit Panel.
Help me!
Asked
Active
Viewed 985 times
1

ansidev
- 361
- 1
- 3
- 17
-
Has the files been downloaded? I mean, do you see them on the plugins directory? – Choma Apr 19 '15 at 15:41
-
I used this command `php composer.phar require cakephp/debug_kit "3.0.*-dev"`. After running, I see the path is `/path_to_root_folder/vendor/cakephp/debug_kit` – ansidev Apr 19 '15 at 22:24
-
You are right, there is where the files should be. Do you have `'debug' => true` on your config/app.php? Are you loading the plugin in your bootstrap.php? – Choma Apr 19 '15 at 22:45
-
Of courses. I checked them. – ansidev Apr 19 '15 at 23:45
-
Which operative system are you using? do you have sqlite installed? – Choma Apr 20 '15 at 14:31
-
I am using Ubuntu 14.10, I installed php5-sqlite. – ansidev Apr 21 '15 at 06:55
-
Did you installed cake using composer too? It already include debugKit, so you don't have to install it manually. – Choma Apr 21 '15 at 14:42
-
I guess the problem is your app tmp directory, make sure it is writable. – Choma Apr 21 '15 at 14:44
1 Answers
2
Make sure you have the pdo_sqlite
extension enabled for your php in the web server and that the tmp dir exists and is writable.

José Lorenzo Rodríguez
- 9,594
- 35
- 32