Notice: Undefined variable: page_content in /home/fesdev/public_html/app/views/layouts/default.thtml on line 21

Notice: Undefined variable: page_content in /home/fesdev/public_html/app/views/layouts/default.thtml on line 21

Notice: Undefined variable: page_content in /home/fesdev/public_html/app/views/layouts/default.thtml on line 21

Notice: Undefined index: controller in /home/fesdev/public_html/app/views/layouts/default.thtml on line 170

Notice: Undefined index: controller in /home/fesdev/public_html/app/views/layouts/default.thtml on line 259

Notice: Undefined index: controller in /home/fesdev/public_html/app/views/layouts/default.thtml on line 260
 

Notice: Undefined index: controller in /home/fesdev/public_html/app/views/layouts/default.thtml on line 355

Missing Method in BookingController

You are seeing this error because the action sign_up is not defined in controller BookingController

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

Fatal: Confirm you have created the BookingController::sign_up() in file : app/controllers/booking_controller.php

<?php
class BookingController extends AppController {
   function sign_up() {
   }

}
?>