Warning (2): Undefined array key "Title" [APP/Controller/TitlesController.php, line 584]Code Context<?php $imdb_number = str_replace('tt', '', $imdb_number);
<?php $movie = $this->Title->findByImdbNumber($imdb_number);
<?php $this->setAction('view', $movie['Title']['id'], $movie);
TitlesController::view_by_imdb_number() - APP/Controller/TitlesController.php, line 584
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 500
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 115
Warning (2): Trying to access array offset on null [APP/Controller/TitlesController.php, line 584]Code Context<?php $imdb_number = str_replace('tt', '', $imdb_number);
<?php $movie = $this->Title->findByImdbNumber($imdb_number);
<?php $this->setAction('view', $movie['Title']['id'], $movie);
TitlesController::view_by_imdb_number() - APP/Controller/TitlesController.php, line 584
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 500
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 115