Whoops, looks like something went wrong.

(1/2) Doctrine\DBAL\Exception\TableNotFoundException

An exception occurred while executing 'SELECT `uid`, `pid`, `path_segment`, `sys_language_uid`, `l10n_parent` FROM `tx_news_domain_model_news` WHERE (`path_segment` = ?) AND (`sys_language_uid` IN (?, ?)) AND ((`tx_news_domain_model_news`.`deleted` = 0) AND ((`tx_news_domain_model_news`.`t3ver_state` <= 0) AND (`tx_news_domain_model_news`.`t3ver_oid` = 0)) AND (`tx_news_domain_model_news`.`hidden` = 0) AND (`tx_news_domain_model_news`.`starttime` <= 1711662600) AND ((`tx_news_domain_model_news`.`endtime` = 0) OR (`tx_news_domain_model_news`.`endtime` > 1711662600)))' with params ["aangepaste-beroepsopleidingen-bij-rea-college\/heerlen\/opleidingen-hoensbroek\/opleidingen-hoensbroek.html", -1, 0]: Table 'reacollege_prod.tx_news_domain_model_news' doesn't exist

in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 61
                return new TableExistsException($message, $exception);

            case '1051':
            case '1146':
                return new TableNotFoundException($message, $exception);

            case '1216':
            case '1217':
            case '1451':
at Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 182
            return $driverEx;
        }

        if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {
            return $driver->convertException($msg, $driverEx);
        }

        return new Exception($msg, 0, $driverEx);
    }
at Doctrine\DBAL\DBALException::wrapException()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 159
        }

        $msg .= ":\n\n" . $driverEx->getMessage();

        return self::wrapException($driver, $driverEx, $msg);
    }

    /**
     * @deprecated
at Doctrine\DBAL\DBALException::driverExceptionDuringQuery()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 2226
            Exception::driverExceptionDuringQuery(
                $this->_driver,
                $e,
                $sql,
                $this->resolveParams($params, $types)
            )
        );
    }

at Doctrine\DBAL\Connection->handleExceptionDuringQuery()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 1313
                $stmt = $connection->query($sql);
            }
        } catch (Throwable $e) {
            $this->handleExceptionDuringQuery(
                $e,
                $sql,
                $params,
                $types
            );
at Doctrine\DBAL\Connection->executeQuery()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php line 212
    public function execute()
    {
        if ($this->type === self::SELECT) {
            return ForwardCompatibility\Result::ensure(
                $this->connection->executeQuery($this->getSQL(), $this->params, $this->paramTypes)
            );
        }

        return $this->connection->executeStatement($this->getSQL(), $this->params, $this->paramTypes);
at Doctrine\DBAL\Query\QueryBuilder->execute()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Database/Query/QueryBuilder.php line 218

        // Set additional query restrictions
        $originalWhereConditions = $this->addAdditionalWhereConditions();

        $result = $this->concreteQueryBuilder->execute();

        // Restore the original query conditions in case the user keeps
        // on modifying the state.
        $this->concreteQueryBuilder->add('where', $originalWhereConditions, false);
at TYPO3\CMS\Core\Database\Query\QueryBuilder->execute()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/Aspect/PersistedAliasMapper.php line 236

        $results = $queryBuilder
            ->select(...$this->persistenceFieldNames)
            ->where(...$constraints)
            ->execute()
            ->fetchAll();
        // limit results to be contained in rootPageId of current Site
        // (which is defining the route configuration currently being processed)
        if ($this->slugUniqueInSite) {
at TYPO3\CMS\Core\Routing\Aspect\PersistedAliasMapper->findByRouteFieldValue()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/Aspect/PersistedAliasMapper.php line 162
     */
    public function resolve(string $value): ?string
    {
        $value = $this->routeValuePrefix . $this->purgeRouteValuePrefix($value);
        $result = $this->findByRouteFieldValue($value);
        if ($result[$this->languageParentFieldName] ?? null > 0) {
            return (string)$result[$this->languageParentFieldName];
        }
        if (isset($result['uid'])) {
at TYPO3\CMS\Core\Routing\Aspect\PersistedAliasMapper->resolve()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/Aspect/MappableProcessor.php line 42

        $values = [];
        foreach ($mappers as $variableName => $mapper) {
            $value = $mapper->resolve(
                (string)($attributes[$variableName] ?? '')
            );
            if ($value === null) {
                return false;
            }
at TYPO3\CMS\Core\Routing\Aspect\MappableProcessor->resolve()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/PageUriMatcher.php line 91
                continue;
            }

            // custom handling of Mappable instances
            if (!$this->mappableProcessor->resolve($route, $matches)) {
                continue;
            }

            return $this->getAttributes($route, $name, $matches);
at TYPO3\CMS\Core\Routing\PageUriMatcher->matchCollection()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/PageUriMatcher.php line 59
     * @throws ResourceNotFoundException
     */
    public function match(string $urlPath)
    {
        if ($ret = $this->matchCollection(rawurldecode($urlPath), $this->routes)) {
            return $ret;
        }
        throw new ResourceNotFoundException(
            sprintf('No routes found for "%s".', $urlPath),
at TYPO3\CMS\Core\Routing\PageUriMatcher->match()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/PageRouter.php line 209
        }

        $matcher = new PageUriMatcher($fullCollection);
        try {
            $result = $matcher->match($prefixedUrlPath);
            /** @var Route $matchedRoute */
            $matchedRoute = $fullCollection->get($result['_route']);
            return $this->buildPageArguments($matchedRoute, $result, $request->getQueryParams());
        } catch (ResourceNotFoundException $e) {
at TYPO3\CMS\Core\Routing\PageRouter->matchRequest()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 75

        // Check for the route arguments or Query Parameter ID
        try {
            /** @var PageArguments $pageArguments */
            $pageArguments = $site->getRouter()->matchRequest($request, $previousResult);
            $request = $request->withAttribute('routing', $pageArguments);
        } catch (RouteNotFoundException $e) {
            return GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction(
                $request,
at TYPO3\CMS\Frontend\Middleware\PageResolver->process()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

        $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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/index.php line 25
// Set up the application for the frontend
call_user_func(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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/index.php line 26
call_user_func(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) Doctrine\DBAL\Driver\Mysqli\Exception\ConnectionError

Table 'reacollege_prod.tx_news_domain_model_news' doesn't exist

in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/ConnectionError.php line 21
final class ConnectionError extends MysqliException
{
    public static function new(mysqli $connection): self
    {
        return new self($connection->error, $connection->sqlstate, $connection->errno);
    }

    public static function upcast(mysqli_sql_exception $exception): self
    {
at Doctrine\DBAL\Driver\Mysqli\Exception\ConnectionError::new()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php line 105
            throw ConnectionError::upcast($e);
        }

        if ($stmt === false) {
            throw ConnectionError::new($this->_conn);
        }

        $this->_stmt = $stmt;

at Doctrine\DBAL\Driver\Mysqli\MysqliStatement->__construct()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php line 152
     * {@inheritdoc}
     */
    public function prepare($sql)
    {
        return new Statement($this->conn, $sql);
    }

    /**
     * {@inheritdoc}
at Doctrine\DBAL\Driver\Mysqli\MysqliConnection->prepare()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 1301
        try {
            if ($params) {
                [$sql, $params, $types] = SQLParserUtils::expandListParameters($sql, $params, $types);

                $stmt = $connection->prepare($sql);
                if ($types) {
                    $this->_bindTypedValues($stmt, $params, $types);
                    $stmt->execute();
                } else {
at Doctrine\DBAL\Connection->executeQuery()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php line 212
    public function execute()
    {
        if ($this->type === self::SELECT) {
            return ForwardCompatibility\Result::ensure(
                $this->connection->executeQuery($this->getSQL(), $this->params, $this->paramTypes)
            );
        }

        return $this->connection->executeStatement($this->getSQL(), $this->params, $this->paramTypes);
at Doctrine\DBAL\Query\QueryBuilder->execute()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Database/Query/QueryBuilder.php line 218

        // Set additional query restrictions
        $originalWhereConditions = $this->addAdditionalWhereConditions();

        $result = $this->concreteQueryBuilder->execute();

        // Restore the original query conditions in case the user keeps
        // on modifying the state.
        $this->concreteQueryBuilder->add('where', $originalWhereConditions, false);
at TYPO3\CMS\Core\Database\Query\QueryBuilder->execute()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/Aspect/PersistedAliasMapper.php line 236

        $results = $queryBuilder
            ->select(...$this->persistenceFieldNames)
            ->where(...$constraints)
            ->execute()
            ->fetchAll();
        // limit results to be contained in rootPageId of current Site
        // (which is defining the route configuration currently being processed)
        if ($this->slugUniqueInSite) {
at TYPO3\CMS\Core\Routing\Aspect\PersistedAliasMapper->findByRouteFieldValue()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/Aspect/PersistedAliasMapper.php line 162
     */
    public function resolve(string $value): ?string
    {
        $value = $this->routeValuePrefix . $this->purgeRouteValuePrefix($value);
        $result = $this->findByRouteFieldValue($value);
        if ($result[$this->languageParentFieldName] ?? null > 0) {
            return (string)$result[$this->languageParentFieldName];
        }
        if (isset($result['uid'])) {
at TYPO3\CMS\Core\Routing\Aspect\PersistedAliasMapper->resolve()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/Aspect/MappableProcessor.php line 42

        $values = [];
        foreach ($mappers as $variableName => $mapper) {
            $value = $mapper->resolve(
                (string)($attributes[$variableName] ?? '')
            );
            if ($value === null) {
                return false;
            }
at TYPO3\CMS\Core\Routing\Aspect\MappableProcessor->resolve()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/PageUriMatcher.php line 91
                continue;
            }

            // custom handling of Mappable instances
            if (!$this->mappableProcessor->resolve($route, $matches)) {
                continue;
            }

            return $this->getAttributes($route, $name, $matches);
at TYPO3\CMS\Core\Routing\PageUriMatcher->matchCollection()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/PageUriMatcher.php line 59
     * @throws ResourceNotFoundException
     */
    public function match(string $urlPath)
    {
        if ($ret = $this->matchCollection(rawurldecode($urlPath), $this->routes)) {
            return $ret;
        }
        throw new ResourceNotFoundException(
            sprintf('No routes found for "%s".', $urlPath),
at TYPO3\CMS\Core\Routing\PageUriMatcher->match()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Routing/PageRouter.php line 209
        }

        $matcher = new PageUriMatcher($fullCollection);
        try {
            $result = $matcher->match($prefixedUrlPath);
            /** @var Route $matchedRoute */
            $matchedRoute = $fullCollection->get($result['_route']);
            return $this->buildPageArguments($matchedRoute, $result, $request->getQueryParams());
        } catch (ResourceNotFoundException $e) {
at TYPO3\CMS\Core\Routing\PageRouter->matchRequest()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 75

        // Check for the route arguments or Query Parameter ID
        try {
            /** @var PageArguments $pageArguments */
            $pageArguments = $site->getRouter()->matchRequest($request, $previousResult);
            $request = $request->withAttribute('routing', $pageArguments);
        } catch (RouteNotFoundException $e) {
            return GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction(
                $request,
at TYPO3\CMS\Frontend\Middleware\PageResolver->process()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

        $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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 class@anonymous/home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f8->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/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);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/index.php line 25
// Set up the application for the frontend
call_user_func(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 /home/reacollege/domains/reacollegenederland.nl/builds/REA-BUILDREACOLLEGEPROD-JOB1-17/public/index.php line 26
call_user_func(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();
});