金沙6165总站线路检测(中国有限公司)官方入口

[8] ErrorException in Index.php line 206

Trying to get property 'hits' of non-object

  1. $job_list = Article::where(['status'=>1,'isdel'=>0,'cate_id'=>21])->order('sort asc,id asc')->select();
  2. $this->assign('job_list',$job_list);
  3. $this->assign('idx',19);
  4. return $this->fetch();
  5. }
  6. public function detail(){
  7. $id = $this->request->param('id');
  8. $info = Article::get($id);
  9. $info->hits = $info->hits + 1;
  10. $info->save();
  11. $info['operator'] = Manager::where('id',$info->operator_id)->value('nickname');
  12. // 上一页
  13. $mapPre[]=['isdel','=',0];
  14. $mapPre[]=['status','=',1];
  15. $mapPre[]=['cate_id','=',$info['cate_id']];
  16. $mapPre[]=['id','<',$info['id']];
  17. $info['pre']=Article::field('id,title,create_time')->where($mapPre)->order('id desc')->find();
  18. // 下一页

Call Stack

  1. in Index.php line 206
  2. at Error::appError(8, 'Trying to get proper...', '/www/wwwroot/zhongtu...', 206, ['id' => 'www', 'info' => null]) in Index.php line 206
  3. at Index->detail()
  4. at ReflectionMethod->invokeArgs(object(Index), []) in Container.php line 395
  5. at Container->invokeReflectMethod(object(Index), object(ReflectionMethod), ['id' => 'www', 'convert' => false]) in Module.php line 131
  6. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  7. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  8. at Middleware->think\{closure}(object(Request))
  9. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  10. at Middleware->dispatch(object(Request), 'controller') in Module.php line 136
  11. at Module->exec() in Dispatch.php line 168
  12. at Dispatch->run() in App.php line 432
  13. at App->think\{closure}(object(Request), object(Closure), null)
  14. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  15. at Middleware->think\{closure}(object(Request))
  16. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  17. at Middleware->dispatch(object(Request)) in App.php line 435
  18. at App->run() in index.php line 22

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
PHPSESSID b9d8e09suc4qgblfe0jpq4tcar
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_COOKIE PHPSESSID=b9d8e09suc4qgblfe0jpq4tcar
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT */*
HTTP_HOST www.zhongtuchem.cn
HTTP_USER_AGENT Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME zhongtuchem.cn
SERVER_PORT 80
SERVER_ADDR 172.17.80.68
REMOTE_PORT 44406
REMOTE_ADDR 107.158.144.90
SERVER_SOFTWARE nginx/1.20.2
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/zhongtuchem.cn/public
DOCUMENT_URI /index.php
REQUEST_URI /detail/www.zhongtuchem.cn
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/detail/www.zhongtuchem.cn
SCRIPT_FILENAME /www/wwwroot/zhongtuchem.cn/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1735129854.0527
REQUEST_TIME 1735129854
Environment Variablesempty
ThinkPHP Constants
TEMP_HTML_PATH ./html/
FILTER_VALIDATE_BOOL 258
PINYIN_DEFAULT 4096
PINYIN_TONE 2
PINYIN_NO_TONE 4
PINYIN_ASCII_TONE 8
PINYIN_NAME 16
PINYIN_KEEP_NUMBER 32
PINYIN_KEEP_ENGLISH 64
PINYIN_UMLAUT_V 128
PINYIN_KEEP_PUNCTUATION 256
XML 地图