1
votes

I set up the DebugKit in cakephp but I'm getting this error:

Error: DebugKit.ToolbarComponent could not be found.

Error: Create the class ToolbarComponent below in file: C:\xampp\htdocs\eperformance\app\Plugin\DebugKit\Controller\Component\ToolbarComponent.php

<?php class ToolbarComponent extends Component { } ?>

Can anyone help me with this?

2
check your bootstrap do you have CakePlugin::load('DebugKit'); ? - Abhishek
What was the procedure for your installation? - Choma

2 Answers

1
votes

My ng case: cakephp ver.2.6.4 and debugkit ver.2.2 or master

My successful case: cakephp ver.2.6.1 and debugkit ver.2.2

Hope it helps you.

0
votes

Possible walk through:

  1. In bootstrap use this line CakePlugin::load('DebugKit'); OR CakePlugin::loadAll();
  2. Use this link to download debug kit click here
  3. Follow the README.md file in above link