[0] ThrowableError in Index.php line 3092

致命错误: Class 'think\Exception\HttpException' not found

  1. $this->assign("tagslist",$tagslist);
  2. return $this->fetch();
  3. }
  4. public function search ($keywords='',$catid='',$page='1',$limit='30',$dir='',$tagsname='')
  5. {
  6. $TagsModel = new Tags();
  7. $session_id = session_id();
  8. $auther = $this->auther;
  9. if ($auther['code'] == '0') {
  10. throw new \think\Exception\HttpException(404, '异常消息');
  11. //throw new \think\Exception('异常消息', 404);
  12. }
  13. if (Request::isAjax()) {
  14. if (!$keywords) {
  15. $history = cache($session_id."_history");
  16. if (!$history) {
  17. $history = [];
  18. }
  19. return json(['tags'=>[],'history'=>$history]);

Call Stack

  1. in Index.php line 3092
  2. at Index->search('', '', '1', '30', '', '')
  3. at ReflectionMethod->invokeArgs(object(Index), ['', '', '1', ...]) in Container.php line 395
  4. at Container->invokeReflectMethod(object(Index), object(ReflectionMethod), ['convert' => false]) in Module.php line 131
  5. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  6. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  7. at Middleware->think\{closure}(object(Request))
  8. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  9. at Middleware->dispatch(object(Request), 'controller') in Module.php line 136
  10. at Module->exec() in Dispatch.php line 168
  11. at Dispatch->run() in App.php line 432
  12. at App->think\{closure}(object(Request), object(Closure), null)
  13. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  14. at Middleware->think\{closure}(object(Request))
  15. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  16. at Middleware->dispatch(object(Request)) in App.php line 435
  17. at App->run() in index.php line 27

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Session
xuanying_tz { "state": "949380bdff883817e917dbd67784c8f1" }
Server/Request Data
USER www
HOME /home/www
HTTP_X_SINFO on
HTTP_X5_UUID 82c953694e729e2c85ba164e48ea44fb
HTTP_WL_PROXY_CLIENT_IP 119.23.123.154
HTTP_WEB_SERVER_TYPE nginx
HTTP_X_CLIENT_IP 34.237.245.80
HTTP_X_TRUE_IP 119.23.123.154
HTTP_X_FORWARDED_PROTO http
HTTP_X_REAL_IP 34.237.245.80
HTTP_EAGLEEYE_RPCID 0.1
HTTP_X_ALICDN_DA_VIA 58.218.215.165,113.96.58.121
HTTP_ALI_CDN_APPVIEW_NAME cdn-tengine
HTTP_ACCEPT */*
HTTP_ALI_SWIFT_FORCE_TTL_CODE 400=0
HTTP_X_CLIENT_SCHEME https
HTTP_ALI_SWIFT_STAT_HOST www.tzsucai.com
HTTP_ALI_SWIFT_LOG_HOST www.tzsucai.com
HTTP_ALI_CDN_REAL_IP 34.237.245.80
HTTP_ALI_CDN_REAL_PORT 51484
HTTP_VIA cn192.l1, l2st4-5.l2
HTTP_EAGLEEYE_TRACEID 3adad01617108202124292157e
HTTP_X_FORWARDED_FOR 34.237.245.80, 119.23.123.154
HTTP_USER_AGENT claudebot
HTTP_HOST www.tzsucai.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.tzsucai.com
SERVER_PORT 80
SERVER_ADDR 172.18.159.67
REMOTE_PORT 47854
REMOTE_ADDR 119.23.123.154
SERVER_SOFTWARE nginx/1.21.4
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/tzsucai.com/public
DOCUMENT_URI /index.php
REQUEST_URI /search.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/search.html
SCRIPT_FILENAME /www/wwwroot/tzsucai.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710820212.4547
REQUEST_TIME 1710820212
Environment Variablesempty
ThinkPHP Constants
FILTER_VALIDATE_BOOL 258
HTMLPURIFIER_PREFIX /www/wwwroot/tzsucai.com/vendor/ezyang/htmlpurifier/library
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