Fatal error: Out of memory (allocated 2097152) (tried to allocate 127286691 bytes) in /www/wwwroot/fan.yinghsi/thinkphp/library/think/Config.php on line 80

[1] ErrorException in Config.php line 80

Out of memory (allocated 2097152) (tried to allocate 127286691 bytes)

  1. $range = $range ?: self::$range;
  2. if (!isset(self::$config[$range])) self::$config[$range] = [];
  3. if (is_file($file)) {
  4. $name = strtolower($name);
  5. $type = pathinfo($file, PATHINFO_EXTENSION);
  6. if ('php' == $type) {
  7. return self::set(include $file, $name, $range);
  8. }
  9. if ('yaml' == $type && function_exists('yaml_parse_file')) {
  10. return self::set(yaml_parse_file($file), $name, $range);
  11. }
  12. return self::parse($file, $type, $name, $range);
  13. }

Call Stack

  1. in Config.php line 80
  2. at Error::appShutdown()

Environment Variables

GET Data

s
/bofang/8XwYamH34-1-808.html
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_CONNECTION
keep-alive
HTTP_CACHE_CONTROL
max-age=259200
HTTP_X_FORWARDED_FOR
10.1.241.171
HTTP_VIA
1.1 squid-proxy-5b5d847c96-7jd9w (squid/6.10)
HTTP_HOST
www.i80cm.com
HTTP_ACCEPT_ENCODING
gzip, br, zstd, deflate
HTTP_USER_AGENT
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT
*/*
PATH_INFO
REDIRECT_STATUS
200
SERVER_NAME
164.152.166.164
SERVER_PORT
80
SERVER_ADDR
164.152.166.164
REMOTE_PORT
19468
REMOTE_ADDR
216.73.216.102
SERVER_SOFTWARE
nginx/1.22.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/fan.yinghsi
DOCUMENT_URI
/index.php
REQUEST_URI
/bofang/8XwYamH34-1-808.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/bofang/8XwYamH34-1-808.html
SCRIPT_FILENAME
/www/wwwroot/fan.yinghsi/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1749216091.7161
REQUEST_TIME
1749216091
Environment Variables
empty

ThinkPHP Constants

ROOT_PATH
/www/wwwroot/fan.yinghsi/
APP_PATH
/www/wwwroot/fan.yinghsi/application/
MAC_COMM
/www/wwwroot/fan.yinghsi/application/common/common/
MAC_HOME_COMM
/www/wwwroot/fan.yinghsi/application/index/common/
MAC_ADMIN_COMM
/www/wwwroot/fan.yinghsi/application/admin/common/
MAC_START_TIME
1749216092.4039
BIND_MODULE
index
ENTRANCE
index
IN_FILE
/index.php
THINK_VERSION
5.0.24
THINK_START_TIME
1749216092.4992
THINK_START_MEM
477712
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/fan.yinghsi/thinkphp/
LIB_PATH
/www/wwwroot/fan.yinghsi/thinkphp/library/
CORE_PATH
/www/wwwroot/fan.yinghsi/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/fan.yinghsi/thinkphp/library/traits/
EXTEND_PATH
/www/wwwroot/fan.yinghsi/extend/
VENDOR_PATH
/www/wwwroot/fan.yinghsi/vendor/
RUNTIME_PATH
/www/wwwroot/fan.yinghsi/runtime/
LOG_PATH
/www/wwwroot/fan.yinghsi/runtime/log/
CACHE_PATH
/www/wwwroot/fan.yinghsi/runtime/cache/
TEMP_PATH
/www/wwwroot/fan.yinghsi/runtime/temp/
CONF_PATH
/www/wwwroot/fan.yinghsi/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
ADDON_PATH
/www/wwwroot/fan.yinghsi/addons/