CakePHP

Welcome to CakePHP 4.5.4 Strawberry (🍓)

Please be aware that this page will not be shown if you turn off debug mode unless you replace templates/Pages/home.php with your own version.

Environment

  • Your version of PHP is 7.4.0 or higher (detected 8.2.18).
  • Your version of PHP has the mbstring extension loaded.
  • Your version of PHP has the openssl extension loaded.
  • Your version of PHP has the intl extension loaded.

Filesystem

  • Your tmp directory is writable.
  • Your logs directory is writable.
  • The Cake\Cache\Engine\FileEngine is being used for core caching. To change the config edit config/app.php

Database

Deprecated (16384) : If you cannot use automatic connection management, use $connection->getDriver()->connect() instead. /home2/sketchen/public_html/templates/Pages/home.php, line: 30 You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `templates/Pages/home.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. [in /home2/sketchen/public_html/vendor/cakephp/cakephp/src/Core/functions.php, line 318]
  • CakePHP is NOT able to connect to the database.
    Connection to Mysql could not be established: SQLSTATE[HY000] [1045] Access denied for user 'my_app'@'localhost' (using password: YES)

DebugKit

  • DebugKit is loaded.
  • There are configuration problems present which need to be fixed:
    Try adding your current top level domain to the DebugKit.safeTld config and reload.