Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

If you need help solving this exception, you can have a look at the TYPO3 Documentation. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the documentation page.

Find a solution for this exception in the TYPO3 Documentation.

(1/2) #1544172838 RuntimeException

Error handler could not fetch error page "https://www.banst-pt.de/404", reason: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://www.banst-pt.de/404

in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Error\PageErrorHandler\PageContentErrorHandler.php line 113
            } else {
                try {
                    $subResponse = $this->cachePageRequest($resolvedUrl, $this->pageUid, fn () => $this->sendRawRequest($resolvedUrl));
                } catch (\Exception $e) {
                    throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", reason: %s', $resolvedUrl, $e->getMessage()), 1544172838, $e);
                }
            }

            if ($subResponse->getStatusCode() >= 300) {
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->handlePageError()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Controller\ErrorController.php line 98
    public function pageNotFoundAction(ServerRequestInterface $request, string $message, array $reasons = []): ResponseInterface
    {
        $errorHandler = $this->getErrorHandlerFromSite($request, 404);
        if ($errorHandler instanceof PageErrorHandlerInterface) {
            return $errorHandler->handlePageError($request, $message, $reasons);
        }
        try {
            return $this->handleDefaultError($request, 404, $message);
        } catch (\RuntimeException $e) {
at TYPO3\CMS\Frontend\Controller\ErrorController->pageNotFoundAction()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\PageResolver.php line 81
        } catch (RouteNotFoundException $e) {
            return GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction(
                $request,
                'The requested page does not exist',
                ['code' => PageAccessFailureReasons::PAGE_NOT_FOUND]
            );
        }

        if (!$pageArguments->getPageId()) {
at TYPO3\CMS\Frontend\Middleware\PageResolver->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\redirects\Classes\Http\Middleware\RedirectHandler.php line 84
                return $response;
            }
        }

        return $handler->handle($request);
    }

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\adminpanel\Classes\Middleware\AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\FrontendUserAuthenticator.php line 91
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Middleware\NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Middleware\VerifyHostHeader.php line 55
                1396795884
            );
        }

        return $handler->handle($request);
    }

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Http\Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in D:\Data\inetpub\wwwroot\instanz_banst\public\index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in D:\Data\inetpub\wwwroot\instanz_banst\public\index.php line 21
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});

(2/2) GuzzleHttp\Exception\RequestException

cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://www.banst-pt.de/404

in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php line 211

        // Create a connection exception if it was a specific error code.
        $error = isset($connectionErrors[$easy->errno])
            ? new ConnectException($message, $easy->request, null, $ctx)
            : new RequestException($message, $easy->request, $easy->response, null, $ctx);

        return P\Create::rejectionFor($error);
    }

at GuzzleHttp\Handler\CurlFactory::createRejection()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php line 158
        if (empty($easy->options['_err_message']) && (!$easy->errno || $easy->errno == 65)) {
            return self::retryFailedRewind($handler, $easy, $ctx);
        }

        return self::createRejection($easy, $ctx);
    }

    private static function createRejection(EasyHandle $easy, array $ctx): PromiseInterface
    {
at GuzzleHttp\Handler\CurlFactory::finishError()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php line 110
            self::invokeStats($easy);
        }

        if (!$easy->response || $easy->errno) {
            return self::finishError($handler, $easy, $factory);
        }

        // Return the response if it is present and there is no error.
        $factory->release($easy);
at GuzzleHttp\Handler\CurlFactory::finish()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Handler\CurlHandler.php line 47
        $easy = $this->factory->create($request, $options);
        \curl_exec($easy->handle);
        $easy->errno = \curl_errno($easy->handle);

        return CurlFactory::finish($this, $easy, $this->factory);
    }
}
at GuzzleHttp\Handler\CurlHandler->__invoke()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Handler\Proxy.php line 28
     */
    public static function wrapSync(callable $default, callable $sync): callable
    {
        return static function (RequestInterface $request, array $options) use ($default, $sync): PromiseInterface {
            return empty($options[RequestOptions::SYNCHRONOUS]) ? $default($request, $options) : $sync($request, $options);
        };
    }

    /**
at GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Handler\Proxy.php line 48
     */
    public static function wrapStreaming(callable $default, callable $streaming): callable
    {
        return static function (RequestInterface $request, array $options) use ($default, $streaming): PromiseInterface {
            return empty($options['stream']) ? $default($request, $options) : $streaming($request, $options);
        };
    }
}
at GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\PrepareBodyMiddleware.php line 35
        $fn = $this->nextHandler;

        // Don't do anything if the request has no body.
        if ($request->getBody()->getSize() === 0) {
            return $fn($request, $options);
        }

        $modify = [];

at GuzzleHttp\PrepareBodyMiddleware->__invoke()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Middleware.php line 31
    {
        return static function (callable $handler): callable {
            return static function ($request, array $options) use ($handler) {
                if (empty($options['cookies'])) {
                    return $handler($request, $options);
                } elseif (!($options['cookies'] instanceof CookieJarInterface)) {
                    throw new \InvalidArgumentException('cookies must be an instance of GuzzleHttp\Cookie\CookieJarInterface');
                }
                $cookieJar = $options['cookies'];
at GuzzleHttp\Middleware::GuzzleHttp\{closure}()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\RedirectMiddleware.php line 71
        if (empty($options['allow_redirects']['max'])) {
            return $fn($request, $options);
        }

        return $fn($request, $options)
            ->then(function (ResponseInterface $response) use ($request, $options) {
                return $this->checkRedirect($request, $options, $response);
            });
    }
at GuzzleHttp\RedirectMiddleware->__invoke()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Middleware.php line 63
            return static function ($request, array $options) use ($handler, $bodySummarizer) {
                if (empty($options['http_errors'])) {
                    return $handler($request, $options);
                }
                return $handler($request, $options)->then(
                    static function (ResponseInterface $response) use ($request, $bodySummarizer) {
                        $code = $response->getStatusCode();
                        if ($code < 400) {
                            return $response;
at GuzzleHttp\Middleware::GuzzleHttp\{closure}()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\HandlerStack.php line 75
    public function __invoke(RequestInterface $request, array $options)
    {
        $handler = $this->resolve();

        return $handler($request, $options);
    }

    /**
     * Dumps a string representation of the stack.
at GuzzleHttp\HandlerStack->__invoke()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Client.php line 331
        /** @var HandlerStack $handler */
        $handler = $options['handler'];

        try {
            return P\Create::promiseFor($handler($request, $options));
        } catch (\Exception $e) {
            return P\Create::rejectionFor($e);
        }
    }
at GuzzleHttp\Client->transfer()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Client.php line 168
        $request = new Psr7\Request($method, $uri, $headers, $body, $version);
        // Remove the option so that they are not doubly-applied.
        unset($options['headers'], $options['body'], $options['version']);

        return $this->transfer($request, $options);
    }

    /**
     * Create and send an HTTP request.
at GuzzleHttp\Client->requestAsync()
in D:\Data\inetpub\wwwroot\instanz_banst\vendor\guzzlehttp\guzzle\src\Client.php line 187
     */
    public function request(string $method, $uri = '', array $options = []): ResponseInterface
    {
        $options[RequestOptions::SYNCHRONOUS] = true;
        return $this->requestAsync($method, $uri, $options)->wait();
    }

    /**
     * Get a client configuration option.
at GuzzleHttp\Client->request()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\RequestFactory.php line 55
     */
    public function request(string $uri, string $method = 'GET', array $options = []): ResponseInterface
    {
        $client = GuzzleClientFactory::getClient();
        return $client->request($method, $uri, $options);
    }
}
at TYPO3\CMS\Core\Http\RequestFactory->request()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Error\PageErrorHandler\PageContentErrorHandler.php line 189
     * Sends a full HTTP request to the specified URL.
     */
    protected function sendRawRequest(string $resolvedUrl): ResponseInterface
    {
        return $this->requestFactory->request($resolvedUrl, 'GET', $this->getSubRequestOptions());
    }

    /**
     * Sends an in-process subrequest.
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->sendRawRequest()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Error\PageErrorHandler\PageContentErrorHandler.php line 111
                $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
                $subResponse = $this->stashEnvironment(fn (): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid']));
            } else {
                try {
                    $subResponse = $this->cachePageRequest($resolvedUrl, $this->pageUid, fn () => $this->sendRawRequest($resolvedUrl));
                } catch (\Exception $e) {
                    throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", reason: %s', $resolvedUrl, $e->getMessage()), 1544172838, $e);
                }
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->TYPO3\CMS\Core\Error\PageErrorHandler\{closure}()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Error\PageErrorHandler\PageContentErrorHandler.php line 154
        $responseData = $this->cache->get($cacheIdentifier);

        if (!is_array($responseData)) {
            /** @var ResponseInterface $response */
            $response = $fetcher();
            $cacheTags = [];
            if ($response->getStatusCode() === 200) {
                $cacheTags[] = 'errorPage';
                if ($pageId > 0) {
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->cachePageRequest()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Error\PageErrorHandler\PageContentErrorHandler.php line 111
                $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
                $subResponse = $this->stashEnvironment(fn (): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid']));
            } else {
                try {
                    $subResponse = $this->cachePageRequest($resolvedUrl, $this->pageUid, fn () => $this->sendRawRequest($resolvedUrl));
                } catch (\Exception $e) {
                    throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", reason: %s', $resolvedUrl, $e->getMessage()), 1544172838, $e);
                }
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->handlePageError()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Controller\ErrorController.php line 98
    public function pageNotFoundAction(ServerRequestInterface $request, string $message, array $reasons = []): ResponseInterface
    {
        $errorHandler = $this->getErrorHandlerFromSite($request, 404);
        if ($errorHandler instanceof PageErrorHandlerInterface) {
            return $errorHandler->handlePageError($request, $message, $reasons);
        }
        try {
            return $this->handleDefaultError($request, 404, $message);
        } catch (\RuntimeException $e) {
at TYPO3\CMS\Frontend\Controller\ErrorController->pageNotFoundAction()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\PageResolver.php line 81
        } catch (RouteNotFoundException $e) {
            return GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction(
                $request,
                'The requested page does not exist',
                ['code' => PageAccessFailureReasons::PAGE_NOT_FOUND]
            );
        }

        if (!$pageArguments->getPageId()) {
at TYPO3\CMS\Frontend\Middleware\PageResolver->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\redirects\Classes\Http\Middleware\RedirectHandler.php line 84
                return $response;
            }
        }

        return $handler->handle($request);
    }

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\adminpanel\Classes\Middleware\AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\FrontendUserAuthenticator.php line 91
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Middleware\NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Middleware\VerifyHostHeader.php line 55
                1396795884
            );
        }

        return $handler->handle($request);
    }

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Middleware\TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymousD:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php:138$439f->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\frontend\Classes\Http\Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle()
in D:\Data\inetpub\wwwroot\instanz_banst\public\typo3\sysext\core\Classes\Http\AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in D:\Data\inetpub\wwwroot\instanz_banst\public\index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in D:\Data\inetpub\wwwroot\instanz_banst\public\index.php line 21
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});