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');
38
38
39
39
If you don't see a CakePHP icon on the bottom right of your page DebugKit is not be
40
40
working correctly. Some common problems are:
41
-
41
+
42
42
1 . Your PHP environment doesn't have SQLite installed. Check your application
43
43
logs to confirm if this happening. You can either configure DebugKit to use
44
44
a different database, or install the PDO SQLite 3 extension.
45
45
2 . Your hostname needs to be added to the ` DebugKit.safeTld ` . If your local
46
46
domain isn't a known development environment name, DebugKit will disable
47
47
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.
48
50
49
51
## Reporting Issues
50
52
@@ -61,5 +63,5 @@ requests](https://help.github.com/articles/using-pull-requests) or open
61
63
62
64
## Documentation
63
65
64
- Documentation for DebugKit can be found in the
66
+ Documentation for DebugKit can be found in the
65
67
[ CakePHP documentation] ( https://book.cakephp.org/debugkit/4/en/index.html ) .
You can’t perform that action at this time.
0 commit comments