function is_locked_down_by_service(){ $user_data = $_SESSION['user_data'];
Group::is_locked_down_by_service() - APP/Model/Group.php, line 94
AppController::_get_services() - APP/Controller/AppController.php, line 3762
UsersController::register() - APP/Controller/UsersController.php, line 267
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
Notice (8): Trying to access array offset on value of type null [APP/Model/Group.php, line 95]
Group::is_locked_down_by_service() - APP/Model/Group.php, line 95
AppController::_get_services() - APP/Controller/AppController.php, line 3762
UsersController::register() - APP/Controller/UsersController.php, line 267
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
Notice (8): Trying to access array offset on value of type null [APP/Model/Group.php, line 95]
Group::is_locked_down_by_service() - APP/Model/Group.php, line 95
AppController::_get_services() - APP/Controller/AppController.php, line 3762
UsersController::register() - APP/Controller/UsersController.php, line 267
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 3766]
AppController::_get_services() - APP/Controller/AppController.php, line 3766
UsersController::register() - APP/Controller/UsersController.php, line 267
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 3766]
AppController::_get_services() - APP/Controller/AppController.php, line 3766
UsersController::register() - APP/Controller/UsersController.php, line 267
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
include - APP/View/Elements/top_navigation.ctp, line 189
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/default.ctp, line 91
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::pdoError() - CORE/Cake/Error/ExceptionRenderer.php, line 281
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
//Retrieve services and category list - Category list must be retrieve before 'this->data' so don't move this. $this->layout = 'login'; $this->set('services',$this->_get_services(null,null,'title')); $this->set('welcome_message', $this->get_parameter('welcome_message'));