HTTP_Exception_404 [ 404 ]: Produto não encontrado

APPPATH/classes/Controller/Website.php [ 546 ]

541 
542 		// Obter dados completos do produto (config + i18n)
543 		$produto = $this->get_product_data($product_key);
544 
545 		if ($produto === false) {
546 			throw new HTTP_Exception_404('Produto não encontrado');
547 		}
548 
549 		// Configurar SEO usando traduções
550 		$this->set_title($this->__('products.' . $product_key . '.seo_title'));
551 		$this->set_description($this->__('products.' . $product_key . '.seo_description'));
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Website->action_product()

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

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

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

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

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

Environment