ErrorException [ Notice ]: Undefined index:

APPPATH/classes/Controller/Group.php [ 71 ]

66 
67     	$data['title'] = ORM::factory('Kcms_Page', $data['page']->parent_id)->title;
68 
69 
70     	$this->add_breadcrumbs('#', $data['page']->title);
71     	$this->add_breadcrumbs(URL::site('group/'.$this->groups[$data['page']->parent_id]), $data['title']);
72 
73     	$this->template->content = View::factory('group/view', $data);
74     }
75 
76 } // End Group
  1. APPPATH/classes/Controller/Group.php [ 71 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Group->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 [ 990 ] » Kohana_Request_Client->execute(arguments)

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

Environment