ErrorException [ Notice ]: Undefined index: category_slug

MODPATH/eclipse-forum/classes/Controller/Forum/Public/Forum.php [ 74 ]

69 
70         if (count($data['list']))
71         {
72             $category_slug = '';
73             $breadcrumb[] = array('forum', 'Forum');
74             $breadcrumb[] = array('forum/category/'.$data['list'][0]['category_slug'], $data['categories'][$data['list'][0]['forum_category_id']]);
75             $breadcrumb[] = array('', $data['list'][0]['title']);
76             $this->template->breadcrumb = $breadcrumb;
77 
78             $this->template->pretitle = $data['list'][0]['title'].' - ';
79         }
  1. MODPATH/eclipse-forum/classes/Controller/Forum/Public/Forum.php [ 74 ] » Kohana_Core::error_handler(arguments)

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

  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 [ 986 ] » Kohana_Request_Client->execute(arguments)

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

Environment