Warning: is_file(): open_basedir restriction in effect. File(/www/wwwroot/.env) is not within the allowed path(s): (/www/wwwroot/tv.yydsys.cc/:/tmp/) in /www/wwwroot/tv.yydsys.cc/thinkphp/base.php on line 41

Warning: is_dir(): open_basedir restriction in effect. File(/www/wwwroot/vendor/composer) is not within the allowed path(s): (/www/wwwroot/tv.yydsys.cc/:/tmp/) in /www/wwwroot/tv.yydsys.cc/thinkphp/library/think/Loader.php on line 288

Warning: is_file(): open_basedir restriction in effect. File(/www/wwwroot/runtime/classmap.php) is not within the allowed path(s): (/www/wwwroot/tv.yydsys.cc/:/tmp/) in /www/wwwroot/tv.yydsys.cc/thinkphp/library/think/Loader.php on line 313
System Error

[2] ErrorException in App.php line 245

is_file(): open_basedir restriction in effect. File(/www/wwwroot/runtime/init.php) is not within the allowed path(s): (/www/wwwroot/tv.yydsys.cc/:/tmp/)

  1. */
  2. private static function init($module = '')
  3. {
  4. // 定位模块目录
  5. $module = $module ? $module . DS : '';
  6. // 加载初始化文件
  7. if (is_file(APP_PATH . $module . 'init' . EXT)) {
  8. include APP_PATH . $module . 'init' . EXT;
  9. } elseif (is_file(RUNTIME_PATH . $module . 'init' . EXT)) {
  10. include RUNTIME_PATH . $module . 'init' . EXT;
  11. } else {
  12. // 加载模块配置
  13. $config = Config::load(CONF_PATH . $module . 'config' . CONF_EXT);
  14. // 读取数据库配置文件
  15. $filename = CONF_PATH . $module . 'database' . CONF_EXT;
  16. Config::load($filename, 'database');

Call Stack

  1. in App.php line 245
  2. at Error::appError(2, 'is_file(): open_base...', '/www/wwwroot/tv.yyds...', 245, ['module' => ''])
  3. at is_file('/www/wwwroot/runtime...') in App.php line 245
  4. at App::init() in App.php line 182
  5. at App::initCommon() in App.php line 82
  6. at App::run() in start.php line 19
  7. at require('/www/wwwroot/tv.yyds...') in index.php line 9

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_CF_IPCOUNTRY
US
HTTP_CF_CONNECTING_IP
160.79.110.90
HTTP_CONNECTION
Keep-Alive
HTTP_ACCEPT
*/*
HTTP_CF_VISITOR
{"scheme":"http"}
HTTP_USER_AGENT
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_VIA
1.1 ip-10-7-136-177.us-east-2.compute.internal (squid/6.10)
HTTP_X_FORWARDED_PROTO
http
HTTP_CDN_LOOP
cloudflare; loops=1
HTTP_ACCEPT_ENCODING
gzip
HTTP_X_FORWARDED_FOR
10.6.12.196,160.79.110.90
HTTP_HOST
tv.yydsys.cc
HTTP_CACHE_CONTROL
max-age=259200
HTTP_CF_RAY
934cd70b7c1f22e0-ORD
PATH_INFO
/vod/show/by/hits/class/1986/id/1/letter/O/year/2013.html
REDIRECT_STATUS
200
SERVER_NAME
tv.yydsys.cc
SERVER_PORT
80
SERVER_ADDR
10.0.0.121
REMOTE_PORT
46206
REMOTE_ADDR
172.71.254.22
SERVER_SOFTWARE
nginx/1.24.0
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/tv.yydsys.cc
DOCUMENT_URI
/index.php/vod/show/by/hits/class/1986/id/1/letter/O/year/2013.html
REQUEST_URI
/index.php/vod/show/by/hits/class/1986/id/1/letter/O/year/2013.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
SCRIPT_FILENAME
/www/wwwroot/tv.yydsys.cc/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/vod/show/by/hits/class/1986/id/1/letter/O/year/2013.html
REQUEST_TIME_FLOAT
1745405821.5876
REQUEST_TIME
1745405821
Environment Variables
empty

ThinkPHP Constants

IN_PHPMPS
true
THINK_VERSION
5.0.24
THINK_START_TIME
1745405821.5876
THINK_START_MEM
389504
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/tv.yydsys.cc/thinkphp/
LIB_PATH
/www/wwwroot/tv.yydsys.cc/thinkphp/library/
CORE_PATH
/www/wwwroot/tv.yydsys.cc/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/tv.yydsys.cc/thinkphp/library/traits/
APP_PATH
/www/wwwroot/tv.yydsys.cc/
ROOT_PATH
/www/wwwroot/
EXTEND_PATH
/www/wwwroot/extend/
VENDOR_PATH
/www/wwwroot/vendor/
RUNTIME_PATH
/www/wwwroot/runtime/
LOG_PATH
/www/wwwroot/runtime/log/
CACHE_PATH
/www/wwwroot/runtime/cache/
TEMP_PATH
/www/wwwroot/runtime/temp/
CONF_PATH
/www/wwwroot/tv.yydsys.cc/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false