[0] Exception in helper.php line 363

模板不存在:/home/wwwroot/uccn/application/home/view/www/Article_index

  1. * @param string $msg 异常消息
  2. * @param integer $code 异常代码 默认为0
  3. * @param string $exception 异常类
  4. *
  5. * @throws Exception
  6. */
  7. function exception($msg, $code = 0, $exception = '')
  8. {
  9. $e = $exception ?: '\think\Exception';
  10. throw new $e($msg, $code);
  11. }
  12. }
  13. if (!function_exists('halt')) {
  14. /**
  15. * 调试变量并且中断输出
  16. * @param mixed $var 调试变量或者信息
  17. */
  18. function halt($var)

Call Stack

  1. in helper.php line 363
  2. at exception('模板不存在:/hom...') in TemplateCache.php line 22
  3. at TemplateCache->template_compile('Article_index', '/home/wwwroot/uccn/a...', '/home/wwwroot/uccn/r...') in common.php line 71
  4. at template(['home'], 'Article_index') in Article.php line 31
  5. at Article->index()
  6. at ReflectionMethod->invokeArgs(object(Article), []) in Container.php line 395
  7. at Container->invokeReflectMethod(object(Article), object(ReflectionMethod), ['en' => 'ask']) in Module.php line 136
  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 141
  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 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.bashan.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
SERVER_NAME www.bashan.com
SERVER_PORT 80
SERVER_ADDR 172.24.133.221
REMOTE_PORT 55256
REMOTE_ADDR 3.235.199.19
SERVER_SOFTWARE nginx/1.16.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /home/wwwroot/uccn/public
DOCUMENT_URI /index.php
REQUEST_URI /ask/
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=home/article/index/en/ask
SCRIPT_FILENAME /home/wwwroot/uccn/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710835393.0079
REQUEST_TIME 1710835393
Environment Variablesempty
ThinkPHP Constants
FILTER_VALIDATE_BOOL 258