[2] ErrorException in Broker.php line 86

Illegal string offset 'nick_name'

  1. */
  2. public function second()
  3. {
  4. $id = input('id/d',0);
  5. $info = $this->getUserInfo($id);
  6. $where = getWhere();
  7. $where['broker_id'] = $id;
  8. $lists = model('second_house')->where($where)->order('id desc')->paginate(10);
  9. $this->setSeo(['seo_title'=>$info['nick_name'].'的二手房源']);
  10. $this->assign('lists',$lists);
  11. $this->assign('pages',$lists->render());
  12. $this->assign('info',$info);
  13. $this->assign('floor',getLinkMenuCache(7));//楼层
  14. $this->assign('orientations',getLinkMenuCache(4));//朝向
  15. $this->assign('renovation',getLinkMenuCache(8));//装修情况
  16. return $this->fetch();
  17. }

Call Stack

  1. in Broker.php line 86
  2. at Error::appError(2, 'Illegal string offse...', '/newsite/2184/fangcm...', 86, ['id' => 22, 'info' => '<!DOCTYPE html> <ht...', 'where' => ['status' => 1, ['city', 'in', ['231', 0]], 'broker_id' => 22], ...]) in Broker.php line 86
  3. at Broker->second()
  4. at ReflectionMethod->invokeArgs(object(Broker), []) in Container.php line 395
  5. at Container->invokeReflectMethod(object(Broker), object(ReflectionMethod), ['id' => '22', '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": 231, "province_id": 20, "name": "\u5e7f\u5dde", "alias": "gz", "pid": 0, "spid": null, "ordid": 9, "status": 1, "seo_title": "", "seo_keys": "", "seo_desc": "", "img": null, "domain": "gz", "is_hot": 0, "is_default": 0, "is_index": 1, "lat": "113.331734", "lng": "23.156575", "data": { "phone": "", "address": "", "online_consulting": "", "pc_js": "", "mobile_js": "" }, "city_code": null, "hits": 0, "old_parentid": 0 }
city_id 231
city_ids think:["231"]
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST gz.615.cn
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
PHP_ADMIN_VALUE open_basedir=/newsite/2184/fangcms/615.cn/public/:/tmp/:/proc/:/newsite/
REDIRECT_STATUS 200
SERVER_NAME 615.cn
SERVER_PORT 80
SERVER_ADDR 43.250.189.248
REMOTE_PORT 47734
REMOTE_ADDR 18.209.31.38
SERVER_SOFTWARE nginx/1.20.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /newsite/2184/fangcms/615.cn/public
DOCUMENT_URI /index.php
REQUEST_URI /jjr/esf-22.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=//jjr/esf-22.html
SCRIPT_FILENAME /newsite/2184/fangcms/615.cn/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF
REQUEST_TIME_FLOAT 1711715869.641
REQUEST_TIME 1711715869
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.7
0.166931s