ErrorException [ Notice ]: Undefined index:

APPPATH/classes/Controller/AgilityTeamRun.php [ 29 ]

24                 $accept_entry = 0;
25             }
26             $view->set('accept_entry', $accept_entry);
27             
28             $sizes = Controller_AgilityCourse::allSizesMessages($this->lang, $run->event->event_date);
29             $view->size = $sizes[$run->size];
30             
31             $run_types = Kohana::message('app_results', $this->lang .'.run_type');
32             $view->type = $run_types[$run->type];
33             
34             $view->__ = function($str) {
  1. APPPATH/classes/Controller/AgilityTeamRun.php [ 29 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_AgilityTeamRun->action_view()

  3. {PHP internal call} » Kohana_Controller->execute()

  4. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  5. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  6. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment