Notice (8): Undefined index: id [APP/controllers/users_controller.php, line 57]Code |
Context
function view($id = null, $slug = null) {
$id = $this->params['id'];
$id = "7"
$slug = null
UsersController::view() - APP/controllers/users_controller.php, line 57
Dispatcher::_invoke() - APP/cakephp_1.3.10/cake/dispatcher.php, line 204
Dispatcher::dispatch() - APP/cakephp_1.3.10/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Notice (8): Undefined index: slug [APP/controllers/users_controller.php, line 58]Code |
Context function view($id = null, $slug = null) {
$id = $this->params['id'];
$slug = $this->params['slug'];
$id = null
$slug = null
UsersController::view() - APP/controllers/users_controller.php, line 58
Dispatcher::_invoke() - APP/cakephp_1.3.10/cake/dispatcher.php, line 204
Dispatcher::dispatch() - APP/cakephp_1.3.10/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Cannot modify header information - headers already sent by (output started at /home/montgolfiers.ch/ftp/www/cakephp_1.3.10/cake/libs/debugger.php:673) [APP/cakephp_1.3.10/cake/libs/controller/controller.php, line 742]Code |
Context$status = "Location: http://www.montgolfiers.ch/membres/index"
header - [internal], line ??
Controller::header() - APP/cakephp_1.3.10/cake/libs/controller/controller.php, line 742
Controller::redirect() - APP/cakephp_1.3.10/cake/libs/controller/controller.php, line 721
UsersController::view() - APP/controllers/users_controller.php, line 61
Dispatcher::_invoke() - APP/cakephp_1.3.10/cake/dispatcher.php, line 204
Dispatcher::dispatch() - APP/cakephp_1.3.10/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83