^ Illuminate\Database\QueryException {#351
  #sql: "select * from `ims_yz_uniacid_app` where `uniacid` = ? limit 1"
  #bindings: array:1 [
    0 => 0
  ]
  #message: "SQLSTATE[HY000] [2002] Connection refused (SQL: select * from `ims_yz_uniacid_app` where `uniacid` = 0 limit 1)"
  #code: 2002
  #file: "/www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
  #line: 712
  -previous: PDOException {#356
    #message: "SQLSTATE[HY000] [2002] Connection refused"
    #code: 2002
    #file: "/www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php"
    #line: 70
    +errorInfo: array:3 [
      0 => "HY000"
      1 => 2002
      2 => "Connection refused"
    ]
    trace: {
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:70 {
        Illuminate\Database\Connectors\Connector->createPdoConnection($dsn, $username, $password, $options) …
        › 
        ›     return new PDO($dsn, $username, $password, $options);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:100 {
        Illuminate\Database\Connectors\Connector->tryAgainIfCausedByLostConnection(Throwable $e, $dsn, $username, $password, $options) …
        › if ($this->causedByLostConnection($e)) {    return $this->createPdoConnection($dsn, $username, $password, $options);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:50 {
        Illuminate\Database\Connectors\Connector->createConnection($dsn, array $config, array $options) …
        › return $this->tryAgainIfCausedByLostConnection(    $e, $dsn, $username, $password, $options);
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php:24 {
        Illuminate\Database\Connectors\MySqlConnector->connect(array $config) …
        › // connection's behavior, and some might be specified by the developers.$connection = $this->createConnection($dsn, $config, $options);}
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:184 {
        Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure} …
        › try {    return $this->createConnector($config)->connect($config);} catch (PDOException $e) {
      }
      Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:1064 {
        Illuminate\Database\Connection->getPdo() …
        › if ($this->pdo instanceof Closure) {    return $this->pdo = call_user_func($this->pdo);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:1100 {
        Illuminate\Database\Connection->getReadPdo() …
        › 
        ›     return $this->readPdo ?: $this->getPdo();}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:442 {
        Illuminate\Database\Connection->getPdoForSelect($useReadPdo = true) …
        › {    return $useReadPdo ? $this->getReadPdo() : $this->getPdo();}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:368 {
        Illuminate\Database\Connection->Illuminate\Database\{closure} …
        › $statement = $this->prepared(    $this->getPdoForSelect($useReadPdo)->prepare($query));
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:705 {
        Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
        › try {    return $callback($query, $bindings);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:784 {
        Illuminate\Database\Connection->tryAgainIfCausedByLostConnection(QueryException $e, $query, $bindings, Closure $callback) …
        › 
        ›     return $this->runQueryCallback($query, $bindings, $callback);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:764 {
        Illuminate\Database\Connection->handleQueryException(QueryException $e, $query, $bindings, Closure $callback) …
        › return $this->tryAgainIfCausedByLostConnection(    $e, $query, $bindings, $callback);
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:675 {
        Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
        › $result = $this->handleQueryException(    $e, $query, $bindings, $callback);
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:376 {
        Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
        ›         return $statement->fetchAll();    });}
      }
      /www/wwwroot/s.99yiyun.com/app/framework/Database/MySqlConnection.php:27 {
        app\framework\Database\MySqlConnection->select($query, $bindings = [], $useReadPdo = true) …
        › } else {    $result = parent::select($query, $bindings, $useReadPdo);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2414 {
        Illuminate\Database\Query\Builder->runSelect() …
        › return $this->connection->select(    $this->toSql(), $this->getBindings(), ! $this->useWritePdo);
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2402 {
        Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure} …
        › return collect($this->onceWithColumns(Arr::wrap($columns), function () {    return $this->processor->processSelect($this, $this->runSelect());}));
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2936 {
        Illuminate\Database\Query\Builder->onceWithColumns($columns, $callback) …
        › 
        › $result = $callback();}
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2403 {
        Illuminate\Database\Query\Builder->get($columns = […1]) …
        ›         return $this->processor->processSelect($this, $this->runSelect());    }));}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:625 {
        Illuminate\Database\Eloquent\Builder->getModels($columns = […1]) …
        › return $this->model->hydrate(    $this->query->get($columns)->all())->all();
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:609 {
        Illuminate\Database\Eloquent\Builder->get($columns = […1]) …
        › // n+1 query issue for the developers to avoid running a lot of queries.if (count($models = $builder->getModels($columns)) > 0) {    $models = $builder->eagerLoadRelations($models);
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:294 {
        Illuminate\Database\Eloquent\Builder->first($columns = […1]) …
        › {    return $this->take(1)->get($columns)->first();}
      }
      /www/wwwroot/s.99yiyun.com/app/common/models/AccountWechats.php:33 {
        app\common\models\AccountWechats::app\common\models\{closure} …
        › return Cache::remember('account_app_'.$uniacid,3600,function () use ($uniacid) {\treturn self::where('uniacid', $uniacid)->first();});
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Cache/Repository.php:391 {
        Illuminate\Cache\Repository->remember($key, $ttl, Closure $callback) …
        › 
        › $this->put($key, $value = $callback(), value($ttl));}
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418 {
        Illuminate\Cache\CacheManager->__call($method, $parameters) …
        › {    return $this->store()->$method(...$parameters);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:261 {
        Illuminate\Support\Facades\Facade::__callStatic($method, $args) …
        › 
        ›     return $instance->$method(...$args);}
      }
      /www/wwwroot/s.99yiyun.com/app/common/models/AccountWechats.php:34 {
        app\common\models\AccountWechats::getAccountByUniacid($uniacid) …
        › \treturn self::where('uniacid', $uniacid)->first();});}
      /www/wwwroot/s.99yiyun.com/app/yunshop.php:491 {
        YunApp->__construct() …
        › $uniacid = intval(trim(request()->get('i')));$account = \app\common\models\AccountWechats::getAccountByUniacid($uniacid);$this->values = [
      }
      /www/wwwroot/s.99yiyun.com/app/yunshop.php:229 {
        YunShop::app() …
        › } else {    self::$_app = new YunApp();    return self::$_app;
      }
      /www/wwwroot/s.99yiyun.com/app/common/services/PluginManager.php:286 {
        app\common\services\PluginManager->getEnabled($uniacid = null) …
        › }$uniacid = $uniacid ?: \YunShop::app()->uniacid;return (array)$this->option->uniacid($uniacid);
      }
      /www/wwwroot/s.99yiyun.com/app/common/services/PluginManager.php:263 {
        app\common\services\PluginManager->getEnabledPlugins($uniacid = null) …
        › $only = [];foreach ($this->getEnabled($uniacid) as $key => $plugin) {    if ($plugin['enabled']) {
      }
      /www/wwwroot/s.99yiyun.com/app/common/providers/PluginServiceProvider.php:42 {
        app\common\providers\PluginServiceProvider->boot() …
        › $this->registerPluginCallbackListener();$plugins = app('plugins')->getEnabledPlugins();foreach ($plugins as $plugin) {
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36 {
        Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
        › return static::callBoundMethod($container, $callback, function () use ($container, $callback, $parameters) {    return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));});
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/Util.php:40 {
        Illuminate\Container\Util::unwrapIfClosure($value) …
        › {    return $value instanceof Closure ? $value() : $value;}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93 {
        Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
        › 
        ›     return Util::unwrapIfClosure($default);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37 {
        Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
        ›         return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));    });}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:653 {
        Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
        › {    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:926 {
        Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
        › if (method_exists($provider, 'boot')) {    $this->call([$provider, 'boot']);}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:907 {
        Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
        › array_walk($this->serviceProviders, function ($p) {    $this->bootProvider($p);});
      }
      Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:908 {
        Illuminate\Foundation\Application->boot() …
        ›     $this->bootProvider($p);});}
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
        Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
        › {    $app->boot();}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:237 {
        Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
        › 
        › $this->make($bootstrapper)->bootstrap($this);}
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:153 {
        Illuminate\Foundation\Http\Kernel->bootstrap() …
        › if (! $this->app->hasBeenBootstrapped()) {    $this->app->bootstrapWith($this->bootstrappers());}
      }
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:137 {
        Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
        › 
        › $this->bootstrap();}
      /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
        Illuminate\Foundation\Http\Kernel->handle($request) …
        › 
        ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
      }
      /www/wwwroot/s.99yiyun.com/app/laravel.php:47 {
        include_once …
        › $response = $kernel->handle(    $request = \app\framework\Http\Request::capture());
      }
      /www/wwwroot/s.99yiyun.com/index.php:12 {
        › 
        › include_once __DIR__ . '/app/laravel.php';arguments: {
          "/www/wwwroot/s.99yiyun.com/app/laravel.php"
        }
      }
    }
  }
  +errorInfo: array:3 [
    0 => "HY000"
    1 => 2002
    2 => "Connection refused"
  ]
  trace: {
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:712 {
      Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
      › catch (Exception $e) {    throw new QueryException(        $query, $this->prepareBindings($bindings), $e
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:784 {
      Illuminate\Database\Connection->tryAgainIfCausedByLostConnection(QueryException $e, $query, $bindings, Closure $callback) …
      › 
      ›     return $this->runQueryCallback($query, $bindings, $callback);}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:764 {
      Illuminate\Database\Connection->handleQueryException(QueryException $e, $query, $bindings, Closure $callback) …
      › return $this->tryAgainIfCausedByLostConnection(    $e, $query, $bindings, $callback);
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:675 {
      Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
      › $result = $this->handleQueryException(    $e, $query, $bindings, $callback);
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:376 {
      Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
      ›         return $statement->fetchAll();    });}
    }
    /www/wwwroot/s.99yiyun.com/app/framework/Database/MySqlConnection.php:27 {
      app\framework\Database\MySqlConnection->select($query, $bindings = [], $useReadPdo = true) …
      › } else {    $result = parent::select($query, $bindings, $useReadPdo);}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2414 {
      Illuminate\Database\Query\Builder->runSelect() …
      › return $this->connection->select(    $this->toSql(), $this->getBindings(), ! $this->useWritePdo);
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2402 {
      Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure} …
      › return collect($this->onceWithColumns(Arr::wrap($columns), function () {    return $this->processor->processSelect($this, $this->runSelect());}));
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2936 {
      Illuminate\Database\Query\Builder->onceWithColumns($columns, $callback) …
      › 
      › $result = $callback();}
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2403 {
      Illuminate\Database\Query\Builder->get($columns = […1]) …
      ›         return $this->processor->processSelect($this, $this->runSelect());    }));}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:625 {
      Illuminate\Database\Eloquent\Builder->getModels($columns = […1]) …
      › return $this->model->hydrate(    $this->query->get($columns)->all())->all();
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:609 {
      Illuminate\Database\Eloquent\Builder->get($columns = […1]) …
      › // n+1 query issue for the developers to avoid running a lot of queries.if (count($models = $builder->getModels($columns)) > 0) {    $models = $builder->eagerLoadRelations($models);
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:294 {
      Illuminate\Database\Eloquent\Builder->first($columns = […1]) …
      › {    return $this->take(1)->get($columns)->first();}
    }
    /www/wwwroot/s.99yiyun.com/app/common/models/AccountWechats.php:33 {
      app\common\models\AccountWechats::app\common\models\{closure} …
      › return Cache::remember('account_app_'.$uniacid,3600,function () use ($uniacid) {\treturn self::where('uniacid', $uniacid)->first();});
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Cache/Repository.php:391 {
      Illuminate\Cache\Repository->remember($key, $ttl, Closure $callback) …
      › 
      › $this->put($key, $value = $callback(), value($ttl));}
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418 {
      Illuminate\Cache\CacheManager->__call($method, $parameters) …
      › {    return $this->store()->$method(...$parameters);}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:261 {
      Illuminate\Support\Facades\Facade::__callStatic($method, $args) …
      › 
      ›     return $instance->$method(...$args);}
    }
    /www/wwwroot/s.99yiyun.com/app/common/models/AccountWechats.php:34 {
      app\common\models\AccountWechats::getAccountByUniacid($uniacid) …
      › \treturn self::where('uniacid', $uniacid)->first();});}
    /www/wwwroot/s.99yiyun.com/app/yunshop.php:491 {
      YunApp->__construct() …
      › $uniacid = intval(trim(request()->get('i')));$account = \app\common\models\AccountWechats::getAccountByUniacid($uniacid);$this->values = [
    }
    /www/wwwroot/s.99yiyun.com/app/yunshop.php:229 {
      YunShop::app() …
      › } else {    self::$_app = new YunApp();    return self::$_app;
    }
    /www/wwwroot/s.99yiyun.com/app/common/services/PluginManager.php:286 {
      app\common\services\PluginManager->getEnabled($uniacid = null) …
      › }$uniacid = $uniacid ?: \YunShop::app()->uniacid;return (array)$this->option->uniacid($uniacid);
    }
    /www/wwwroot/s.99yiyun.com/app/common/services/PluginManager.php:263 {
      app\common\services\PluginManager->getEnabledPlugins($uniacid = null) …
      › $only = [];foreach ($this->getEnabled($uniacid) as $key => $plugin) {    if ($plugin['enabled']) {
    }
    /www/wwwroot/s.99yiyun.com/app/common/providers/PluginServiceProvider.php:42 {
      app\common\providers\PluginServiceProvider->boot() …
      › $this->registerPluginCallbackListener();$plugins = app('plugins')->getEnabledPlugins();foreach ($plugins as $plugin) {
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36 {
      Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
      › return static::callBoundMethod($container, $callback, function () use ($container, $callback, $parameters) {    return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));});
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/Util.php:40 {
      Illuminate\Container\Util::unwrapIfClosure($value) …
      › {    return $value instanceof Closure ? $value() : $value;}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93 {
      Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
      › 
      ›     return Util::unwrapIfClosure($default);}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37 {
      Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
      ›         return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));    });}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:653 {
      Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
      › {    return BoundMethod::call($this, $callback, $parameters, $defaultMethod);}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:926 {
      Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
      › if (method_exists($provider, 'boot')) {    $this->call([$provider, 'boot']);}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:907 {
      Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
      › array_walk($this->serviceProviders, function ($p) {    $this->bootProvider($p);});
    }
    Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:908 {
      Illuminate\Foundation\Application->boot() …
      ›     $this->bootProvider($p);});}
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
      Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
      › {    $app->boot();}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:237 {
      Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
      › 
      › $this->make($bootstrapper)->bootstrap($this);}
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:153 {
      Illuminate\Foundation\Http\Kernel->bootstrap() …
      › if (! $this->app->hasBeenBootstrapped()) {    $this->app->bootstrapWith($this->bootstrappers());}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:137 {
      Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
      › 
      › $this->bootstrap();}
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
      Illuminate\Foundation\Http\Kernel->handle($request) …
      › 
      ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
    }
    /www/wwwroot/s.99yiyun.com/app/laravel.php:47 {
      include_once …
      › $response = $kernel->handle(    $request = \app\framework\Http\Request::capture());
    }
    /www/wwwroot/s.99yiyun.com/index.php:12 {
      › 
      › include_once __DIR__ . '/app/laravel.php';arguments: {
        "/www/wwwroot/s.99yiyun.com/app/laravel.php"
      }
    }
  }
}
^ UnexpectedValueException {#366
  #message: """
    The stream or file "/www/wwwroot/s.99yiyun.com/storage/logs/error/error-2025-09-12.log" could not be opened in append mode: failed to open stream: Permission denied\n
    The exception occurred while attempting to log: http parameters
    """
  #code: 0
  #file: "/www/wwwroot/s.99yiyun.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php"
  #line: 149
  trace: {
    /www/wwwroot/s.99yiyun.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:149 {
      Monolog\Handler\StreamHandler->write(array $record): void …
      › 
      ›     throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $url) . Utils::getRecordMessageForException($record));}
    }
    /www/wwwroot/s.99yiyun.com/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php:125 {
      Monolog\Handler\RotatingFileHandler->write(array $record): void …
      › 
      ›     parent::write($record);}
    }
    /www/wwwroot/s.99yiyun.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:48 {
      Monolog\Handler\AbstractProcessingHandler->handle(array $record): bool …
      › 
      › $this->write($record);}
    /www/wwwroot/s.99yiyun.com/vendor/monolog/monolog/src/Monolog/Logger.php:399 {
      Monolog\Logger->addRecord(int $level, string $message, array $context = [], ?DateTimeImmutable $datetime = null): bool …
      › try {    if (true === $handler->handle($record)) {        break;
    }
    /www/wwwroot/s.99yiyun.com/vendor/monolog/monolog/src/Monolog/Logger.php:650 {
      Monolog\Logger->error($message, array $context = []): void …
      › {    $this->addRecord(static::ERROR, (string) $message, $context);}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Log/Logger.php:183 {
      Illuminate\Log\Logger->writeLog($level, $message, $context) …
      ›     $message = $this->formatMessage($message),    $context = array_merge($this->context, $context));
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Log/Logger.php:94 {
      Illuminate\Log\Logger->error($message, array $context = []) …
      › {    $this->writeLog(__FUNCTION__, $message, $context);}
    }
    /www/wwwroot/s.99yiyun.com/app/framework/Log/ErrorLog.php:16 {
      app\framework\Log\ErrorLog->add($message, array $content = []) …
      › {    $this->log->error($message, $content);}
    }
    /www/wwwroot/s.99yiyun.com/app/framework/Support/Facades/Log.php:31 {
      app\framework\Support\Facades\Log::error($message, $content = []) …
      ›     }    app('Log.error')->add($message,$content);}
    }
    /www/wwwroot/s.99yiyun.com/app/common/exceptions/Handler.php:65 {
      app\common\exceptions\Handler->report(Throwable $exception) …
      › if (!app()->runningInConsole()) {    Log::error('http parameters', request()->input());}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:415 {
      Illuminate\Foundation\Http\Kernel->reportException(Throwable $e) …
      › {    $this->app[ExceptionHandler::class]->report($e);}
    }
    /www/wwwroot/s.99yiyun.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:113 {
      Illuminate\Foundation\Http\Kernel->handle($request) …
      › } catch (Throwable $e) {    $this->reportException($e);}
    /www/wwwroot/s.99yiyun.com/app/laravel.php:47 {
      include_once …
      › $response = $kernel->handle(    $request = \app\framework\Http\Request::capture());
    }
    /www/wwwroot/s.99yiyun.com/index.php:12 {
      › 
      › include_once __DIR__ . '/app/laravel.php';arguments: {
        "/www/wwwroot/s.99yiyun.com/app/laravel.php"
      }
    }
  }
}