ErrorException [ Notice ]: Undefined variable: men

APPPATH/classes/Controller/Site/Articles.php [ 89 ]

84                     'pagination' => $pages,
85                     '_settings' => $_settings,
86                     'menu_name' => $men->articles_cat_name,
87 
88                 ));*/
89                 $this->template->site_description = $men->articles_cat_name.' - '.$this->template->site_description;
90                 $this->template->site_keywords = $men->articles_cat_name.', '.$this->template->site_keywords;
91                 $this->template->title = $men->articles_cat_name;
92                 // Вывод в шаблон
93                 $this->template->content = array($content);
94             }
  1. APPPATH/classes/Controller/Site/Articles.php [ 89 ] » Kohana_Core::error_handler(arguments)

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

  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 [ 117 ] » Kohana_Request->execute()

Environment