0): Debugger::checkSecurityKeys(); endif; ?>

1) Help me configure it 2) I don't / can't use URL rewriting

=')): echo ''; echo __d('cake_dev', 'Your version of PHP is 5.2.8 or higher.'); echo ''; else: echo ''; echo __d('cake_dev', 'Your version of PHP is too low. You need PHP 5.2.8 or higher to use CakePHP.'); echo ''; endif; ?>

'; echo __d('cake_dev', 'Your tmp directory is writable.'); echo ''; else: echo ''; echo __d('cake_dev', 'Your tmp directory is NOT writable.'); echo ''; endif; ?>

'; echo __d('cake_dev', 'The %s is being used for core caching. To change the config edit %s', ''. $settings['engine'] . 'Engine', 'APP/Config/core.php'); echo ''; else: echo ''; echo __d('cake_dev', 'Your cache is NOT working. Please check the settings in %s', 'APP/Config/core.php'); echo ''; endif; ?>

'; echo __d('cake_dev', 'Your database configuration file is present.'); $filePresent = true; echo ''; else: echo ''; echo __d('cake_dev', 'Your database configuration file is NOT present.'); echo '
'; echo __d('cake_dev', 'Rename %s to %s', 'APP/Config/database.php.default', 'APP/Config/database.php'); echo '
'; endif; ?>

getMessage(); if (method_exists($connectionError, 'getAttributes')): $attributes = $connectionError->getAttributes(); if (isset($errorMsg['message'])): $errorMsg .= '
' . $attributes['message']; endif; endif; } ?>

isConnected()): echo ''; echo __d('cake_dev', 'CakePHP is able to connect to the database.'); echo ''; else: echo ''; echo __d('cake_dev', 'CakePHP is NOT able to connect to the database.'); echo '

'; echo $errorMsg; echo '
'; endif; ?>

'; echo __d('cake_dev', 'PCRE has not been compiled with Unicode support.'); echo '
'; echo __d('cake_dev', 'Recompile PCRE with Unicode support by adding --enable-unicode-properties when configuring'); echo '

'; endif; ?>

'; echo __d('cake_dev', 'DebugKit plugin is present'); echo ''; else: echo ''; echo __d('cake_dev', 'DebugKit is not installed. It will help you inspect and debug different aspects of your application.'); echo '
'; echo __d('cake_dev', 'You can install it from %s', $this->Html->link('GitHub', 'https://github.com/cakephp/debug_kit')); echo '
'; endif; ?>

To change its layout, edit: %s.
You can also add some CSS styles for your pages at: %s.', 'APP/View/Pages/home.ctp', 'APP/View/Layouts/default.ctp', 'APP/webroot/css'); ?>

Html->link( sprintf('%s %s', __d('cake_dev', 'New'), __d('cake_dev', 'CakePHP 2.0 Docs')), 'http://book.cakephp.org/2.0/en/', array('target' => '_blank', 'escape' => false) ); ?>

Html->link( __d('cake_dev', 'The 15 min Blog Tutorial'), 'http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html', array('target' => '_blank', 'escape' => false) ); ?>