| 1 | For Real | Warning (2): Undefined array key "name" [APP/View/Charts/view-yearly-song.ctp, line 101]Code Context<?php echo '<td class="center" style="width: 20px;">' . $i . '</td>';
<?php echo '<td>' . $this->Format->title($entry['Song']['name']) . '</td>';
<?php echo '<td>' . $this->Html->link($entry['Song']['Band']['name'], array('controller' => 'bands', 'action' => 'view', $entry['Song']['Band']['id'], $entry['Song']['Band']['slug'])) . '</td>';
include - APP/View/Charts/view-yearly-song.ctp, line 101
View::_evaluate() - CORE/Cake/View/View.php, line 945
View::_render() - CORE/Cake/View/View.php, line 907
View::render() - CORE/Cake/View/View.php, line 471
Controller::render() - CORE/Cake/Controller/Controller.php, line 948
ChartsController::view() - APP/Controller/ChartsController.php, line 98
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 486
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 120
Warning (2): Undefined array key "id" [APP/View/Charts/view-yearly-song.ctp, line 101]Code Context<?php echo '<td class="center" style="width: 20px;">' . $i . '</td>';
<?php echo '<td>' . $this->Format->title($entry['Song']['name']) . '</td>';
<?php echo '<td>' . $this->Html->link($entry['Song']['Band']['name'], array('controller' => 'bands', 'action' => 'view', $entry['Song']['Band']['id'], $entry['Song']['Band']['slug'])) . '</td>';
include - APP/View/Charts/view-yearly-song.ctp, line 101
View::_evaluate() - CORE/Cake/View/View.php, line 945
View::_render() - CORE/Cake/View/View.php, line 907
View::render() - CORE/Cake/View/View.php, line 471
Controller::render() - CORE/Cake/Controller/Controller.php, line 948
ChartsController::view() - APP/Controller/ChartsController.php, line 98
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 486
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 120
Warning (2): Undefined array key "slug" [APP/View/Charts/view-yearly-song.ctp, line 101]Code Context<?php echo '<td class="center" style="width: 20px;">' . $i . '</td>';
<?php echo '<td>' . $this->Format->title($entry['Song']['name']) . '</td>';
<?php echo '<td>' . $this->Html->link($entry['Song']['Band']['name'], array('controller' => 'bands', 'action' => 'view', $entry['Song']['Band']['id'], $entry['Song']['Band']['slug'])) . '</td>';
include - APP/View/Charts/view-yearly-song.ctp, line 101
View::_evaluate() - CORE/Cake/View/View.php, line 945
View::_render() - CORE/Cake/View/View.php, line 907
View::render() - CORE/Cake/View/View.php, line 471
Controller::render() - CORE/Cake/Controller/Controller.php, line 948
ChartsController::view() - APP/Controller/ChartsController.php, line 98
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 486
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 120
|