[8] ErrorException in 76d8346dccad48130984f532fff452a1.php line 251

未定义数组下标: 10

  1. <div class="abtn">关注</div>
  2. <div class="clear"></div>
  3. </div>
  4. <div class="Xqtittj01">
  5. <p><i class="XqTelimg01"></i>所在地区:<?php echo $info["city_name"]; ?></p>
  6. <p><i class="XqTelimg01"></i>所属行业:<?php if(!(empty($info['industry']) || (($info['industry'] instanceof \think\Collection || $info['industry'] instanceof \think\Paginator ) && $info['industry']->isEmpty()))): ?>[<?php echo config("zpw_industry")[$info["industry"]]; ?>]<?php endif; ?></p>
  7. <p><i class="XqTelimg01"></i>企业性质:<?php if(!(empty($info['property']) || (($info['property'] instanceof \think\Collection || $info['property'] instanceof \think\Paginator ) && $info['property']->isEmpty()))): ?><?php echo config("zpw_property")[$info["property"]]; endif; ?></p>
  8. <p><i class="XqTelimg01"></i>成立时间:<?php if(!(empty($info['found']) || (($info['found'] instanceof \think\Collection || $info['found'] instanceof \think\Paginator ) && $info['found']->isEmpty()))): ?><?php echo $info["found"]; endif; ?></p>
  9. <p><i class="XqTelimg01"></i>企业规模:<?php if(!(empty($info['scale']) || (($info['scale'] instanceof \think\Collection || $info['scale'] instanceof \think\Paginator ) && $info['scale']->isEmpty()))): ?><?php echo config("zpw_scale")[$info["scale"]]; endif; ?></p>
  10. <p><i class="XqTelimg01"></i>注册资金:<?php if(!(empty($info['registered']) || (($info['registered'] instanceof \think\Collection || $info['registered'] instanceof \think\Paginator ) && $info['registered']->isEmpty()))): ?><?php echo config("zpw_registered")[$info["registered"]]; endif; ?></p>
  11. <p><i class="XqTelimg01"></i>更新时间:<?php if(!(empty($info['update_time']) || (($info['update_time'] instanceof \think\Collection || $info['update_time'] instanceof \think\Paginator ) && $info['update_time']->isEmpty()))): ?><?php echo $info["update_time"]; endif; ?></p>
  12. <p><i class="XqTelimg01"></i>企业官网:</p>
  13. </div>
  14. <div class="Xqlab">
  15. <?php echo (isset($info["tag_name"]) && ($info["tag_name"] !== '')?$info["tag_name"]:""); ?>
  16. <div class="clear"></div>
  17. </div>
  18. <div class="XqTel">
  19. <div class="XqTelleft">

Call Stack

  1. in 76d8346dccad48130984f532fff452a1.php line 251
  2. at Error::appError(8, 'Undefined offset: 10', '/home/wwwroot/www.07...', 251, ['cacheFile' => '/home/wwwroot/www.07...', 'vars' => ['current_user' => null, 'header_menus' => [['id' => 1, 'title' => '主页', 'value' => '/', ...], ['id' => 2, 'title' => '会员', 'value' => 'user/index/index', ...], ['id' => 3, 'title' => '下载', 'value' => 'https://gitee.com/Zh...', ...], ...], 'users_menus' => [['id' => 9, 'title' => '我的文章', 'value' => 'cms/My/posts', ...]], ...], 'current_user' => null, ...]) in 76d8346dccad48130984f532fff452a1.php line 251
  3. at include('/home/wwwroot/www.07...') in File.php line 53
  4. at File->read('/home/wwwroot/www.07...', ['current_user' => null, 'header_menus' => [['id' => 1, 'title' => '主页', 'value' => '/', ...], ['id' => 2, 'title' => '会员', 'value' => 'user/index/index', ...], ['id' => 3, 'title' => '下载', 'value' => 'https://gitee.com/Zh...', ...], ...], 'users_menus' => [['id' => 9, 'title' => '我的文章', 'value' => 'cms/My/posts', ...]], ...]) in Template.php line 188
  5. at Template->fetch('/home/wwwroot/www.07...', ['current_user' => null, 'header_menus' => [['id' => 1, 'title' => '主页', 'value' => '/', ...], ['id' => 2, 'title' => '会员', 'value' => 'user/index/index', ...], ['id' => 3, 'title' => '下载', 'value' => 'https://gitee.com/Zh...', ...], ...], 'users_menus' => [['id' => 9, 'title' => '我的文章', 'value' => 'cms/My/posts', ...]], ...], []) in Think.php line 86
  6. at Think->fetch('/home/wwwroot/www.07...', ['current_user' => null, 'header_menus' => [['id' => 1, 'title' => '主页', 'value' => '/', ...], ['id' => 2, 'title' => '会员', 'value' => 'user/index/index', ...], ['id' => 3, 'title' => '下载', 'value' => 'https://gitee.com/Zh...', ...], ...], 'users_menus' => [['id' => 9, 'title' => '我的文章', 'value' => 'cms/My/posts', ...]], ...], []) in View.php line 163
  7. at View->fetch('', ['current_user' => null, 'header_menus' => [['id' => 1, 'title' => '主页', 'value' => '/', ...], ['id' => 2, 'title' => '会员', 'value' => 'user/index/index', ...], ['id' => 3, 'title' => '下载', 'value' => 'https://gitee.com/Zh...', ...], ...], 'users_menus' => [['id' => 9, 'title' => '我的文章', 'value' => 'cms/My/posts', ...]], ...], ['__ROOT__' => '', '__URL__' => '/home/index', '__STATIC__' => '/static', ...], []) in Controller.php line 120
  8. at Controller->fetch() in Index.php line 781
  9. at Index->companydetail()
  10. at ReflectionMethod->invokeArgs(object(Index), []) in App.php line 343
  11. at App::invokeMethod([object(Index), 'companydetail'], []) in App.php line 611
  12. at App::module(['home', 'Index', 'companydetail'], ['app_host' => '', 'app_debug' => true, 'app_trace' => '0', ...], true) in App.php line 456
  13. at App::exec(['type' => 'module', 'module' => ['home', 'Index', 'companydetail']], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 139
  14. at App::run() in start.php line 19
  15. at require('/home/wwwroot/www.07...') in index.php line 45

Environment Variables

GET Data

id
720701
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
www.0734zpw.com
PHP_ADMIN_VALUE
open_basedir=/home/wwwroot/:/tmp/:/proc/
REDIRECT_STATUS
200
SERVER_NAME
0734zpw.com
SERVER_PORT
443
SERVER_ADDR
211.149.224.72
REMOTE_PORT
56192
REMOTE_ADDR
34.238.138.162
SERVER_SOFTWARE
nginx/1.22.0
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/home/wwwroot/www.0734zpw.com/public
DOCUMENT_URI
/index.php/home/Index/companydetail
REQUEST_URI
/c720701.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
id=720701
SCRIPT_FILENAME
/home/wwwroot/www.0734zpw.com/public/index.php
PATH_TRANSLATED
/home/wwwroot/www.0734zpw.com/public/home/Index/companydetail
PATH_INFO
/home/Index/companydetail
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/home/Index/companydetail
REQUEST_TIME_FLOAT
1711642808.4492
REQUEST_TIME
1711642808
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/home/wwwroot/www.0734zpw.com/public/../apps/
PUBLIC_PATH
/home/wwwroot/www.0734zpw.com/public/
THEME_PATH
/home/wwwroot/www.0734zpw.com/public/themes/
MODULE_MARK
front
BASE_PATH
THINK_VERSION
5.0.24
THINK_START_TIME
1711642808.4502
THINK_START_MEM
416240
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/www.0734zpw.com/thinkphp/
LIB_PATH
/home/wwwroot/www.0734zpw.com/thinkphp/library/
CORE_PATH
/home/wwwroot/www.0734zpw.com/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/www.0734zpw.com/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/www.0734zpw.com/
EXTEND_PATH
/home/wwwroot/www.0734zpw.com/extend/
VENDOR_PATH
/home/wwwroot/www.0734zpw.com/vendor/
RUNTIME_PATH
/home/wwwroot/www.0734zpw.com/runtime/
LOG_PATH
/home/wwwroot/www.0734zpw.com/runtime/log/
CACHE_PATH
/home/wwwroot/www.0734zpw.com/runtime/cache/
TEMP_PATH
/home/wwwroot/www.0734zpw.com/runtime/temp/
CONF_PATH
/home/wwwroot/www.0734zpw.com/public/../apps/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
EACOOPHP_V
1.3.0
BUILD_VERSION
201810102222
PLUGIN_PATH
/home/wwwroot/www.0734zpw.com/plugins/
SERVER_SOFTWARE_TYPE
nginx
RESULT_SUCCESS
success
RESULT_ERROR
error
RESULT_REDIRECT
redirect
RESULT_MESSAGE
message
RESULT_URL
url
RESULT_DATA
data
DATA_COMMON_STATUS
status
DATA_NORMAL
1
DATA_DISABLE
0
DATA_DELETE
-1
DATA_SUCCESS
1
DATA_ERROR
0
TIME_CT_NAME
create_time
TIME_UT_NAME
update_time
TIME_NOW
1711642808
DB_PREFIX
eacoo_
DB_LIST_ROWS
10
MODULE_NAME
home
IS_MOBILE
false
CURRENT_THEME
default
DOMDOCUMENT
DOMDocument
DOMELEMENT
DOMElement
DOMNODELIST
DOMNodeList
DOMNODE
DOMNode
ACCREDIT_TOKEN
1ba352e58601190e3fbea927b34bbf4b
CONTROLLER_NAME
Index
ACTION_NAME
companydetail
IS_POST
false
IS_AJAX
false
IS_PJAX
false
IS_GET
true