Notice (8): htmlentities() [function.htmlentities]: Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars [CORE/cake/libs/sanitize.php, line 120]

Notice: htmlentities() [function.htmlentities]: Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in /home/garaka01/cakephp/cake/libs/sanitize.php on line 120

Notice: htmlentities() [function.htmlentities]: Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in /home/garaka01/cakephp/cake/libs/sanitize.php on line 120
CakePHP: the rapid development php framework: Errors

Missing Controller

Error: ShirasawaController could not be found.

Error: Create the class ShirasawaController below in file: app/controllers/shirasawa_controller.php

<?php
class ShirasawaController extends AppController {

	var $name = 'Shirasawa';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp