Environment
-
=')) : ?>
- Your version of PHP is 7.2.0 or higher (detected ).
- Your version of PHP is too low. You need PHP 7.2.0 or higher to use CakePHP (detected ).
- Your version of PHP has the mbstring extension loaded.
- Your version of PHP does NOT have the mbstring extension loaded.
- Your version of PHP has the openssl extension loaded.
- Your version of PHP has the mcrypt extension loaded.
- Your version of PHP does NOT have the openssl or mcrypt extension loaded.
- Your version of PHP has the intl extension loaded.
- Your version of PHP does NOT have the intl extension loaded.
Filesystem
- Your tmp directory is writable.
- Your tmp directory is NOT writable.
- Your logs directory is writable.
- Your logs directory is NOT writable.
- The Engine is being used for core caching. To change the config edit config/app.php
- Your cache is NOT working. Please check the settings in config/app.php
Database
connect(); } catch (Exception $connectionError) { $connected = false; $errorMsg = $connectionError->getMessage(); if (method_exists($connectionError, 'getAttributes')) : $attributes = $connectionError->getAttributes(); if (isset($errorMsg['message'])) : $errorMsg .= '' . $attributes['message']; endif; endif; } ?>
- CakePHP is able to connect to the database.
- CakePHP is NOT able to connect to the database.
DebugKit
- DebugKit is loaded.
- DebugKit is NOT loaded. You need to either install pdo_sqlite, or define the "debug_kit" connection name.