ErrorException [ Notice ]: Undefined index:

APPPATH/classes/Controller/AgilityCourse.php [ 26 ]

21 
22         $sizes = self::allSizesMessages($this->lang, $course->event->event_date);
23         $view->sizes = $sizes;
24 
25         $classes = Kohana::message('app_results', $this->lang .'.agility_classes');
26         $view->class = $classes[$course->class];
27         $view->classes = $classes;
28 
29         $run_types = Kohana::message('app_results', $this->lang .'.run_type');
30         $view->run_types = $run_types;
31         $view->type = $run_types[$course->type];
  1. APPPATH/classes/Controller/AgilityCourse.php [ 26 ] » Kohana_Core::error_handler(arguments)

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