HTTP_Exception_404 [ 404 ]:
SYSPATH/classes/kohana/request/client/internal.php [ 87 ]
82
83 try
84 {
85 if ( ! class_exists($prefix.$controller))
86 {
87 throw new HTTP_Exception_404('The requested URL :uri was not found on this server.',
88 array(':uri' => $request->uri()));
89 }
90
91 // Load the controller using reflection
92 $class = new ReflectionClass($prefix.$controller);
-
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(36) "(<controller>(/<action>(/<params>)))" protected _regex => array(1) ( "params" => string(2) ".*" ) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(89) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<params>.*))?)?)?$#uD" }
protected _routes => array(0) protected _response => NULL protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "supplier" protected _action => string(4) "shop" protected _uri => string(23) "supplier/shop/block/nav" protected _external => bool FALSE protected _params => array(1) ( "params" => string(9) "block/nav" ) protected _get => array(1) ( "supplier_id" => string(3) "148" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
}59 public function execute(Request $request) 60 { 61 if ($this->_cache instanceof HTTP_Cache) 62 return $this->_cache->execute($this, $request); 63 64 return $this->execute_request($request); 65 } 66 67 /** 68 * Processes the request passed to it and returns the response from 69 * the URI resource identified.
-
SYSPATH/classes/kohana/request.php [ 1160 ] » Kohana_Request_Client->execute(arguments)
0
object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(36) "(<controller>(/<action>(/<params>)))" protected _regex => array(1) ( "params" => string(2) ".*" ) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(89) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<params>.*))?)?)?$#uD" }
protected _routes => array(0) protected _response => NULL protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "supplier" protected _action => string(4) "shop" protected _uri => string(23) "supplier/shop/block/nav" protected _external => bool FALSE protected _params => array(1) ( "params" => string(9) "block/nav" ) protected _get => array(1) ( "supplier_id" => string(3) "148" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
}1155 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 1156 ':uri' => $this->_uri, 1157 )); 1158 } 1159 1160 return $this->_client->execute($this); 1161 } 1162 1163 /** 1164 * Returns whether this request is the initial request Kohana received. 1165 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 134 ] » Kohana_Request->execute()
129 /** 130 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 131 * If no source is specified, the URI will be automatically detected. 132 */ 133 echo Request::factory() 134 ->execute() 135 ->send_headers(TRUE) 136 ->body(); 137 138 }
Environment
Included files (306)
DOCROOT/index.php |
DOCROOT/tools/run.php |
APPPATH/bootstrap.php |
SYSPATH/classes/kohana/core.php |
SYSPATH/classes/kohana.php |
SYSPATH/classes/i18n.php |
SYSPATH/classes/kohana/i18n.php |
SYSPATH/classes/http.php |
SYSPATH/classes/kohana/http.php |
APPPATH/classes/kohana/exception.php |
SYSPATH/classes/kohana/kohana/exception.php |
SYSPATH/classes/log.php |
SYSPATH/classes/kohana/log.php |
SYSPATH/classes/config.php |
SYSPATH/classes/kohana/config.php |
SYSPATH/classes/log/file.php |
SYSPATH/classes/kohana/log/file.php |
SYSPATH/classes/log/writer.php |
SYSPATH/classes/kohana/log/writer.php |
SYSPATH/classes/config/file.php |
SYSPATH/classes/kohana/config/file.php |
SYSPATH/classes/kohana/config/file/reader.php |
SYSPATH/classes/kohana/config/reader.php |
SYSPATH/classes/kohana/config/source.php |
DOCROOT/data/module.php |
DOCROOT/plugins/developer/init.php |
SYSPATH/classes/route.php |
SYSPATH/classes/kohana/route.php |
DOCROOT/plugins/excaptha/init.php |
DOCROOT/plugins/excaptha/pc_init.php |
MODPATH/codebench/init.php |
MODPATH/captcha/init.php |
DOCROOT/plugins/howtouse/init.php |
DOCROOT/plugins/howtouse/pc_init.php |
DOCROOT/plugins/destination/init.php |
DOCROOT/plugins/destination/pc_init.php |
DOCROOT/plugins/global_search/init.php |
DOCROOT/plugins/global_search/pc_init.php |
DOCROOT/plugins/contract/init.php |
DOCROOT/plugins/contract/pc_init.php |
DOCROOT/plugins/line/init.php |
DOCROOT/plugins/line/pc_init.php |
DOCROOT/plugins/hotel/init.php |
DOCROOT/plugins/hotel/pc_init.php |
DOCROOT/plugins/spot/init.php |
DOCROOT/plugins/spot/pc_init.php |
DOCROOT/plugins/zt/init.php |
DOCROOT/tools/classes/st/functions.php |
DOCROOT/plugins/zt/pc_init.php |
DOCROOT/plugins/api/init.php |
DOCROOT/plugins/api/pc_init.php |
DOCROOT/plugins/image_qiniu/init.php |
DOCROOT/plugins/article/init.php |
DOCROOT/plugins/article/pc_init.php |
DOCROOT/plugins/notes/init.php |
DOCROOT/plugins/notes/pc_init.php |
DOCROOT/plugins/car/init.php |
DOCROOT/plugins/car/pc_init.php |
DOCROOT/plugins/tuan/init.php |
DOCROOT/plugins/tuan/pc_init.php |
DOCROOT/plugins/customize/init.php |
DOCROOT/plugins/customize/pc_init.php |
DOCROOT/plugins/coupon/init.php |
DOCROOT/plugins/coupon/pc_init.php |
DOCROOT/plugins/guide/init.php |
DOCROOT/plugins/guide/pc_init.php |
DOCROOT/plugins/integral/init.php |
DOCROOT/plugins/integral/pc_init.php |
DOCROOT/plugins/member_sign/init.php |
DOCROOT/plugins/member_sign/pc_init.php |
DOCROOT/plugins/integral_award/init.php |
DOCROOT/plugins/integral_award/pc_init.php |
DOCROOT/plugins/city_site/init.php |
DOCROOT/plugins/city_site/pc_init.php |
DOCROOT/plugins/finance/init.php |
DOCROOT/plugins/finance/pc_init.php |
DOCROOT/plugins/wxpay/init.php |
DOCROOT/plugins/wxpay/pc_init.php |
DOCROOT/plugins/weixin_pay_h5/init.php |
DOCROOT/plugins/platform_income/init.php |
DOCROOT/plugins/platform_income/pc_init.php |
DOCROOT/plugins/product_seeding/init.php |
DOCROOT/plugins/product_seeding/pc_init.php |
DOCROOT/plugins/together/init.php |
DOCROOT/plugins/together/pc_init.php |
DOCROOT/plugins/supplier_brokerage/init.php |
DOCROOT/plugins/supplier_brokerage/pc_init.php |
DOCROOT/plugins/connect/init.php |
DOCROOT/plugins/visa/init.php |
DOCROOT/plugins/visa/pc_init.php |
DOCROOT/plugins/jieban/init.php |
DOCROOT/plugins/jieban/pc_init.php |
DOCROOT/plugins/photo/init.php |
DOCROOT/plugins/photo/pc_init.php |
DOCROOT/plugins/weixin_template_msg/init.php |
DOCROOT/plugins/weixin_template_msg/pc_init.php |
DOCROOT/plugins/outdoor/init.php |
DOCROOT/plugins/outdoor/pc_init.php |
DOCROOT/plugins/supplier_shop/init.php |
DOCROOT/plugins/supplier_shop/pc_init.php |
DOCROOT/plugins/ship/init.php |
DOCROOT/plugins/ship/pc_init.php |
DOCROOT/plugins/news/init.php |
DOCROOT/plugins/news/pc_init.php |
DOCROOT/plugins/insurance/init.php |
DOCROOT/plugins/insurance/pc_init.php |
DOCROOT/plugins/image_ftp/init.php |
DOCROOT/plugins/bill/init.php |
DOCROOT/plugins/bill/pc_init.php |
DOCROOT/plugins/paypal/init.php |
DOCROOT/plugins/paypal/pc_init.php |
DOCROOT/plugins/order_group/init.php |
DOCROOT/plugins/order_group/pc_init.php |
DOCROOT/plugins/red_envelope/init.php |
DOCROOT/plugins/red_envelope/pc_init.php |
DOCROOT/plugins/techan/init.php |
DOCROOT/plugins/techan/pc_init.php |
DOCROOT/plugins/fenxiao/init.php |
DOCROOT/plugins/supplier_spot_stccs/init.php |
DOCROOT/plugins/supplier_spot_stccs/pc_init.php |
DOCROOT/plugins/myxcx/init.php |
DOCROOT/plugins/myxcx/m_init.php |
DOCROOT/plugins/share_wx_client/init.php |
DOCROOT/plugins/share_wx_client/pc_init.php |
DOCROOT/plugins/xiangcun/init.php |
DOCROOT/plugins/xiangcun/pc_init.php |
DOCROOT/plugins/alipay/init.php |
DOCROOT/plugins/alipay/pc_init.php |
DOCROOT/plugins/distribute/zhilvyun/init.php |
DOCROOT/plugins/distribute/zhilvyun/api_init.php |
DOCROOT/plugins/supplier_zhilvyun/init.php |
DOCROOT/plugins/supplier_zhilvyun/pc_init.php |
DOCROOT/plugins/distribute/meituan/init.php |
DOCROOT/plugins/distribute/meituan/api_init.php |
DOCROOT/plugins/card/init.php |
DOCROOT/plugins/card/api_init.php |
DOCROOT/plugins/card/pc_init.php |
DOCROOT/plugins/bdface/init.php |
DOCROOT/plugins/abcpay/init.php |
DOCROOT/plugins/abcpay/pc_init.php |
DOCROOT/plugins/cardentity/init.php |
DOCROOT/plugins/distribute/ctrip/init.php |
DOCROOT/plugins/distribute/ctrip/api_init.php |
DOCROOT/plugins/middleground/init.php |
DOCROOT/plugins/middleground/pc_init.php |
DOCROOT/plugins/combina/init.php |
DOCROOT/plugins/combina/api_init.php |
DOCROOT/plugins/combina/pc_init.php |
DOCROOT/plugins/abc/init.php |
APPPATH/route.php |
APPPATH/tyroute.php |
APPPATH/dzroute.php |
APPPATH/classes/common.php |
DOCROOT/tools/classes/model/destinations.php |
MODPATH/orm/classes/orm.php |
MODPATH/orm/classes/kohana/orm.php |
SYSPATH/classes/model.php |
SYSPATH/classes/kohana/model.php |
MODPATH/database/classes/db.php |
MODPATH/database/classes/kohana/db.php |
MODPATH/database/classes/database/query/builder/select.php |
MODPATH/database/classes/kohana/database/query/builder/select.php |
MODPATH/database/classes/database/query/builder/where.php |
MODPATH/database/classes/kohana/database/query/builder/where.php |
MODPATH/database/classes/database/query/builder.php |
MODPATH/database/classes/kohana/database/query/builder.php |
MODPATH/database/classes/database/query.php |
MODPATH/database/classes/kohana/database/query.php |
MODPATH/database/classes/database.php |
MODPATH/database/classes/kohana/database.php |
SYSPATH/classes/arr.php |
SYSPATH/classes/kohana/arr.php |
MODPATH/database/config/database.php |
DOCROOT/tools/config/database.php |
DOCROOT/data/common.inc.php |
DOCROOT/tools/config/database.php7.php |
APPPATH/config/database.php |
SYSPATH/classes/config/group.php |
SYSPATH/classes/kohana/config/group.php |
MODPATH/database/classes/database/pdo.php |
MODPATH/database/classes/kohana/database/pdo.php |
SYSPATH/classes/profiler.php |
SYSPATH/classes/kohana/profiler.php |
MODPATH/database/classes/database/result/cached.php |
MODPATH/database/classes/kohana/database/result/cached.php |
MODPATH/database/classes/database/result.php |
MODPATH/database/classes/kohana/database/result.php |
DOCROOT/data/cache/v5/config.cs.php |
SYSPATH/classes/cookie.php |
SYSPATH/classes/kohana/cookie.php |
DOCROOT/tools/classes/st/task.php |
MODPATH/cron/classes/cron.php |
MODPATH/cron/classes/kohana/cron.php |
MODPATH/cron/config/cron.php |
DOCROOT/data/saas_xcx.php |
DOCROOT/tools/classes/st/filter.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier.auto.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Bootstrap.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier.autoload.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Config.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/ConfigSchema.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/PropertyList.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/VarParser/Flexible.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/VarParser.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Strategy/Core.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Strategy/Composite.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Strategy.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Strategy/FixNesting.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Strategy/ValidateAttributes.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Lexer.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/EntityParser.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/TokenFactory.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Token/Start.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Token/Tag.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Token.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Token/End.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Token/Empty.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Token/Text.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Token/Comment.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Context.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Generator.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/DefinitionCacheFactory.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/DefinitionCache.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Definition.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/ElementDef.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/Text.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/CSS.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/Enum.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/ChildDef/Optional.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/ChildDef.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/URI.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/URIParser.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/PercentEncoder.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/ChildDef/Empty.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/Integer.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrTransform/NameSync.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrTransform.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/ChildDef/List.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Pixels.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/ChildDef/Chameleon.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrTransform/BdoDir.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Color.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrTransform/Background.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrTransform/Length.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/ChildDef/Table.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/MultiLength.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgRequired.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrTransform/Lang.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Doctype.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/IDAccumulator.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Encoder.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Queue.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/AttrValidator.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Zipper.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Arborize.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Node/Element.php |
DOCROOT/tools/lib/htmlpurifier/library/HTMLPurifier/Node.php |
DOCROOT/tools/classes/st/client.php |
SYSPATH/classes/request.php |
SYSPATH/classes/kohana/request.php |
SYSPATH/classes/http/request.php |
SYSPATH/classes/kohana/http/request.php |
SYSPATH/classes/http/message.php |
SYSPATH/classes/kohana/http/message.php |
SYSPATH/classes/http/header.php |
SYSPATH/classes/kohana/http/header.php |
SYSPATH/classes/request/client/internal.php |
SYSPATH/classes/kohana/request/client/internal.php |
SYSPATH/classes/request/client.php |
SYSPATH/classes/kohana/request/client.php |
SYSPATH/classes/http/exception/404.php |
SYSPATH/classes/kohana/http/exception/404.php |
SYSPATH/classes/http/exception.php |
SYSPATH/classes/kohana/http/exception.php |
SYSPATH/classes/response.php |
SYSPATH/classes/kohana/response.php |
SYSPATH/classes/http/response.php |
SYSPATH/classes/kohana/http/response.php |
APPPATH/i18n/ch.php |
SYSPATH/classes/debug.php |
SYSPATH/classes/kohana/debug.php |
SYSPATH/classes/date.php |
SYSPATH/classes/kohana/date.php |
SYSPATH/views/kohana/error.php |
SYSPATH/classes/html.php |
SYSPATH/classes/kohana/html.php |
SYSPATH/classes/utf8.php |
SYSPATH/classes/kohana/utf8.php |
Loaded extensions (48)
Core |
date |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bcmath |
ctype |
curl |
dom |
filter |
ftp |
gd |
gettext |
hash |
iconv |
intl |
json |
mbstring |
SPL |
session |
pcntl |
standard |
PDO |
mysqlnd |
pdo_sqlite |
Phar |
posix |
Reflection |
pdo_mysql |
shmop |
SimpleXML |
soap |
sockets |
mysqli |
sysvsem |
tokenizer |
xml |
xmlreader |
xmlrpc |
xmlwriter |
zip |
cgi-fcgi |
fileinfo |
exif |
igbinary |
redis |
$_GET
supplier_id |
string(3) "148" |
$_SERVER
USER |
string(3) "www" |
HOME |
string(9) "/home/www" |
HTTP_CONTENT_TYPE |
string(33) "application/x-www-form-urlencoded" |
HTTP_CONTENT_LENGTH |
string(1) "0" |
HTTP_ACCEPT |
string(3) "*/*" |
HTTP_HOST |
string(19) "cs.quanchengyou.com" |
PATH_INFO |
string(0) "" |
REDIRECT_STATUS |
string(3) "200" |
SERVER_NAME |
string(19) "cs.quanchengyou.com" |
SERVER_PORT |
string(2) "80" |
SERVER_ADDR |
string(11) "172.16.0.31" |
REMOTE_PORT |
string(5) "53382" |
REMOTE_ADDR |
string(12) "47.94.85.118" |
SERVER_SOFTWARE |
string(12) "nginx/1.22.1" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
REQUEST_SCHEME |
string(4) "http" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
DOCUMENT_ROOT |
string(58) "/home/web/cs.quanchengyou.com/cs.chengdezhilv.com/stourweb" |
DOCUMENT_URI |
string(10) "/index.php" |
REQUEST_URI |
string(40) "/supplier/shop/block/nav?supplier_id=148" |
SCRIPT_NAME |
string(10) "/index.php" |
CONTENT_LENGTH |
string(1) "0" |
CONTENT_TYPE |
string(33) "application/x-www-form-urlencoded" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(15) "supplier_id=148" |
SCRIPT_FILENAME |
string(68) "/home/web/cs.quanchengyou.com/cs.chengdezhilv.com/stourweb/index.php" |
FCGI_ROLE |
string(9) "RESPONDER" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME_FLOAT |
float 1749479207.9009 |
REQUEST_TIME |
integer 1749479207 |
品质游草原 天马飞行小镇 一日游
全程无自费!无购物!品质出行!
成人价格: 139元(1.2米以上儿童及成人) 儿童价格: 99元(1.2米以下儿童) 行程安排: 早5:20云山饭店(05:35锦绣城站点)集合乘车赴丰宁天马飞行小镇。世上的草原无非就是“一望 无际蓝染绿”、“风吹草地现牛羊”的场景,常去草原的人,对这些草原美景早已经视觉疲劳。手中的 相机再也拍不出梦想中的美景。然而有一处草原,会给摄影爱好者一些突破,给草原忠实粉丝眼前一亮 的感觉——天马飞行小镇童话草原景区。天马飞行小镇童话草原套票(200/人)已含【套票包含:1、 蓝精灵童话场景 2、白雪公主童话场景 3、霍比特村落 4、糖果屋童话场景 5、阿拉丁童话场景 6、儿童乐园 7、成人拓展项目 8、五百亩花海 9、风车长廊 10、碰碰球大作战 11、钢铁侠/ 旋转木马(2选1) 12、勇士斗牛/考拉王国 (2选1) 13、突击战神/全民赛马(2选1)14、碰碰车 15、自控飞机 16、草原射箭 17、动感滑草 18、双人乐吧车 19、铁罐大侠、神枪手、海盗王国、 小鸭过河、愤怒的小鸟(5选3)】 天马飞行小镇坐落在河北省丰宁满族自治县京北第一草原景区内,是“国家1号风景大道”和清代 “茶盐古道”上以飞行运动、马术竞技、童话草原、欧洲风情为主要内容的大型综合性旅游景区。童话 草原景区主要以欧洲童话故事为主题(白雪公主、蓝精灵、七个小矮人)建立的大型童话乐园,并有近200亩多种品种类型的花海相拥,如诗如画的童话草原、洗涤您的心灵,放松您的心境,仿佛进入世外 桃源,人间的天堂! 下午于指定时间集合返回承德,结束愉快的旅程! 接待标准: 1.交通:全程旅游空调车(以实际接待人数为准核定车型,保证一人一正座) 2.门票:天马飞行小镇童话草原套票 3.用餐: 报价不含餐,请自备餐食 4.导服:全程优秀导游贴心服务; 5.保险:旅行社责任险100万,旅游人身意外保险20万, 旅游团体意外伤害医疗保险2万 报名需知: 1.本线路为散客拼团行程,会有指定地点上下车情况,请您理解支持! 2.请您提前通过“国家政务服务平台”小程序申请健康码。 3.请您达景区后出示身份证、健康码、自觉接受体温检测。 4.本行程为散客拼团行程,请于指定地点上下车,原则上哪上车哪下车,个别游客就近上下车恕不能满足,由 此产生的投诉概不受理) 5.参加玩乐活动时,请遵从景区或者项目工作人员的指示,充分了解项目风险,按照要求配合做好安全防护工 作,切勿在活动过程中做出危险行为。 6.在旅游旺季或其他一些特殊情况下,行程的出发时间可能会提前或略微延后(具体出发时间以导游通知为准), 届时请提前做好准备。
温馨提示:
1.游客自由活动期间请游客注意自身安全、财产安全、卫生安全等,出现任何问题与我社无关,但我社会尽量 帮助协调解决。
2.发团的前一天下午20:00前,导游会给客人打电话确认,请客人保持电话通畅。
3.如有因天气、不可抗力、不可规责于旅行社的原因造成不能发团、或者不能按原行程安排,有可退回项目的, 旅行社将未发生的费用退还游客,如果没有可退还项目的(如景点本身没有门票或者全损的)互不承担责任。 如因此造成额外损失和增加的费用由客人自行承担。
4.散客拼团,保证空调车,不保证车型。若中途车辆故障,我们会及时采取修车、调车等补救措施。若客人中 途放弃,我社将不承担损失。
5.散客拼团,请守时并保持手机畅通,若在指定时间,客人未到指定地点集合,最长等候时间为半小时(以车 上客人情绪为准),超时或者车上客人不同意等候在经其他客人签字同意后发车,未到客人所交团款全损。 如行程中客人未按时归队,依照上述办法执行,请迟到客人自行返程或赶往下一站,费用自理,由此产生的 投诉旅行社不予受理。
6.旅游人身意外险已投保,保险为代理行为,如出险请客人自行与保险公司联系,保险公司报销是直接与游客 报销,旅行社不承担垫付责任。
7.游客不得擅自离团,如有离团请客人必须写离团申请书,经我社导游签字确认后方可脱团,未发生的一切费 用一概不退,离团后所发生的任何情况均与旅行社无关。
8.临时不去的,我社须扣除旅游车往返空座费用80元/人。