Missing Controller

Kļūda: IcController could not be found.

Kļūda: Create the class IcController below in file: app/controllers/ic_controller.php

<?php
class IcController extends AppController {

	var $name = 'Ic';
}
?>

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

Errors | Likteņdārzs - mūsu kopīgā dāvana Latvijai 100. dzimšanas dienā

Missing Controller

Kļūda: LoginController could not be found.

Kļūda: Create the class LoginController below in file: app/controllers/login_controller.php

<?php
class LoginController extends AppController {

	var $name = 'Login';
}
?>

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

Errors
Notice (8): Undefined variable: cms [APP/views/elements/head.ctp, line 13]

Fatal error: Call to a member function meta() on a non-object in /home/private/koknesesfonds/htdocs/app/views/elements/head.ctp on line 13