Questions tagged [cakephp-debug-kit]

Provides a debugging toolbar and enhanced debugging tools for CakePHP applications.

DebugKit provides a debugging toolbar and enhanced debugging tools for CakePHP applications.

25 questions
0
votes
1 answer

How can I properly add CakePHP's Debug Kit to a reporting tool?

I'm new to Debug Kit and spent this day with studying it, looking at its source-code, reading about it to gather as much information as possible. Even though I'm not an expert about this plugin, I think I'm ready to ask a question here on SO about…
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
0
votes
1 answer

Cakephp3 - Show HTTP Client request URL in debugkit panel

I am using cakephp 3.x . I have added my custom panel in debug-kit show my custom data here. This panel will show the URLs - to which HTTP client send the request. Any Idea to proceed?? If i need to added any callback function or any additional…
sssurii
  • 750
  • 4
  • 17
0
votes
1 answer

CakePHP 3.0 / DebugKit Plugin Element Override

I am trying to override the template file for the environment panel in the CakePHP 3.0 DebugKit. The file is located at app/vendor/cakephp/debug_kit/src/Template/Element/environment_panel.ctp According to the docs, placing my own file…
Calteran
  • 1,063
  • 8
  • 12
0
votes
1 answer

CakePHP 3.4 DebugKit won't request via TLS behind AWS load balancer

I'm running my webapp on AWS Elastic Beanstalk on instances behind a load balancer. I terminate HTTPS at the load balancer as per AWS Documentation. Apache is set to rewrite any inbound http requests to https via this directive:
Calteran
  • 1,063
  • 8
  • 12
0
votes
1 answer

CakePHP v3.2.12 Debug Kit http://test/debug_kit/js/toolbar.js 404 (Not Found)

in CakePHP v3.2.12 I get GET http://test/debug_kit/js/toolbar.js 404 (Not Found) When I try this: cd webroot ln -s ../vendor/cakephp/debug_kit/webroot debug_kit I get this: toolbar.js:53 GET…
0
votes
0 answers

Cakephp 3.~, Debugkit 3.~ isn't loading after update with composer

After i've updated cakephp 3.~ with composer the debugkit isn't it showing. And the webrowser keeps giving me the loading circle sign. I've tried "composer dump-autoload" and still no luck. I'm developing local on "windows 10" with Wampserver 2.5.
shaw kwok
  • 241
  • 5
  • 11
0
votes
0 answers

DebugKit not working

On my CakePHP 3.1.7 DebugKit 3.0.0-beta2 is installed. debug is set to true, pdo_sqlite is installed If I load a page on the browser /tmp/debug_kit.sqlite is created No error message at /logs, no error message in apache log, no errors on…
rrd
  • 1,441
  • 2
  • 15
  • 36
0
votes
1 answer

CakePHP 2.6 DebugKit not loading properly

So I recently tried to install DebugKit for cakephp 2.6 and run into an interesting propblem. I have loaded the plugin in bootstrap.php. I have debug set to 1 in core.php. I have the component loaded in AppController.php. And I have removed the…
GatorGuy023
  • 297
  • 2
  • 3
  • 11
0
votes
1 answer

Don't use layouts except DebugKit

I want to use DebugKit, but my problem is the next: I designed a login page for the project. And on my routes.php I defined it as my index page, in this way: Router::connect('/', array('controller' => 'users', 'action' => 'login')); I use public…
eduardo a
  • 152
  • 4
  • 17
0
votes
1 answer

Make an entry to debugkit log

The debugkit plugin is working just fine for me, but I cannot figure out how to make an entry that will show up in the toolbar`s Log tab (not Sql Log tab). I`ve tried: DebugKit::write('log','got here'); ..but it errors out with a 500. ...btw …
Shaun
  • 113
  • 2
1
2