Warning (2): Missing argument 1 for MessagesController::index(), called in /usr/local/podlinez/cake1.2/cake/libs/object.php on line 116 and defined [APP/controllers/messages_controller.php, line 15]
Code }
function index($userName) {
MessagesController::index() - APP/controllers/messages_controller.php, line 15
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined variable: userName [APP/controllers/messages_controller.php, line 17]
Code function index($userName) {
$userName = Sanitize::paranoid($userName);
MessagesController::index() - APP/controllers/messages_controller.php, line 17
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Warning (2): Cannot modify header information - headers already sent by (output started at /usr/local/podlinez/cake1.2/cake/basics.php:109) [CORE/cake/libs/controller/controller.php, line 644]
Code |
Context$status = "Location: http://www.phonewik.com/"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 644
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 625
MessagesController::index() - APP/controllers/messages_controller.php, line 24
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88