[0] HttpException in App.php line 606

方法不存在:app\index\controller\Fuwuyingyong->newsd()

  1. $actionName = $suffix ? substr($methodName, 0, -strlen($suffix)) : $methodName;
  2. $request->action($actionName);
  3. } elseif (is_callable([$instance, '_empty'])) {
  4. // 空操作
  5. $call = [$instance, '_empty'];
  6. $vars = [$actionName];
  7. } else {
  8. // 操作不存在
  9. throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  10. }
  11. Hook::listen('action_begin', $call);
  12. return self::invokeMethod($call, $vars);
  13. }
  14. /**
  15. * URL路由检测(根据PATH_INFO)

Call Stack

  1. in App.php line 606
  2. at App::module(['index', 'fuwuyingyong', 'newsd'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'fuwuyingyong', 'newsd']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/usr/home/wh-axci24l...') in index.php line 26

Environment Variables

GET Data

id
1
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

DOCUMENT_ROOT
/usr/home/wh-axci24l52gh0i3md57q/htdocs
GATEWAY_INTERFACE
CGI/1.1
HTTP_ACCEPT
*/*
HTTP_HOST
en.jc-times.com
HTTP_USER_AGENT
claudebot
PATH
/bin
PATH_INFO
/index/fuwuyingyong/newsd.html
PATH_TRANSLATED
/usr/home/wh-axci24l52gh0i3md57q/htdocs/index.php
PHPRC
/var/www/php70/hichina_ini/wh-axci24l52gh0i3md57q
QUERY_STRING
id=1
REDIRECT_STATUS
200
REMOTE_ADDR
18.234.139.149
REMOTE_PORT
33966
REQUEST_METHOD
GET
REQUEST_URI
/index.php/index/fuwuyingyong/newsd.html?id=1
SCRIPT_FILENAME
/usr/home/wh-axci24l52gh0i3md57q/htdocs/index.php
SCRIPT_NAME
/index.php
SCRIPT_URI
http://en.jc-times.com/index.php/index/fuwuyingyong/newsd.html
SCRIPT_URL
/index.php/index/fuwuyingyong/newsd.html
SERVER_ADDR
172.17.232.17
SERVER_ADMIN
webmaster@wh-axci24l52gh0i3md57q.my3w.com
SERVER_NAME
en.jc-times.com
SERVER_PORT
80
SERVER_PROTOCOL
HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE
Apache
TZ
Asia/Shanghai
UNIQUE_ID
ZgXbDawR6BEABuzlLwkAAAAC
PHP_SELF
/index.php/index/fuwuyingyong/newsd.html
REQUEST_TIME_FLOAT
1711659789.9315
REQUEST_TIME
1711659789
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/application/
APP_DATETIME
2024-03-29 05:03:09
VIEW_PATH
jcindex
THINK_VERSION
5.0.24
THINK_START_TIME
1711659789.9323
THINK_START_MEM
348704
EXT
.php
DS
/
THINK_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/thinkphp/
LIB_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/thinkphp/library/
CORE_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/thinkphp/library/think/
TRAIT_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/thinkphp/library/traits/
ROOT_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/
EXTEND_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/extend/
VENDOR_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/vendor/
RUNTIME_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/runtime/
LOG_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/runtime/log/
CACHE_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/runtime/cache/
TEMP_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/runtime/temp/
CONF_PATH
/usr/home/wh-axci24l52gh0i3md57q/htdocs/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false