[0] HttpException in Module.php line 111

控制器不存在:app\index\controller\Url

  1. public function run()
  2. {
  3. // 实例化控制器
  4. try {
  5. $instance = $this->app->controller($this->controller,
  6. $this->app->config('app.url_controller_layer'),
  7. $this->app->config('app.controller_suffix'),
  8. $this->app->config('app.empty_controller'));
  9. } catch (ClassNotFoundException $e) {
  10. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  11. }
  12. // 获取当前操作名
  13. $action = $this->actionName . $this->app->config('app.action_suffix');
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in Module.php line 111
  2. at Module->run() in Url.php line 31
  3. at Url->run() in App.php line 378
  4. at App->think\{closure}(object(Request), object(Closure), null)
  5. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 119
  6. at Middleware->think\{closure}(object(Request))
  7. at call_user_func(object(Closure), object(Request)) in Middleware.php line 74
  8. at Middleware->dispatch(object(Request)) in App.php line 399
  9. at App->run() in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
REDIRECT_STATUS 200
proxy-nokeepalive 1
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER http://www.yunyi-dd.com/news_view.aspx?typeid=5&id=397&fid=t2:5:2
HTTP_HOST www.yunyi-dd.com
PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
LD_LIBRARY_PATH /www/server/apache/lib
SERVER_SIGNATURE <address>Apache Server at www.yunyi-dd.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.yunyi-dd.com
SERVER_ADDR 172.19.78.224
SERVER_PORT 80
REMOTE_ADDR 52.54.103.76
DOCUMENT_ROOT /www/wwwroot/www.yunyi-dd.com
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /www/wwwroot/www.yunyi-dd.com
SERVER_ADMIN webmaster@example.com
SCRIPT_FILENAME /www/wwwroot/www.yunyi-dd.com/index.php
REMOTE_PORT 43772
REDIRECT_URL /index/url
REDIRECT_QUERY_STRING s=/index/url
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING s=/index/url
REQUEST_URI /index/url
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711643599.7135
REQUEST_TIME 1711643599
PATH_INFO /index/url
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.3