ErrorException [ Notice ]: Undefined index:

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

24             if (strtotime($run->event->event_date) <= time()) {
25                 $accept_entry = 0;
26             }
27             $view->set('accept_entry', $accept_entry);
28             $sizes = Kohana::message('app_results', $this->lang .".size_short_all");       
29             $view->size = $sizes[$run->size];
30             
31             $classes = Kohana::message('app_results', $this->lang .'.agility_classes');
32             $view->class = $classes[$run->class];
33             
34             $calc_scts = Kohana::message('app_results', $this->lang .'.calc_sct');
  1. APPPATH/classes/Controller/AgilityRun.php [ 29 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_AgilityRun->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