Kohana_HTTP_Exception_404 [ 404 ]:

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

542             $product->fields = $vars['fields'];
543             $product->variants = @$vars['variants'][$product->id];
544             $product->discounts = @$vars['discounts'];
545             return $product;
546         } else {
547             throw new Kohana_HTTP_Exception_404();
548         }
549     }
550 
551     // Категория товара
552     public function get_rubric_by_product($product, $baseUrl, $referrer)
  1. APPPATH/classes/Controller/Products.php [ 208 ] » Model_Site->get_product_by_link(arguments)

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

  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