Notice: Undefined index: controller in /home/sites/out-there.eu/www/views/layouts/default.thtml on line 120
Notice: Undefined index: action in /home/sites/out-there.eu/www/views/layouts/default.thtml on line 200 Notice: Undefined index: action in /home/sites/out-there.eu/www/views/layouts/default.thtml on line 223

Missing controller

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

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

Fatal: Create the class below in file : www/controllers/riga_controller.php

<?php
class RigaController extends AppController {
   var $name = 'Riga';
}
?>

Notice: Undefined index: action in /home/sites/out-there.eu/www/views/layouts/default.thtml on line 231