File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,15 @@ $this->addPlugin('DebugKit');
3838
3939If you don't see a CakePHP icon on the bottom right of your page DebugKit is not be
4040working correctly. Some common problems are:
41-
41+
42421 . Your PHP environment doesn't have SQLite installed. Check your application
4343 logs to confirm if this happening. You can either configure DebugKit to use
4444 a different database, or install the PDO SQLite 3 extension.
45452 . Your hostname needs to be added to the ` DebugKit.safeTld ` . If your local
4646 domain isn't a known development environment name, DebugKit will disable
4747 itself to protect a potentially non-development environment.
48+ 3 . If you are using the [ Authorization Plugin] ( https://github.com/cakephp/authorization )
49+ you need to set ` DebugKit.ignoreAuthorization ` to ` true ` in your config.
4850
4951## Reporting Issues
5052
@@ -61,5 +63,5 @@ requests](https://help.github.com/articles/using-pull-requests) or open
6163
6264## Documentation
6365
64- Documentation for DebugKit can be found in the
66+ Documentation for DebugKit can be found in the
6567[ CakePHP documentation] ( https://book.cakephp.org/debugkit/4/en/index.html ) .
You can’t perform that action at this time.
0 commit comments