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() {
}
}
?>
