Warning (2): Missing argument 2 for EntriesController::view(), called in /var/chipotle/sites/karamelo/cake/libs/object.php on line 117 and defined [APP/controllers/entries_controller.php, line 51]
Code |
Context$username = "aarkerio"
}
public function view($username, $entry_id)
EntriesController::view() - APP/controllers/entries_controller.php, line 51
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 84
Notice (8): Undefined variable: entry_id [APP/controllers/entries_controller.php, line 53]
Code |
Context$username = "aarkerio"
public function view($username, $entry_id)
{
if ($entry_id == null):
EntriesController::view() - APP/controllers/entries_controller.php, line 53
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 84
Warning (2): Cannot modify header information - headers already sent by (output started at /var/chipotle/sites/karamelo/cake/basics.php:111) [CORE/cake/libs/controller/controller.php, line 615]
Code |
Context$status = "Location: http://karamelo.mononeurona.org/blog/aarkerio"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 615
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 596
EntriesController::view() - APP/controllers/entries_controller.php, line 54
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 84