[8] ErrorException in 0da54f64f0d6efeef649a81232759b5d.php line 2

未定义数组索引: pclogo2

  1. <?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:62:"/www/wwwroot/shanke/application/portal/view/common/header.html";i:1606462200;}*/ ?>
  2. <?php $req_arr = explode('/', \think\Request::instance()->pathinfo()); $req = str_replace('.html' , '', $req_arr[0]); ?><div class="header cur header1"><div class="h_wrapper"><div class="hd_con clearfix"><a href="<?php echo url('/'); ?>" class="h_logo"><img src="<?php echo $setting['pclogo']; ?>"><img src="<?php echo $setting['pclogo2']; ?>"></a><div class="naver"><ul><?php $_result=get_nav_child('main');if(is_array($_result) || $_result instanceof \think\Collection || $_result instanceof \think\Paginator): $i = 0; $__LIST__ = $_result;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?><li <?php if($req == $vo['guid']): ?>class="active1"<?php endif; ?>><a href="<?php echo $vo['nav_link']; ?>"><?php echo $vo['nav_name']; ?></a></li><?php endforeach; endif; else: echo "" ;endif; ?></ul></div><div class="search_icon"><img src="<?php echo $default_path; ?>/lib/images/icon4.png"><img src="<?php echo $default_path; ?>/lib/images/icon4-1.png"></div><div class="search_form"><div class="form_group"><input type="text" placeholder="搜索" id="key"><button id="search"><img src="<?php echo $default_path; ?>/lib/images/icon4-1.png" ></button></div></div><div class="h_oa"><a href="<?php echo $setting['oa_link']; ?>" target="_blank"><img src="<?php echo $default_path; ?>/lib/images/icon1.png"><img src="<?php echo $default_path; ?>/lib/images/icon1-1.png"></a></div></div></div><script type="text/javascript"> $('#search').click(function() {
  3. var keyword = $('#key').val();
  4. location.href = "/search/"+keyword;
  5. })
  6. </script><!-- 二级导航 --><div class="sec_main"><?php $_result=get_nav_child_all('main');if(is_array($_result) || $_result instanceof \think\Collection || $_result instanceof \think\Paginator): $i = 0; $__LIST__ = $_result;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?><div class="sec_bg <?php if(count($vo['_child']) > 0): ?>clearfix<?php endif; ?>"><?php if(count($vo['_child']) > 0): ?><div class="sec_nav"><ul class="clearfix"><?php if(is_array($vo['_child']) || $vo['_child'] instanceof \think\Collection || $vo['_child'] instanceof \think\Paginator): $i = 0; $__LIST__ = $vo['_child'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$son): $mod = ($i % 2 );++$i;?><li><a href="<?php echo $son['nav_link']; ?>"><img src="<?php echo $default_path; ?>/lib/images/icon2.png" ><?php echo $son['nav_name']; ?></a></li><?php endforeach; endif; else: echo "" ;endif; ?></ul></div><div class="sec_img1"><a href="<?php echo url('/'.$vo['guid']); ?>"><img src="<?php echo get_cate($vo['guid'])['cate_img']; ?>" ></a></div><?php endif; ?></div><?php endforeach; endif; else: echo "" ;endif; ?></div></div><div class="m_header"><div class="m_hd_con"><div class="m_nav_icon"><span></span><span></span><span></span></div><a href="<?php echo url('/'); ?>" class="m_logo"><img src="<?php echo $setting['waplogo']; ?>" ></a></div></div><div class="m_nav_modal"></div><div class="m_nav_expand"><div class="expand_hd"><div class="expand_logo"><img src="<?php echo $setting['waplogo']; ?>" ></div><div class="m_search"><div class="form_group"><input type="text" placeholder="搜索" id="key1"><button id="search1"><img src="<?php echo $default_path; ?>/lib/images/icon4-1.png" ></button></div></div></div><script type="text/javascript"> $('#search1').click(function() {
  7. var keyword = $('#key1').val();
  8. location.href = "/search/"+keyword;
  9. })

Call Stack

  1. in 0da54f64f0d6efeef649a81232759b5d.php line 2
  2. at Error::appError(8, 'Undefined index: pcl...', '/www/wwwroot/shanke/...', 2, ['cacheFile' => '/www/wwwroot/shanke/...', 'vars' => ['setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], 'static_path' => '/public/static/', 'common_path' => '/public/static/commo...', ...], 'setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], ...]) in 0da54f64f0d6efeef649a81232759b5d.php line 2
  3. at include('/www/wwwroot/shanke/...') in File.php line 53
  4. at File->read('/www/wwwroot/shanke/...', ['setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], 'static_path' => '/public/static/', 'common_path' => '/public/static/commo...', ...]) in Template.php line 188
  5. at Template->fetch('/www/wwwroot/shanke/...', ['setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], 'static_path' => '/public/static/', 'common_path' => '/public/static/commo...', ...], []) in Think.php line 86
  6. at Think->fetch('/www/wwwroot/shanke/...', ['setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], 'static_path' => '/public/static/', 'common_path' => '/public/static/commo...', ...], []) in View.php line 163
  7. at View->fetch('common/header', ['setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], 'static_path' => '/public/static/', 'common_path' => '/public/static/commo...', ...], ['__ROOT__' => '', '__URL__' => '/portal/about', '__STATIC__' => '/public/static/', ...], []) in Controller.php line 120
  8. at Controller->fetch('common/header') in Common.php line 10
  9. at Common->header(0)
  10. at ReflectionMethod->invokeArgs(object(Common), [0]) in App.php line 343
  11. at App::invokeMethod([object(Common), 'header'], []) in Loader.php line 596
  12. at Loader::action('Common/header', [], 'widget') in helper.php line 155
  13. at widget('Common/header') in c6d6e8cc552d8f4529ca9fa9b036fb0d.php line 2
  14. at include('/www/wwwroot/shanke/...') in File.php line 53
  15. at File->read('/www/wwwroot/shanke/...', ['setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], 'static_path' => '/public/static/', 'common_path' => '/public/static/commo...', ...]) in Template.php line 188
  16. at Template->fetch('/www/wwwroot/shanke/...', ['setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], 'static_path' => '/public/static/', 'common_path' => '/public/static/commo...', ...], []) in Think.php line 86
  17. at Think->fetch('/www/wwwroot/shanke/...', ['setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], 'static_path' => '/public/static/', 'common_path' => '/public/static/commo...', ...], []) in View.php line 163
  18. at View->fetch('', ['setting' => ['telephone' => '400-000-1896', 'title' => '', 'author' => 'ZhangZhiwei', ...], 'static_path' => '/public/static/', 'common_path' => '/public/static/commo...', ...], ['__ROOT__' => '', '__URL__' => '/portal/about', '__STATIC__' => '/public/static/', ...], []) in Controller.php line 120
  19. at Controller->fetch() in Base.php line 21
  20. at Base->_empty('introduce')
  21. at ReflectionMethod->invokeArgs(object(About), ['introduce']) in App.php line 343
  22. at App::invokeMethod([object(About), '_empty'], ['introduce']) in App.php line 611
  23. at App::module([null, 'about', 'introduce'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], false) in App.php line 456
  24. at App::exec(['type' => 'module', 'module' => [null, 'about', 'introduce'], 'convert' => false], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  25. at App::run() in start.php line 19
  26. at require('/www/wwwroot/shanke/...') in index.php line 14

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
skjyedu.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/about/news/yx/
REDIRECT_STATUS
200
SERVER_NAME
www.skjyedu.com
SERVER_PORT
80
SERVER_ADDR
172.27.237.242
REMOTE_PORT
39292
REMOTE_ADDR
44.203.235.24
SERVER_SOFTWARE
nginx/1.18.0
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/shanke
DOCUMENT_URI
/index.php
REQUEST_URI
/about/news/yx/
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/about/news/yx/
SCRIPT_FILENAME
/www/wwwroot/shanke/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711660272.4346
REQUEST_TIME
1711660272
Environment Variables
empty

ThinkPHP Constants

APP_DEBUG
true
IS_PUBLIC
false
ROOT_PATH
/www/wwwroot/shanke/
PUBLIC_NAME
public
APP_PATH
/www/wwwroot/shanke/application/
WEJOY_PATH
/www/wwwroot/shanke/zhmx/
EXTEND_PATH
/www/wwwroot/shanke/zhmx/extend/
VENDOR_PATH
/www/wwwroot/shanke/zhmx/vendor/
THINK_VERSION
5.0.24
THINK_START_TIME
1711660272.435
THINK_START_MEM
399744
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/shanke/zhmx/thinkphp/
LIB_PATH
/www/wwwroot/shanke/zhmx/thinkphp/library/
CORE_PATH
/www/wwwroot/shanke/zhmx/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/shanke/zhmx/thinkphp/library/traits/
RUNTIME_PATH
/www/wwwroot/shanke/runtime/
LOG_PATH
/www/wwwroot/shanke/runtime/log/
CACHE_PATH
/www/wwwroot/shanke/runtime/cache/
TEMP_PATH
/www/wwwroot/shanke/runtime/temp/
CONF_PATH
/www/wwwroot/shanke/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false