Kohana_HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Model/Site.php [ 17 ]

12             ->join(array('rubrics_websites', 'rw'))->on('r.id', '=', 'rw.rubric_id')->where('rw.website', '=', Shared::configs('website'))->where('rw.link', '=', $link)
13             ->where('rw.active', '=', 1)->as_object()->execute()->current();
14         if (!empty($rubric)) {
15             return $rubric;
16         } else {
17             throw new Kohana_HTTP_Exception_404();
18         }
19     }
20 
21     // Список категорий для верхнего меню
22     public function get_rubrics_headermenu()
  1. APPPATH/classes/Controller/Products.php [ 29 ] » Model_Site->get_rubric_by_link(arguments)

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

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

Environment