Notice (8): Undefined index:  controller [APP/views/layouts/default.ctp, line 102]
Notice (8): Undefined index:  controller [/srv/cake/1.2.0.5427alpha/cake/libs/view/helpers/form.php, line 153]
Notice (8): Uninitialized string offset:  -1 [/srv/cake/1.2.0.5427alpha/cake/libs/router.php, line 564]
  • Notice (8): Undefined index: controller [APP/views/layouts/default.ctp, line 139] ">
  • Notice (8): Undefined index: controller [APP/views/layouts/default.ctp, line 145] ">

Missing controller

You are seeing this error because controller KirjauduController could not be found.

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

Fatal: Create the class below in file: public/controllers/kirjaudu_controller.php

<?php
class KirjauduController extends AppController {
   var $name = 'Kirjaudu';
}
?>