layout = false; if (! Configure::read('debug')) : throw new NotFoundException('Please replace src/Template/Pages/home.ctp with your own version.'); endif; $cakeDescription = 'CakePHP: the rapid development PHP framework'; ?> Html->charset() ?> <?= $cakeDescription ?> Html->meta('icon') ?> Html->css('base.css') ?> Html->css('cake.css') ?>
Html->image('http://cakephp.org/img/cake-logo.png') ?>

Get the Ovens Ready

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

URL rewriting is not properly configured on your server.

1) Help me configure it

2) I don't / can't use URL rewriting

Environment

=')): ?>

Your version of PHP is 5.5.9 or higher.

Your version of PHP is too low. You need PHP 5.5.9 or higher to use CakePHP.

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.

Editing this Page

  • To change the content of this page, edit: src/Template/Pages/home.ctp.
  • You can also add some CSS styles for your pages at: webroot/css/.

More about Cake

CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Front Controller and MVC.

Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.

Help and Bug Reports

Docs and Downloads

Training and Certification