HTTP_Exception_404 [ 404 ]: Strona nie znaleziona

APPPATH/classes/Controller/Index/Shop.php [ 85 ]

80         $data_output = $Website->getDataFromRestApi($url, $data_input);
81 
82 
83 
84         if (empty($data_output)) {
85             throw new HTTP_Exception_404(__("exception3"));
86             return;
87         }
88 
89         $data_output = Shop::convert_output_data($data_output, $lang);
90         /*echo "<pre>";
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Index_Shop->action_product()

  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 [ 1015 ] » Kohana_Request_Client->execute(arguments)

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

Environment