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 Warning: Undefined variable $_EXTCONF in /html/typo3/typo3temp/var/cache/code/core/ext_localconf_5453c49839522e58c403aa460d1bfd9c41d1622a.php line 1370

in /html/typo3/typo3_src-11.5.30/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(2, 'Undefined variable $_EXTCONF', '/html/typo3/typo3temp/var/cache/code/core/ext_localconf_5453c49839522e58c403aa460d1bfd9c41d1622a.php', 1370)
in /html/typo3/typo3temp/var/cache/code/core/ext_localconf_5453c49839522e58c403aa460d1bfd9c41d1622a.php line 1370

        // Add pageTS config
        \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:bootstrap_grids/Configuration/TypoScript/pageTs/tsconfig.ts">');

    },$_EXTCONF
);

}

at require('/html/typo3/typo3temp/var/cache/code/core/ext_localconf_5453c49839522e58c403aa460d1bfd9c41d1622a.php')
in /html/typo3/typo3_src-11.5.30/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php line 382
        $pathAndFilename = $this->cacheDirectory . $entryIdentifier . $this->cacheEntryFileExtension;
        if ($entryIdentifier !== PathUtility::basename($entryIdentifier)) {
            throw new \InvalidArgumentException('The specified entry identifier must not contain a path segment.', 1532528267);
        }
        return file_exists($pathAndFilename) ? require $pathAndFilename : false;
    }
}
at TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend->require('ext_localconf_5453c49839522e58c403aa460d1bfd9c41d1622a')
in /html/typo3/typo3_src-11.5.30/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php line 101
     * @return mixed Potential return value from the include operation
     */
    public function require(string $entryIdentifier)
    {
        return $this->backend->require($entryIdentifier);
    }
}
at TYPO3\CMS\Core\Cache\Frontend\PhpFrontend->require('ext_localconf_5453c49839522e58c403aa460d1bfd9c41d1622a')
in /html/typo3/typo3_src-11.5.30/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php line 1523
    {
        if ($allowCaching) {
            $codeCache = $codeCache ?? self::getCacheManager()->getCache('core');
            $cacheIdentifier = self::getExtLocalconfCacheIdentifier();
            $hasCache = $codeCache->require($cacheIdentifier) !== false;
            if (!$hasCache) {
                self::loadSingleExtLocalconfFiles();
                self::createExtLocalconfCacheEntry($codeCache);
            }
at TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadExtLocalconf(true, object(TYPO3\CMS\Core\Cache\Frontend\PhpFrontend))
in /html/typo3/typo3_src-11.5.30/typo3/sysext/core/Classes/Core/Bootstrap.php line 292
    {
        if ($allowCaching) {
            $coreCache = $coreCache ?? GeneralUtility::makeInstance(CacheManager::class)->getCache('core');
        }
        ExtensionManagementUtility::loadExtLocalconf($allowCaching, $coreCache);
    }

    /**
     * We need an early instance of the configuration manager.
at TYPO3\CMS\Core\Core\Bootstrap::loadTypo3LoadedExtAndExtLocalconf(true, object(TYPO3\CMS\Core\Cache\Frontend\PhpFrontend))
in /html/typo3/typo3_src-11.5.30/typo3/sysext/core/Classes/Core/Bootstrap.php line 164

        $eventDispatcher = $container->get(EventDispatcherInterface::class);
        PageRenderer::setCache($assetsCache);
        ExtensionManagementUtility::setEventDispatcher($eventDispatcher);
        static::loadTypo3LoadedExtAndExtLocalconf(true, $coreCache);
        static::unsetReservedGlobalVariables();
        $bootState->done = true;
        static::loadBaseTca(true, $coreCache);
        static::checkEncryptionKey();
at TYPO3\CMS\Core\Core\Bootstrap::init(object(Composer\Autoload\ClassLoader))
in /html/typo3/typo3_src-11.5.30/index.php line 20
// 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}()
in /html/typo3/typo3_src-11.5.30/index.php line 21
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();
});