[8] ErrorException in Article.php line 54

未定义数组索引: cate_id

  1. return $res;
  2. }
  3. //详细
  4. public function get($id,$model='index',$map=[]){
  5. $where[]=['is_deleted','=',0];
  6. $where[]=['status','=',1];
  7. $where[]=['id','=',$id];
  8. $res = $this->with(['cate'])->where($where)->where($map)->find();
  9. $res['pre']=$this->getPre($id,$res['cate_id'],$model,$map);
  10. $res['next']=$this->getNext($id,$res['cate_id'],$model,$map);
  11. return $res;
  12. }
  13. //上一篇
  14. public function getPre($id,$cate_id,$model='index',$map)
  15. {
  16. $where[]=['is_deleted','=',0];
  17. $where[]=['status','=',1];
  18. $where[]=['id','<',$id];
  19. $where[]=['cate_id','=',$cate_id];

Call Stack

  1. in Article.php line 54
  2. at Error::appError(8, 'Undefined index: cat...', '/home/wwwroot/pcone/...', 54, ['id' => 696, 'model' => 'indexec', 'map' => [['show_status', '<>', 1]], ...]) in Article.php line 54
  3. at Article->get(696, 'indexec', [['show_status', '<>', 1]]) in Article.php line 44
  4. at Article->detail()
  5. at ReflectionMethod->invokeArgs(object(Article), []) in Container.php line 395
  6. at Container->invokeReflectMethod(object(Article), object(ReflectionMethod), ['id' => '696', 'convert' => false]) in Module.php line 131
  7. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  8. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  9. at Middleware->think\{closure}(object(Request))
  10. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  11. at Middleware->dispatch(object(Request), 'controller') in Module.php line 136
  12. at Module->exec() in Dispatch.php line 168
  13. at Dispatch->run() in App.php line 432
  14. at App->think\{closure}(object(Request), object(Closure), null)
  15. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  16. at Middleware->think\{closure}(object(Request)) in sys.php line 145
  17. at {closure}(object(Request), object(Closure), null)
  18. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  19. at Middleware->think\{closure}(object(Request)) in common.php line 247
  20. at {closure}(object(Request), object(Closure), null)
  21. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  22. at Middleware->think\{closure}(object(Request))
  23. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  24. at Middleware->dispatch(object(Request)) in App.php line 435
  25. at App->run() in index.php line 20

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.024ec.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME 024ec.com
SERVER_PORT 443
SERVER_ADDR 122.114.59.169
REMOTE_PORT 35980
REMOTE_ADDR 35.175.212.5
SERVER_SOFTWARE nginx/1.16.0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/pcone/public
DOCUMENT_URI /index.php
REQUEST_URI /new/696.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/new/696.html
SCRIPT_FILENAME /www/wwwroot/pcone/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711658796.342
REQUEST_TIME 1711658796
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.10