:
Evento il 01 Gennaio 1970
Warning (2): Missing argument 1 for EventsController::getImagePath(), called in /var/www/vhosts/clubilgiardino.org/httpdocs/cake/libs/object.php on line 116 and defined [APP/controllers/events_controller.php, line 13]
Code var $helpers = array('Rss', 'Xml', 'Time', 'EventDate');
function getImagePath($id) {
EventsController::getImagePath() - APP/controllers/events_controller.php, line 13
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
Object::requestAction() - CORE/cake/libs/object.php, line 101
include - APP/views/events/view.ctp, line 21
View::_render() - CORE/cake/libs/view/view.php, line 666
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 230
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined variable: id [APP/controllers/events_controller.php, line 14]
Code
function getImagePath($id) {
return 'public' . DS . 'events' . DS . $id . '.png';
EventsController::getImagePath() - APP/controllers/events_controller.php, line 14
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
Object::requestAction() - CORE/cake/libs/object.php, line 101
include - APP/views/events/view.ctp, line 21
View::_render() - CORE/cake/libs/view/view.php, line 666
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 230
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Evento