[0] ClassNotFoundException in App.php line 684

类不存在:app\common\model\PageContent

  1. list($module, $class) = $this->parseModuleAndClass($name, $layer, $appendSuffix);
  2. if (class_exists($class)) {
  3. $object = $this->__get($class);
  4. } else {
  5. $class = str_replace('\\' . $module . '\\', '\\' . $common . '\\', $class);
  6. if (class_exists($class)) {
  7. $object = $this->__get($class);
  8. } else {
  9. throw new ClassNotFoundException('class not exists:' . $class, $class);
  10. }
  11. }
  12. $this->__set($guid, $class);
  13. return $object;
  14. }
  15. /**

Call Stack

  1. in App.php line 684
  2. at App->create('pageContent', 'model', false, 'common') in App.php line 705
  3. at App->model('pageContent', 'model', false) in helper.php line 470
  4. at model('pageContent') in Show.php line 44
  5. at Show->index()
  6. at ReflectionMethod->invokeArgs(object(Show), []) in Container.php line 395
  7. at Container->invokeReflectMethod(object(Show), object(ReflectionMethod), ['ename' => 'Business_trip', 'id' => '459', 'convert' => false]) in Module.php line 131
  8. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  9. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  10. at Middleware->think\{closure}(object(Request))
  11. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  12. at Middleware->dispatch(object(Request), 'controller') in Module.php line 136
  13. at Module->exec() in Dispatch.php line 168
  14. at Dispatch->run() in App.php line 432
  15. at App->think\{closure}(object(Request), object(Closure), null)
  16. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  17. at Middleware->think\{closure}(object(Request))
  18. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  19. at Middleware->dispatch(object(Request)) in App.php line 435
  20. at App->run() in index.php line 29

Environment Variables

GET Data
cid 22
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
DOCUMENT_ROOT /usr/home/wh-abiibdo4z5af8zc5qqf/htdocs
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_HOST krosstorm.com
HTTP_REMOTE_HOST 34.230.35.103
HTTP_USER_AGENT claudebot
HTTP_X_FORWARDED_FOR 34.230.35.103
HTTP_X_FORWARDED_PROTO http
HTTP_X_REAL_IP 34.230.35.103
PATH /bin
PATH_INFO /Business_trip/459.html
PATH_TRANSLATED /usr/home/wh-abiibdo4z5af8zc5qqf/htdocs/index.php
PHPRC /var/www/php70/hichina_ini/wh-abiibdo4z5af8zc5qqf
QUERY_STRING
REDIRECT_STATUS 200
REMOTE_ADDR 10.0.34.21
REMOTE_PORT 43874
REQUEST_METHOD GET
REQUEST_URI /index.php/Business_trip/459.html
SCRIPT_FILENAME /usr/home/wh-abiibdo4z5af8zc5qqf/htdocs/index.php
SCRIPT_NAME /index.php
SERVER_ADDR 10.0.7.95
SERVER_ADMIN webmaster@wh-abiibdo4z5af8zc5qqf.my3w.com
SERVER_NAME krosstorm.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.0
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
TZ Asia/Shanghai
UNIQUE_ID ZgVwQQoAB18AGpg-ZsYAAAAC
PHP_SELF /index.php/Business_trip/459.html
REQUEST_TIME_FLOAT 1711632449.245
REQUEST_TIME 1711632449
Environment Variablesempty
ThinkPHP Constants
DS /
APP_PATH /usr/home/wh-abiibdo4z5af8zc5qqf/htdocs/application/
APP_DEBUG true