disableAutoLayout(); if (!Configure::read('debug')) : throw new NotFoundException( 'Please replace templates/Pages/home.php with your own version or re-enable debug mode.' ); endif; $cakeDescription = 'CakePHP: the rapid development PHP framework'; ?> Html->charset() ?> <?= $cakeDescription ?>: <?= $this->fetch('title') ?> Html->meta('icon') ?> Html->css('milligram.min.css') ?> Html->css('cake.css') ?> Html->css('home.css') ?> fetch('meta') ?> fetch('css') ?> fetch('script') ?>
CakePHP

Welcome to CakePHP 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.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.