[8] ErrorException in c48748ef24736d781fbb7d1b396004b9.php line 911

未定义数组索引: en_name

  1. <ul class="clearfix content indust-box">
  2. <?php if(is_array($industries) || $industries instanceof \think\Collection || $industries instanceof \think\Paginator): if( count($industries)==0 ) : echo "" ;else: foreach($industries as $k=>$v): ?>
  3. <li class="floatleft lh32 nl3 col7">
  4. <p><a class="col3 marr" href="<?php echo cmf_url('expo/list/index',array('cid'=>$v['id'])); ?>"><?php echo $v["name"]; ?><span class="f12 col2 pl3"></span></a></p>
  5. <?php if(is_array($v['children']) || $v['children'] instanceof \think\Collection || $v['children'] instanceof \think\Paginator): if( count($v['children'])==0 ) : echo "" ;else: foreach($v['children'] as $ki=>$vi): ?>
  6. <div class="indust">
  7. <a class="col8 marr" href="<?php echo cmf_url('expo/list/index',array('cid'=>$vi['id'])); ?>"><?php echo $vi['name']; ?>(<?php echo $vi['expo_count']; ?>)</a>
  8. </div>
  9. <?php endforeach; endif; else: echo "" ;endif; ?>
  10. <!--<a href="<?php echo cmf_url('expo/list/index',array('id'=>$vo['id'],'name'=>$vo['name'],'en_name'=>$vo['en_name'])); ?>"><?php echo $vo['name']; ?></a>-->
  11. </li>
  12. <?php endforeach; endif; else: echo "" ;endif; ?>
  13. </ul>
  14. </div>
  15. </div>
  16. </div>
  17. <div class="floatright r3">
  18. <div class="de_border2 space content border">

Call Stack

  1. in c48748ef24736d781fbb7d1b396004b9.php line 911
  2. at Error::appError(8, 'Undefined index: en_...', '/www/wwwroot/test.ev...', 911, ['cacheFile' => '/www/wwwroot/test.ev...', 'vars' => ['site_info' => ['site_name' => '国际参展指南', 'site_seo_title' => '...', 'site_seo_keywords' => '...', ...], 'industries' => object(Collection), 'theme_vars' => [], ...], 'site_info' => ['site_name' => '国际参展指南', 'site_seo_title' => '...', 'site_seo_keywords' => '...', ...], ...]) in c48748ef24736d781fbb7d1b396004b9.php line 911
  3. at include('/www/wwwroot/test.ev...') in File.php line 59
  4. at File->read('/www/wwwroot/test.ev...', ['site_info' => ['site_name' => '国际参展指南', 'site_seo_title' => '...', 'site_seo_keywords' => '...', ...], 'industries' => object(Collection), 'theme_vars' => [], ...]) in Template.php line 226
  5. at Template->fetch('/www/wwwroot/test.ev...', ['site_info' => ['site_name' => '国际参展指南', 'site_seo_title' => '...', 'site_seo_keywords' => '...', ...], 'industries' => object(Collection), 'theme_vars' => [], ...], []) in Think.php line 93
  6. at Think->fetch('/www/wwwroot/test.ev...', ['site_info' => ['site_name' => '国际参展指南', 'site_seo_title' => '...', 'site_seo_keywords' => '...', ...], 'industries' => object(Collection), 'theme_vars' => [], ...], []) in View.php line 192
  7. at View->fetch('/www/wwwroot/test.ev...', [], []) in HomeBaseController.php line 86
  8. at HomeBaseController->fetch() in IndustriesController.php line 38
  9. at IndustriesController->index()
  10. at ReflectionMethod->invokeArgs(object(IndustriesController), []) in Container.php line 395
  11. at Container->invokeReflectMethod(object(IndustriesController), object(ReflectionMethod), []) in Module.php line 131
  12. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  13. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  14. at Middleware->think\{closure}(object(Request))
  15. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  16. at Middleware->dispatch(object(Request), 'controller') in Module.php line 136
  17. at Module->exec() in Dispatch.php line 168
  18. at Dispatch->run() in App.php line 484
  19. at App->think\{closure}(object(Request), object(Closure), null)
  20. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  21. at Middleware->think\{closure}(object(Request))
  22. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  23. at Middleware->dispatch(object(Request)) in App.php line 487
  24. at App->run() in index.php line 33

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
lang zh-cn
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/test.eventsguide.cn/public/index.php
QUERY_STRING s=/expo/industries/index.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /expo/industries/index.html
DOCUMENT_URI /index.php
DOCUMENT_ROOT /www/wwwroot/test.eventsguide.cn/public
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.18.0
REMOTE_ADDR 3.234.253.152
REMOTE_PORT 53260
SERVER_ADDR 172.27.221.119
SERVER_PORT 80
SERVER_NAME www.eventsguide.cn
REDIRECT_STATUS 200
PATH_INFO
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.eventsguide.cn
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711721023.4001
REQUEST_TIME 1711721023
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG true
CMF_ROOT /www/wwwroot/test.eventsguide.cn/
CMF_DATA /www/wwwroot/test.eventsguide.cn/data/
APP_PATH /www/wwwroot/test.eventsguide.cn/app/
WEB_ROOT /www/wwwroot/test.eventsguide.cn/public/
HTMLPURIFIER_PREFIX /www/wwwroot/test.eventsguide.cn/vendor/ezyang/htmlpurifier/library
EFFECTED_INIT 1