Warning (2): Missing argument 1 for BookingsController::create_booking() [APP/controllers/bookings_controller.php, line 668]Code }
function create_booking($tripId)
BookingsController::create_booking() - APP/controllers/bookings_controller.php, line 668
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 91
Notice (8): Undefined variable: tripId [APP/controllers/bookings_controller.php, line 672]Code $this->autoRender = false;
$this->Session->delete('Booking');
$this->Session->write('Booking.trip', $tripId);
BookingsController::create_booking() - APP/controllers/bookings_controller.php, line 672
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 91
Notice (8): Undefined variable: tripId [APP/controllers/bookings_controller.php, line 673]Code $this->Session->delete('Booking');
$this->Session->write('Booking.trip', $tripId);
$this->redirect(array('controller' => 'bookings', 'action' => 'accommodation', $tripId));
BookingsController::create_booking() - APP/controllers/bookings_controller.php, line 673
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 91
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/vhosts/seadream.com/httpdocs/cake/libs/debugger.php:673) [CORE/cake/libs/controller/controller.php, line 746]Code |
Context$status = "Location: http://www.seadream.com/voyages/bookings/accommodation"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 746
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 725
AppController::redirect() - APP/app_controller.php, line 65
BookingsController::create_booking() - APP/controllers/bookings_controller.php, line 673
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 91