^ Illuminate\Database\QueryException {#515
#sql: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
#bindings: array:2 [
0 => "131"
1 => 1
]
#message: "SQLSTATE[08006] [7] FATAL: password authentication failed for user "tax" (SQL: select * from "app_client_setting" where ("client_id" = 131 and "is_active" = 1) limit 1)"
#code: 7
#file: "/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 664
-previous: Doctrine\DBAL\Driver\PDO\Exception {#517
-errorCode: 7
-sqlState: "08006"
#message: "SQLSTATE[08006] [7] FATAL: password authentication failed for user "tax""
#code: 7
#file: "/home/dhangadhimaieservice/app_data/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
#line: 18
-previous: PDOException {#514
#message: "SQLSTATE[08006] [7] FATAL: password authentication failed for user "tax""
#code: 7
#file: "/home/dhangadhimaieservice/app_data/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
#line: 39
+errorInfo: array:3 [
0 => "08006"
1 => 7
2 => "FATAL: password authentication failed for user "tax""
]
trace: {
/home/dhangadhimaieservice/app_data/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
› try {
› parent::__construct($dsn, (string) $user, (string) $password, (array) $options);
› $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
arguments: {
$dsn: "pgsql:host=10.5.21.62;dbname=app10_munerp_live;port=5432;sslmode=prefer"
$username: "tax"
$passwd: "Tax@N!dc"
$options: array:4 [ …4]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:65 {
Illuminate\Database\Connectors\Connector->createPdoConnection($dsn, $username, $password, $options) …
› if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {
› return new PDOConnection($dsn, $username, $password, $options);
› }
arguments: {
$dsn: "pgsql:host=10.5.21.62;dbname=app10_munerp_live;port=5432;sslmode=prefer"
$user: "tax"
$password: "Tax@N!dc"
$options: array:4 [ …4]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:44 {
Illuminate\Database\Connectors\Connector->createConnection($dsn, array $config, array $options) …
› return $this->createPdoConnection(
› $dsn, $username, $password, $options
› );
arguments: {
$dsn: "pgsql:host=10.5.21.62;dbname=app10_munerp_live;port=5432;sslmode=prefer"
$username: "tax"
$password: "Tax@N!dc"
$options: array:4 [ …4]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php:33 {
Illuminate\Database\Connectors\PostgresConnector->connect(array $config) …
› $connection = $this->createConnection(
› $this->getDsn($config), $config, $this->getOptions($config)
› );
arguments: {
$dsn: "pgsql:host=10.5.21.62;dbname=app10_munerp_live;port=5432;sslmode=prefer"
$config: array:11 [ …11]
$options: array:4 [ …4]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure} …
› try {
› return $this->createConnector($config)->connect($config);
› } catch (PDOException $e) {
arguments: {
$config: array:11 [ …11]
}
}
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:915 {
Illuminate\Database\Connection->getPdo() …
› if ($this->pdo instanceof Closure) {
› return $this->pdo = call_user_func($this->pdo);
› }
arguments: {
$function_name: Closure() {#240 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:940 {
Illuminate\Database\Connection->getReadPdo() …
›
› return $this->readPdo ?: $this->getPdo();
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
Illuminate\Database\Connection->getPdoForSelect($useReadPdo = true) …
› {
› return $useReadPdo ? $this->getReadPdo() : $this->getPdo();
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
Illuminate\Database\Connection->Illuminate\Database\{closure} …
› // row from the database table, and will either be an array or objects.
› $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
› ->prepare($query));
arguments: {
$useReadPdo: true
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
› try {
› $result = $callback($query, $bindings);
› }
arguments: {
"select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
array:2 [ …2]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
$bindings: array:2 [ …2]
$callback: Closure($query, $bindings) {#519 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
$bindings: array:2 [ …2]
$callback: Closure($query, $bindings) {#519 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1963 {
Illuminate\Database\Query\Builder->runSelect() …
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
$bindings: array:2 [ …2]
$useReadPdo: true
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1951 {
Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure} …
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2435 {
Illuminate\Database\Query\Builder->onceWithColumns($columns, $callback) …
›
› $result = $callback();
›
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1952 {
Illuminate\Database\Query\Builder->get($columns = […1]) …
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure() {#512 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:481 {
Illuminate\Database\Eloquent\Builder->getModels($columns = […1]) …
› return $this->model->hydrate(
› $this->query->get($columns)->all()
› )->all();
arguments: {
$columns: array:1 [ …1]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:465 {
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);
arguments: {
$columns: array:1 [ …1]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:77 {
Illuminate\Database\Eloquent\Builder->first($columns = […1]) …
› {
› return $this->take(1)->get($columns)->first();
› }
arguments: {
$columns: array:1 [ …1]
}
}
/home/dhangadhimaieservice/app_data/app/helpers/settings.php:23 {
App\Helpers\Settings::Clientsettings() …
› $client_id = env('client_id');\r
› $acs = App_client_setting::where([['client_id', $client_id], ['is_active', true]])->select('*')->first();\r
› return $acs;\r
}
/home/dhangadhimaieservice/app_data/app/Providers/MailConfigServiceProvider.php:20 {
App\Providers\MailConfigServiceProvider->boot() …
› \r
› $acs = settings::Clientsettings();\r
› $client_id = $acs->client_id;\r
}
App\Providers\MailConfigServiceProvider->boot() {}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {
Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
› return call_user_func_array(
› $callback, static::getMethodDependencies($container, $callback, $parameters)
› );
arguments: {
$function_name: array:2 [ …2]
$parameters: []
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
›
› return $default instanceof Closure ? $default() : $default;
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {
Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
› );
› });
› }
arguments: {
$container: Illuminate\Foundation\Application {#2 …}
$callback: array:2 [ …2]
$default: Closure() {#32 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/Container.php:564 {
Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
› {
› return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
› }
arguments: {
$container: Illuminate\Foundation\Application {#2 …}
$callback: array:2 [ …2]
$parameters: []
$defaultMethod: null
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:794 {
Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
› if (method_exists($provider, 'boot')) {
› return $this->call([$provider, 'boot']);
› }
arguments: {
$callback: array:2 [ …2]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:777 {
Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
› array_walk($this->serviceProviders, function ($p) {
› $this->bootProvider($p);
› });
arguments: {
$provider: App\Providers\MailConfigServiceProvider {#166 …}
}
}
Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:778 {
Illuminate\Foundation\Application->boot() …
› $this->bootProvider($p);
› });
›
arguments: {
&$input: array:42 [ …42]
$funcname: Closure($p) {#30 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
› {
› $app->boot();
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:206 {
Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
›
› $this->make($bootstrapper)->bootstrap($this);
›
arguments: {
$app: Illuminate\Foundation\Application {#2 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 {
Illuminate\Foundation\Http\Kernel->bootstrap() …
› if (! $this->app->hasBeenBootstrapped()) {
› $this->app->bootstrapWith($this->bootstrappers());
› }
arguments: {
$bootstrappers: array:6 [ …6]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
›
› $this->bootstrap();
›
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Illuminate\Http\Request {#42 …}
}
}
/home/dhangadhimaieservice/app_data/public/index.php:55 {
› $response = $kernel->handle(\r
› $request = Illuminate\Http\Request::capture()\r
› );\r
arguments: {
$request: Illuminate\Http\Request {#42 …}
}
}
}
}
+errorInfo: array:3 [
0 => "08006"
1 => 7
2 => "FATAL: password authentication failed for user "tax""
]
trace: {
/home/dhangadhimaieservice/app_data/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
› {
› return new self($exception);
› }
}
/home/dhangadhimaieservice/app_data/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43 {
Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
› } catch (PDOException $exception) {
› throw Exception::new($exception);
› }
arguments: {
$exception: PDOException {#514}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:65 {
Illuminate\Database\Connectors\Connector->createPdoConnection($dsn, $username, $password, $options) …
› if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {
› return new PDOConnection($dsn, $username, $password, $options);
› }
arguments: {
$dsn: "pgsql:host=10.5.21.62;dbname=app10_munerp_live;port=5432;sslmode=prefer"
$user: "tax"
$password: "Tax@N!dc"
$options: array:4 [ …4]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:44 {
Illuminate\Database\Connectors\Connector->createConnection($dsn, array $config, array $options) …
› return $this->createPdoConnection(
› $dsn, $username, $password, $options
› );
arguments: {
$dsn: "pgsql:host=10.5.21.62;dbname=app10_munerp_live;port=5432;sslmode=prefer"
$username: "tax"
$password: "Tax@N!dc"
$options: array:4 [ …4]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php:33 {
Illuminate\Database\Connectors\PostgresConnector->connect(array $config) …
› $connection = $this->createConnection(
› $this->getDsn($config), $config, $this->getOptions($config)
› );
arguments: {
$dsn: "pgsql:host=10.5.21.62;dbname=app10_munerp_live;port=5432;sslmode=prefer"
$config: array:11 [ …11]
$options: array:4 [ …4]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure} …
› try {
› return $this->createConnector($config)->connect($config);
› } catch (PDOException $e) {
arguments: {
$config: array:11 [ …11]
}
}
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:915 {
Illuminate\Database\Connection->getPdo() …
› if ($this->pdo instanceof Closure) {
› return $this->pdo = call_user_func($this->pdo);
› }
arguments: {
$function_name: Closure() {#240 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:940 {
Illuminate\Database\Connection->getReadPdo() …
›
› return $this->readPdo ?: $this->getPdo();
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
Illuminate\Database\Connection->getPdoForSelect($useReadPdo = true) …
› {
› return $useReadPdo ? $this->getReadPdo() : $this->getPdo();
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
Illuminate\Database\Connection->Illuminate\Database\{closure} …
› // row from the database table, and will either be an array or objects.
› $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
› ->prepare($query));
arguments: {
$useReadPdo: true
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
› try {
› $result = $callback($query, $bindings);
› }
arguments: {
"select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
array:2 [ …2]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
$bindings: array:2 [ …2]
$callback: Closure($query, $bindings) {#519 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
$bindings: array:2 [ …2]
$callback: Closure($query, $bindings) {#519 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1963 {
Illuminate\Database\Query\Builder->runSelect() …
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
$bindings: array:2 [ …2]
$useReadPdo: true
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1951 {
Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure} …
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2435 {
Illuminate\Database\Query\Builder->onceWithColumns($columns, $callback) …
›
› $result = $callback();
›
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1952 {
Illuminate\Database\Query\Builder->get($columns = […1]) …
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure() {#512 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:481 {
Illuminate\Database\Eloquent\Builder->getModels($columns = […1]) …
› return $this->model->hydrate(
› $this->query->get($columns)->all()
› )->all();
arguments: {
$columns: array:1 [ …1]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:465 {
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);
arguments: {
$columns: array:1 [ …1]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:77 {
Illuminate\Database\Eloquent\Builder->first($columns = […1]) …
› {
› return $this->take(1)->get($columns)->first();
› }
arguments: {
$columns: array:1 [ …1]
}
}
/home/dhangadhimaieservice/app_data/app/helpers/settings.php:23 {
App\Helpers\Settings::Clientsettings() …
› $client_id = env('client_id');\r
› $acs = App_client_setting::where([['client_id', $client_id], ['is_active', true]])->select('*')->first();\r
› return $acs;\r
}
/home/dhangadhimaieservice/app_data/app/Providers/MailConfigServiceProvider.php:20 {
App\Providers\MailConfigServiceProvider->boot() …
› \r
› $acs = settings::Clientsettings();\r
› $client_id = $acs->client_id;\r
}
App\Providers\MailConfigServiceProvider->boot() {}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {
Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
› return call_user_func_array(
› $callback, static::getMethodDependencies($container, $callback, $parameters)
› );
arguments: {
$function_name: array:2 [ …2]
$parameters: []
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
›
› return $default instanceof Closure ? $default() : $default;
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {
Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
› );
› });
› }
arguments: {
$container: Illuminate\Foundation\Application {#2 …}
$callback: array:2 [ …2]
$default: Closure() {#32 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/Container.php:564 {
Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
› {
› return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
› }
arguments: {
$container: Illuminate\Foundation\Application {#2 …}
$callback: array:2 [ …2]
$parameters: []
$defaultMethod: null
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:794 {
Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
› if (method_exists($provider, 'boot')) {
› return $this->call([$provider, 'boot']);
› }
arguments: {
$callback: array:2 [ …2]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:777 {
Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
› array_walk($this->serviceProviders, function ($p) {
› $this->bootProvider($p);
› });
arguments: {
$provider: App\Providers\MailConfigServiceProvider {#166 …}
}
}
Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:778 {
Illuminate\Foundation\Application->boot() …
› $this->bootProvider($p);
› });
›
arguments: {
&$input: array:42 [ …42]
$funcname: Closure($p) {#30 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
› {
› $app->boot();
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:206 {
Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
›
› $this->make($bootstrapper)->bootstrap($this);
›
arguments: {
$app: Illuminate\Foundation\Application {#2 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 {
Illuminate\Foundation\Http\Kernel->bootstrap() …
› if (! $this->app->hasBeenBootstrapped()) {
› $this->app->bootstrapWith($this->bootstrappers());
› }
arguments: {
$bootstrappers: array:6 [ …6]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
›
› $this->bootstrap();
›
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Illuminate\Http\Request {#42 …}
}
}
/home/dhangadhimaieservice/app_data/public/index.php:55 {
› $response = $kernel->handle(\r
› $request = Illuminate\Http\Request::capture()\r
› );\r
arguments: {
$request: Illuminate\Http\Request {#42 …}
}
}
}
}
+errorInfo: array:3 [
0 => "08006"
1 => 7
2 => "FATAL: password authentication failed for user "tax""
]
trace: {
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
› catch (Exception $e) {
› throw new QueryException(
› $query, $this->prepareBindings($bindings), $e
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
$bindings: array:2 [ …2]
$callback: Closure($query, $bindings) {#519 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
$bindings: array:2 [ …2]
$callback: Closure($query, $bindings) {#519 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1963 {
Illuminate\Database\Query\Builder->runSelect() …
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from "app_client_setting" where ("client_id" = ? and "is_active" = ?) limit 1"
$bindings: array:2 [ …2]
$useReadPdo: true
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1951 {
Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure} …
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2435 {
Illuminate\Database\Query\Builder->onceWithColumns($columns, $callback) …
›
› $result = $callback();
›
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1952 {
Illuminate\Database\Query\Builder->get($columns = […1]) …
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure() {#512 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:481 {
Illuminate\Database\Eloquent\Builder->getModels($columns = […1]) …
› return $this->model->hydrate(
› $this->query->get($columns)->all()
› )->all();
arguments: {
$columns: array:1 [ …1]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:465 {
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);
arguments: {
$columns: array:1 [ …1]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:77 {
Illuminate\Database\Eloquent\Builder->first($columns = […1]) …
› {
› return $this->take(1)->get($columns)->first();
› }
arguments: {
$columns: array:1 [ …1]
}
}
/home/dhangadhimaieservice/app_data/app/helpers/settings.php:23 {
App\Helpers\Settings::Clientsettings() …
› $client_id = env('client_id');\r
› $acs = App_client_setting::where([['client_id', $client_id], ['is_active', true]])->select('*')->first();\r
› return $acs;\r
}
/home/dhangadhimaieservice/app_data/app/Providers/MailConfigServiceProvider.php:20 {
App\Providers\MailConfigServiceProvider->boot() …
› \r
› $acs = settings::Clientsettings();\r
› $client_id = $acs->client_id;\r
}
App\Providers\MailConfigServiceProvider->boot() {}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {
Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
› return call_user_func_array(
› $callback, static::getMethodDependencies($container, $callback, $parameters)
› );
arguments: {
$function_name: array:2 [ …2]
$parameters: []
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
›
› return $default instanceof Closure ? $default() : $default;
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {
Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
› );
› });
› }
arguments: {
$container: Illuminate\Foundation\Application {#2 …}
$callback: array:2 [ …2]
$default: Closure() {#32 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Container/Container.php:564 {
Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
› {
› return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
› }
arguments: {
$container: Illuminate\Foundation\Application {#2 …}
$callback: array:2 [ …2]
$parameters: []
$defaultMethod: null
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:794 {
Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
› if (method_exists($provider, 'boot')) {
› return $this->call([$provider, 'boot']);
› }
arguments: {
$callback: array:2 [ …2]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:777 {
Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
› array_walk($this->serviceProviders, function ($p) {
› $this->bootProvider($p);
› });
arguments: {
$provider: App\Providers\MailConfigServiceProvider {#166 …}
}
}
Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:778 {
Illuminate\Foundation\Application->boot() …
› $this->bootProvider($p);
› });
›
arguments: {
&$input: array:42 [ …42]
$funcname: Closure($p) {#30 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
› {
› $app->boot();
› }
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:206 {
Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
›
› $this->make($bootstrapper)->bootstrap($this);
›
arguments: {
$app: Illuminate\Foundation\Application {#2 …}
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 {
Illuminate\Foundation\Http\Kernel->bootstrap() …
› if (! $this->app->hasBeenBootstrapped()) {
› $this->app->bootstrapWith($this->bootstrappers());
› }
arguments: {
$bootstrappers: array:6 [ …6]
}
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
›
› $this->bootstrap();
›
}
/home/dhangadhimaieservice/app_data/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Illuminate\Http\Request {#42 …}
}
}
/home/dhangadhimaieservice/app_data/public/index.php:55 {
› $response = $kernel->handle(\r
› $request = Illuminate\Http\Request::capture()\r
› );\r
arguments: {
$request: Illuminate\Http\Request {#42 …}
}
}
}
}
^ "SQLSTATE[08006] [7] FATAL: password authentication failed for user "tax" (SQL: select * from "app_client_setting" where ("client_id" = 131 and "is_active" = 1) limit 1)"