Kohana_HTTP_Exception [ 404 ]: 错误 en/footer Failed

APPPATH/classes/Helper/Html.php [ 61 ]

56         $response = $request->execute();
57         $response_status = $response->status();
58 
59         if ($response_status != 200)
60         {
61             throw HTTP_Exception::factory($response_status, $element_url.' Failed');
62         }
63         return $response->body();
64     }
65 
66     public static function inline_css($css_string)
  1. APPPATH/views/template/html-with-header.php [ 12 ] » Helper_Html::element(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  4. APPPATH/classes/Template/Base.php [ 87 ] » Kohana_View->render(arguments)

  5. APPPATH/classes/Controller/Template.php [ 72 ] » Template_Base->render()

  6. APPPATH/classes/Controller/Template.php [ 26 ] » Controller_Template->_set_response_body()

  7. APPPATH/classes/Controller.php [ 31 ] » Controller_Template->after()

  8. {PHP internal call} » Controller->execute()

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

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

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

  12. DOCROOT/index.php [ 122 ] » Kohana_Request->execute()

Environment