[2] ErrorException in App.php line 300

is_file(): open_basedir restriction in effect. File(/mnt/7kzhanqun/data/runtime/2026_02_06/new.ceshi9.cn/init.php) is not within the allowed path(s): (/mnt/7kzhanqun/:/tmp/)

  1. {
  2. // 定位模块目录
  3. $module = $module ? $module . DIRECTORY_SEPARATOR : '';
  4. $path = $this->appPath . $module;
  5. if (empty($module) || empty(static::$modulesInited[$module])) {
  6. // 加载初始化文件
  7. if (is_file($path . 'init.php')) {
  8. include $path . 'init.php';
  9. } elseif (is_file($this->runtimePath . $module . 'init.php')) {
  10. include $this->runtimePath . $module . 'init.php';
  11. } else {
  12. // 加载行为扩展文件
  13. if (is_file($path . 'tags.php')) {
  14. $tags = include $path . 'tags.php';
  15. if (is_array($tags)) {
  16. $this->hook->import($tags);
  17. }
  18. }

Call Stack

  1. in App.php line 300
  2. at Error::appError(2, 'is_file(): open_base...', '/mnt/7kzhanqun/vendo...', 300, ['module' => '', 'path' => '/mnt/7kzhanqun/app/'])
  3. at is_file('/mnt/7kzhanqun/data/...') in App.php line 300
  4. at App->init() in App.php line 233
  5. at App->initialize() in App.php line 427
  6. at App->run() in index.php line 35

Environment Variables

GET Data
site_id 57
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_ACCEPT */*
HTTP_HOST new.ceshi9.cn
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME new.ceshi9.cn
SERVER_PORT 80
SERVER_ADDR 172.21.25.29
REMOTE_PORT 46570
REMOTE_ADDR 8.218.224.169
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /mnt/7kzhanqun/public
DOCUMENT_URI /index.php
REQUEST_URI /?site_id=57
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING site_id=57
SCRIPT_FILENAME /mnt/7kzhanqun/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1770358707.6134
REQUEST_TIME 1770358707
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG false
CMF_ROOT /mnt/7kzhanqun/
CMF_DATA /mnt/7kzhanqun/data/
APP_PATH /mnt/7kzhanqun/app/
WEB_ROOT /mnt/7kzhanqun/public/
LARAVEL_START 1770358707.6143