Deprecated: GuzzleHttp\Promise\queue(): Implicitly marking parameter $assign as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/guzzlehttp/promises/src/functions.php on line 24

Deprecated: GuzzleHttp\Promise\each(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/guzzlehttp/promises/src/functions.php on line 260

Deprecated: GuzzleHttp\Promise\each(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/guzzlehttp/promises/src/functions.php on line 260

Deprecated: GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/guzzlehttp/promises/src/functions.php on line 285

Deprecated: GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/guzzlehttp/promises/src/functions.php on line 285

Deprecated: GuzzleHttp\Promise\each_limit_all(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/guzzlehttp/promises/src/functions.php on line 307

Deprecated: TYPO3\CMS\Core\Core\Bootstrap::loadTypo3LoadedExtAndExtLocalconf(): Implicitly marking parameter $coreCache as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Classes/Core/Bootstrap.php on line 287

Deprecated: TYPO3\CMS\Core\Core\Bootstrap::loadBaseTca(): Implicitly marking parameter $coreCache as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Classes/Core/Bootstrap.php on line 502

Deprecated: TYPO3\CMS\Core\Core\Bootstrap::loadExtTables(): Implicitly marking parameter $coreCache as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Classes/Core/Bootstrap.php on line 532

Deprecated: TYPO3\CMS\Core\Core\Bootstrap::initializeBackendUser(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Classes/Core/Bootstrap.php on line 572

Deprecated: Constant E_STRICT is deprecated in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Configuration/DefaultConfiguration.php on line 262

Deprecated: Constant E_STRICT is deprecated in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Configuration/DefaultConfiguration.php on line 263

Deprecated: Constant E_STRICT is deprecated in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Configuration/DefaultConfiguration.php on line 264

Deprecated: TYPO3\CMS\Core\Utility\ArrayUtility::filterRecursive(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Classes/Utility/ArrayUtility.php on line 931

Deprecated: Constant TYPO3\CMS\Core\Error\E_STRICT is deprecated in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 64
TYPO3 Exception

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/1) #1476107295 TYPO3\CMS\Core\Error\Exception

PHP Runtime Deprecation Notice: TYPO3\PharStreamWrapper\Manager::initialize(): Implicitly marking parameter $resolver as nullable is deprecated, the explicit nullable type must be used instead in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/typo3/phar-stream-wrapper/src/Manager.php line 47

in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Classes/Error/ErrorHandler.php line 137
        }

        $message = self::ERROR_LEVEL_LABELS[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
        if ($errorLevel & $this->exceptionalErrors) {
            throw new Exception($message, 1476107295);
        }

        $message = $this->getFormattedLogMessage($message);

at TYPO3\CMS\Core\Error\ErrorHandler->handleError()
in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/composer/ClassLoader.php line 571
 * @private
 */
function includeFile($file)
{
    include $file;
}
at include()
in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/composer/ClassLoader.php line 571
 * @private
 */
function includeFile($file)
{
    include $file;
}
at Composer\Autoload\includeFile()
in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/composer/ClassLoader.php line 428
     */
    public function loadClass($class)
    {
        if ($file = $this->findFile($class)) {
            includeFile($file);

            return true;
        }

at Composer\Autoload\ClassLoader->loadClass()
in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php line 137
     * @return bool|null
     */
    public function loadClass($className)
    {
        $classFound = $this->composerClassLoader->loadClass($className);
        if (!$classFound && !$this->caseSensitiveClassLoading) {
            $classFound = $this->composerClassLoader->loadClass(strtolower($className));
        }
        return $classFound;
at TYPO3\ClassAliasLoader\ClassAliasLoader->loadClass()
in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php line 125
        $originalClassName = $this->getOriginalClassName($className);

        return $originalClassName
            ? $this->loadOriginalClassAndSetAliases($originalClassName)
            : $this->loadClass($className);
    }

    /**
     * Load class with the option to respect case insensitivity
at TYPO3\ClassAliasLoader\ClassAliasLoader->loadClassWithAlias()
in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Classes/Core/Bootstrap.php line 450
    protected static function initializeIO()
    {
        if (in_array('phar', stream_get_wrappers())) {
            // destroy and re-initialize PharStreamWrapper for TYPO3 core
            Manager::destroy();
            Manager::initialize(
                (new Behavior())
                    ->withAssertion(new ConjunctionInterceptor([
                        new PharStreamWrapperInterceptor(),
at TYPO3\CMS\Core\Core\Bootstrap::initializeIO()
in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/typo3/sysext/core/Classes/Core/Bootstrap.php line 105
        // happen errors before we call GeneralUtility::setContainer().
        GeneralUtility::setSingletonInstance(LogManager::class, $logManager);

        static::initializeErrorHandling();
        static::initializeIO();

        $disableCaching = $failsafe ? true : false;
        $coreCache = static::createCache('core', $disableCaching);
        $packageCache = static::createPackageCache($coreCache);
at TYPO3\CMS\Core\Core\Bootstrap::init()
in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/index.php line 22
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require __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:/homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/index.php:19}()
in /homepages/23/d4298895255/htdocs/Webseiten/anna-katharinenstift/index.php line 23
call_user_func(static function () {
    $classLoader = require __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();
});