Missing Method in SiteController

You are seeing this error because the action vacation_apartment is not defined in controller SiteController

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

Fatal: Confirm you have created the SiteController::vacation_apartment() in file : app/controllers/site_controller.php

<?php
class SiteController extends AppController {
   function vacation_apartment() {
   }

}
?>