We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e27c6f + 1046c15 commit dfe8cdbCopy full SHA for dfe8cdb
1 file changed
templates/Pages/home.php
@@ -39,7 +39,7 @@
39
}
40
if ($name === 'debug_kit') {
41
$error = 'Try adding your current <b>top level domain</b> to the
42
- <a href="https://book.cakephp.org/debugkit/5/en/index.html#configuration" target="_blank">DebugKit.safeTld</a>
+ <a href="https://book.cakephp.org/debugkit/5/configuration.html" target="_blank">DebugKit.safeTld</a>
43
config and reload.';
44
if (!in_array('sqlite', \PDO::getAvailableDrivers())) {
45
$error .= '<br />You need to install the PHP extension <code>pdo_sqlite</code> so DebugKit can work properly.';
0 commit comments