Kohana_HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Site/Catalog.php [ 94 ]

89         $toastrErrorMessages = [];
90 
91         $itemPref = $this->request->param('slug');
92         $item = $this->m_catalog->getItem($this->userType, $this->lang['id'], $itemPref);
93         if(empty($item)){
94             throw new Kohana_HTTP_Exception_404;
95         }
96 
97         //seo
98         $this->pageInfo['image'] = $item['photos_sm'][0];
99 
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Site_Catalog->action_item()

  2. {PHP internal call} » Kohana_Controller->execute()

  3. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment