'; 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 caching. To change the config edit APP/config/core.php ', ''. $settings['engine'] . 'Engine'); echo ''; else: echo ''; echo __d('cake_dev', 'Your cache is NOT working. Please check the settings in 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 config/database.php.default to config/database.php');
echo '';
endif;
?>
isConnected()): echo ''; echo __d('cake_dev', 'Cake is able to connect to the database.'); echo ''; else: echo ''; echo __d('cake_dev', 'Cake is NOT able to connect to the database.'); echo ''; endif; ?>
To change its layout, create: APP/views/layouts/default.ctp.