QueryException {#562
#sql: "select count(*) as aggregate from `ed_documents` where `document_category` = ?"
#bindings: array:1 [
0 => "health_care_providers_list"
]
#message: "SQLSTATE[HY000] [2002] Connection refused (SQL: select count(*) as aggregate from `ed_documents` where `document_category` = health_care_providers_list)"
#code: 2002
#file: "/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 664
-previous: PDOException {#561
#message: "SQLSTATE[HY000] [2002] Connection refused"
#code: 2002
#file: "/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php"
#line: 68
+errorInfo: null
trace: {
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:68 {
›
› return new PDO($dsn, $username, $password, $options);
› }
arguments: {
$dsn: "mysql:host=127.0.0.1;port=3306;dbname=nhima_dash_db"
$username: "nhimadb19"
$passwd: "nhima@8EdgeC5$"
$options: array:5 [ …5]
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:44 {
› return $this->createPdoConnection(
› $dsn, $username, $password, $options
› );
arguments: {
$dsn: "mysql:host=127.0.0.1;port=3306;dbname=nhima_dash_db"
$username: "nhimadb19"
$password: "nhima@8EdgeC5$"
$options: array:5 [ …5]
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php:24 {
› // connection's behavior, and some might be specified by the developers.
› $connection = $this->createConnection($dsn, $config, $options);
›
arguments: {
$dsn: "mysql:host=127.0.0.1;port=3306;dbname=nhima_dash_db"
$config: array:13 [ …13]
$options: array:5 [ …5]
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {
› try {
› return $this->createConnector($config)->connect($config);
› } catch (PDOException $e) {
arguments: {
$config: array:13 [ …13]
}
}
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:915 {
› if ($this->pdo instanceof Closure) {
› return $this->pdo = call_user_func($this->pdo);
› }
arguments: {
$function_name: Closure {#552 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:940 {
›
› return $this->readPdo ?: $this->getPdo();
› }
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
› {
› return $useReadPdo ? $this->getReadPdo() : $this->getPdo();
› }
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
› // row from the database table, and will either be an array or objects.
› $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
› ->prepare($query));
arguments: {
$useReadPdo: true
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
› try {
› $result = $callback($query, $bindings);
› }
arguments: {
"select count(*) as aggregate from `ed_documents` where `document_category` = ?"
array:1 [ …1]
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select count(*) as aggregate from `ed_documents` where `document_category` = ?"
$bindings: array:1 [ …1]
$callback: Closure {#565 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select count(*) as aggregate from `ed_documents` where `document_category` = ?"
$bindings: array:1 [ …1]
$callback: Closure {#565 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1963 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select count(*) as aggregate from `ed_documents` where `document_category` = ?"
$bindings: array:1 [ …1]
$useReadPdo: true
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1951 {
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2435 {
›
› $result = $callback();
›
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1952 {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure {#559 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2048 {
› ->setAggregate('count', $this->withoutSelectAliases($columns))
› ->get()->all();
› }
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2021 {
› {
› $results = $this->runPaginationCountQuery($columns);
›
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1980 {
›
› $total = $this->getCountForPagination($columns);
›
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/nhima_website_v1.1/app/Api/ED_Website/ManageDocumentsApi.php:150 {
› ->orderBy('created_at','DESC')
› ->paginate($limit);
› }else{
arguments: {
$perPage: 10
}
}
/var/www/nhima_website_v1.1/app/Http/Controllers/NHIMA_Website/PublicViewsDisplayController.php:618 {
› 'page_title' => 'Accredited Health Care Providers',
› 'page_data' => ManageDocumentsApi::listDocumentsByCategory(SiteConstants::DOCUMENT_CATEGORY_HEALTH_CARE_PROVIDERS_LIST,SystemConstants::QUERY_LIMIT_ON,10),
› 'document_category' => SiteConstants::DOCUMENT_CATEGORY_HEALTH_CARE_PROVIDERS_LIST,
arguments: {
$category: "health_care_providers_list"
$should_limit_query: true
$limit: 10
}
}
App\Http\Controllers\NHIMA_Website\PublicViewsDisplayController->showHealthCareProvidersPage() {}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 {
› {
› return call_user_func_array([$this, $method], $parameters);
› }
arguments: {
$function_name: array:2 [ …2]
$parameters: []
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45 {
› if (method_exists($controller, 'callAction')) {
› return $controller->callAction($method, $parameters);
› }
arguments: {
$method: "showHealthCareProvidersPage"
$parameters: []
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Route.php:212 {
› return $this->controllerDispatcher()->dispatch(
› $this, $this->getController(), $this->getControllerMethod()
› );
arguments: {
$route: Route {#261 …}
$controller: PublicViewsDisplayController {#464 …}
$method: "showHealthCareProvidersPage"
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Route.php:169 {
› if ($this->isControllerAction()) {
› return $this->runController();
› }
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:665 {
› return $this->prepareResponse(
› $request, $route->run()
› );
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/app/Http/Controllers/Controller.php:26 {
› }
› return $next($request);
› });
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:133 {
› // the appropriate method and arguments, returning the results back out.
› return $pipe($passable, $stack);
› } elseif (! is_object($pipe)) {
arguments: {
Request {#42 …}
Closure {#507 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:68 {
› ) {
› return $this->addCookieToResponse($request, $next($request));
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
›
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:667 {
› );
› });
› }
arguments: {
$destination: Closure {#459 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:642 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#261 …}
$request: Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:608 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#261 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:597 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure {#241 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/nhima_website_v1.1/public/index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}
+errorInfo: null
trace: {
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
› catch (Exception $e) {
› throw new QueryException(
› $query, $this->prepareBindings($bindings), $e
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select count(*) as aggregate from `ed_documents` where `document_category` = ?"
$bindings: array:1 [ …1]
$callback: Closure {#565 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select count(*) as aggregate from `ed_documents` where `document_category` = ?"
$bindings: array:1 [ …1]
$callback: Closure {#565 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1963 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select count(*) as aggregate from `ed_documents` where `document_category` = ?"
$bindings: array:1 [ …1]
$useReadPdo: true
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1951 {
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2435 {
›
› $result = $callback();
›
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1952 {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure {#559 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2048 {
› ->setAggregate('count', $this->withoutSelectAliases($columns))
› ->get()->all();
› }
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2021 {
› {
› $results = $this->runPaginationCountQuery($columns);
›
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1980 {
›
› $total = $this->getCountForPagination($columns);
›
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/nhima_website_v1.1/app/Api/ED_Website/ManageDocumentsApi.php:150 {
› ->orderBy('created_at','DESC')
› ->paginate($limit);
› }else{
arguments: {
$perPage: 10
}
}
/var/www/nhima_website_v1.1/app/Http/Controllers/NHIMA_Website/PublicViewsDisplayController.php:618 {
› 'page_title' => 'Accredited Health Care Providers',
› 'page_data' => ManageDocumentsApi::listDocumentsByCategory(SiteConstants::DOCUMENT_CATEGORY_HEALTH_CARE_PROVIDERS_LIST,SystemConstants::QUERY_LIMIT_ON,10),
› 'document_category' => SiteConstants::DOCUMENT_CATEGORY_HEALTH_CARE_PROVIDERS_LIST,
arguments: {
$category: "health_care_providers_list"
$should_limit_query: true
$limit: 10
}
}
App\Http\Controllers\NHIMA_Website\PublicViewsDisplayController->showHealthCareProvidersPage() {}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 {
› {
› return call_user_func_array([$this, $method], $parameters);
› }
arguments: {
$function_name: array:2 [ …2]
$parameters: []
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45 {
› if (method_exists($controller, 'callAction')) {
› return $controller->callAction($method, $parameters);
› }
arguments: {
$method: "showHealthCareProvidersPage"
$parameters: []
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Route.php:212 {
› return $this->controllerDispatcher()->dispatch(
› $this, $this->getController(), $this->getControllerMethod()
› );
arguments: {
$route: Route {#261 …}
$controller: PublicViewsDisplayController {#464 …}
$method: "showHealthCareProvidersPage"
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Route.php:169 {
› if ($this->isControllerAction()) {
› return $this->runController();
› }
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:665 {
› return $this->prepareResponse(
› $request, $route->run()
› );
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/app/Http/Controllers/Controller.php:26 {
› }
› return $next($request);
› });
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:133 {
› // the appropriate method and arguments, returning the results back out.
› return $pipe($passable, $stack);
› } elseif (! is_object($pipe)) {
arguments: {
Request {#42 …}
Closure {#507 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:68 {
› ) {
› return $this->addCookieToResponse($request, $next($request));
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
›
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:667 {
› );
› });
› }
arguments: {
$destination: Closure {#459 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:642 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#261 …}
$request: Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:608 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#261 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:597 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#438 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure {#241 …}
}
}
/var/www/nhima_website_v1.1/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/nhima_website_v1.1/public/index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}