[0] Exception in Query.php line 103

method not exist:think\db\Query->pingxuanlist

  1. return $this->where($where)->value($args[1]);
  2. } elseif ($this->model && method_exists($this->model, 'scope' . $method)) {
  3. // 动态调用命名范围
  4. $method = 'scope' . $method;
  5. array_unshift($args, $this);
  6. call_user_func_array([$this->model, $method], $args);
  7. return $this;
  8. } else {
  9. throw new Exception('method not exist:' . __CLASS__ . '->' . $method);
  10. }
  11. }
  12. /**
  13. * 获取当前的数据库Connection对象
  14. * @access public
  15. * @return Connection
  16. */
  17. public function getConnection()

Call Stack

  1. in Query.php line 103
  2. at Query->__call('pingxuanlist', [])
  3. at call_user_func_array([object(Query), 'pingxuanlist'], []) in Model.php line 2190
  4. at Model->__call('pingxuanlist', []) in Baokan.php line 151
  5. at Baokan->bestlist()
  6. at ReflectionMethod->invokeArgs(object(Baokan), []) in App.php line 343
  7. at App::invokeMethod([object(Baokan), 'bestlist'], []) in App.php line 611
  8. at App::module(['index', 'baokan', 'bestlist'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  9. at App::exec(['type' => 'module', 'module' => ['index', 'baokan', 'bestlist']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  10. at App::run() in start.php line 19
  11. at require('/mnt/data/www/ihwrm_...') in index.php line 7

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty

Session

module
{ "admin_id": "" }

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
www.ihwrm.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/index/baokan/bestlist.html
REDIRECT_STATUS
200
SERVER_NAME
www.ihwrm.com
SERVER_PORT
80
SERVER_ADDR
220.248.165.19
REMOTE_PORT
57664
REMOTE_ADDR
3.85.167.119
SERVER_SOFTWARE
nginx/1.21.4
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/mnt/data/www/ihwrm_a_zong/html
DOCUMENT_URI
/index.php
REQUEST_URI
/index/baokan/bestlist.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/index/baokan/bestlist.html
SCRIPT_FILENAME
/mnt/data/www/ihwrm_a_zong/html/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711715893.5412
REQUEST_TIME
1711715893
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/mnt/data/www/ihwrm_a_zong/html/../app/
THINK_VERSION
5.0.24
THINK_START_TIME
1711715893.5417
THINK_START_MEM
398544
EXT
.php
DS
/
THINK_PATH
/mnt/data/www/ihwrm_a_zong/system/
LIB_PATH
/mnt/data/www/ihwrm_a_zong/system/library/
CORE_PATH
/mnt/data/www/ihwrm_a_zong/system/library/think/
TRAIT_PATH
/mnt/data/www/ihwrm_a_zong/system/library/traits/
ROOT_PATH
/mnt/data/www/ihwrm_a_zong/
EXTEND_PATH
/mnt/data/www/ihwrm_a_zong/extend/
VENDOR_PATH
/mnt/data/www/ihwrm_a_zong/vendor/
RUNTIME_PATH
/mnt/data/www/ihwrm_a_zong/runtime/
LOG_PATH
/mnt/data/www/ihwrm_a_zong/runtime/log/
CACHE_PATH
/mnt/data/www/ihwrm_a_zong/runtime/cache/
TEMP_PATH
/mnt/data/www/ihwrm_a_zong/runtime/temp/
CONF_PATH
/mnt/data/www/ihwrm_a_zong/html/../app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false