Missing Controller
Error: DiaryController could not be found.
Error: Create the class DiaryController below in file: app/controllers/diary_controller.php
<?php
class DiaryController extends AppController {
var $name = 'Diary';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
