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 Method in ShowController

You are seeing this error because the action Tours is not defined in controller ShowController

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

Fatal: Confirm you have created the ShowController::Tours() in file : www/controllers/show_controller.php

<?php
class ShowController extends AppController {
   function Tours() {
   }

}
?>

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