[8] ErrorException in News.php line 88

未定义数组索引: cate_id

  1. public function detail()
  2. {
  3. $id = input('id');
  4. $where = $where_res = getWhere();
  5. if($id){
  6. $where['id'] = $id;
  7. $info = model('article')->where($where)->find();
  8. $info['info'] = model('article_data')->where(['article_id'=>$id])->value('info');
  9. }
  10. $cate = model('article_cate')->where(array('id'=>$info['cate_id']))->find();
  11. updateHits($info['id'],'article');
  12. //楼盘信息
  13. if($info['house_id']){
  14. $house = model('house')->where(array('id'=>$info['house_id']))->find();
  15. $this->assign('house',$house);
  16. }
  17. //随机查询
  18. $where_res[] = ['id','gt',$id];

Call Stack

  1. in News.php line 88
  2. at Error::appError(8, 'Undefined index: cat...', '/www/wwwroot/api.eku...', 88, ['id' => '214', 'where' => ['status' => 1, ['city', 'in', ['791', '792', '793', ...]], 'id' => '214'], 'where_res' => ['status' => 1, ['city', 'in', ['791', '792', '793', ...]]], ...]) in News.php line 88
  3. at News->detail()
  4. at ReflectionMethod->invokeArgs(object(News), []) in Container.php line 395
  5. at Container->invokeReflectMethod(object(News), object(ReflectionMethod), ['id' => '214', 'convert' => false]) in Module.php line 132
  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 137
  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 11

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
city_info { "id": 128, "province_id": 2, "name": "\u5e7f\u5dde", "alias": "guangzhou", "pid": 0, "spid": null, "ordid": 251, "status": 1, "seo_title": "", "seo_keys": "", "seo_desc": "", "img": null, "domain": "guangzhou", "is_hot": 1, "is_default": 0, "is_index": 0, "lat": "0", "lng": "0", "data": { "phone": "", "address": "", "online_consulting": "", "pc_js": "", "mobile_js": "" }, "city_code": null, "hits": 478 }
city_id 128
city_ids think:["791","792","793","794","795","796","797","798","799","800","801","128"]
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST guangzhou.ekuaiqi.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME api.ekuaiqi.com
SERVER_PORT 80
SERVER_ADDR 172.17.245.194
REMOTE_PORT 41556
REMOTE_ADDR 44.210.107.64
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/api.ekuaiqi.com/public
DOCUMENT_URI /index.php
REQUEST_URI /news/214.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/news/214.html
SCRIPT_FILENAME /www/wwwroot/api.ekuaiqi.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711621983.5348
REQUEST_TIME 1711621983
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.7