Uncaught TYPO3 Exception
Call to a member function isPackageActive() on null

Error thrown in file
/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php in line 116.

20 TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03338:             list($extKey, $local) = explode('/', substr($filename, 4), 2);
03339:             $filename = '';
03340:             if ((string)$extKey !== '' && ExtensionManagementUtility::isLoaded($extKey) && (string)$local !== '') {
03341:                 $filename = ExtensionManagementUtility::extPath($extKey) . $local;
03342:             }

19 TYPO3\CMS\Core\Utility\GeneralUtility::getFileAbsFileName()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/Imaging/IconProvider/SvgIconProvider.php:
00052: 
00053:         if (strpos($source, 'EXT:') === 0 || strpos($source, '/') !== 0) {
00054:             $source = GeneralUtility::getFileAbsFileName($source);
00055:         }
00056: 

18 TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::generateMarkup()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/Imaging/IconProvider/SvgIconProvider.php:
00033:     public function prepareIconMarkup(Icon $icon, array $options = [])
00034:     {
00035:         $icon->setMarkup($this->generateMarkup($icon, $options));
00036:         $icon->setAlternativeMarkup(self::MARKUP_IDENTIFIER_INLINE, $this->generateInlineMarkup($icon, $options));
00037:     }

17 TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::prepareIconMarkup()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/Imaging/IconFactory.php:
00120:         /** @var IconProviderInterface $iconProvider */
00121:         $iconProvider = GeneralUtility::makeInstance($iconConfiguration['provider']);
00122:         $iconProvider->prepareIconMarkup($icon, $iconConfiguration['options']);
00123: 
00124:         static::$iconCache[$cacheIdentifier] = $icon;

16 TYPO3\CMS\Core\Imaging\IconFactory::getIcon()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php:
00218:         }
00219:         $iconFactory = GeneralUtility::makeInstance(IconFactory::class);
00220:         $this->tsStackLog[$k]['message'][] = $iconFactory->getIcon($this->wrapIcon[$num], Icon::SIZE_SMALL)->render() . $this->wrapError[$num][0] . htmlspecialchars($content) . $this->wrapError[$num][1] . $placeholder;
00221:     }
00222: 

15 TYPO3\CMS\Core\TimeTracker\TimeTracker::setTSlogMessage()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/Error/ErrorHandler.php:
00136:         $timeTracker = $this->getTimeTracker();
00137:         if (is_object($timeTracker)) {
00138:             $timeTracker->setTSlogMessage($message, $severity + 1);
00139:         }
00140:         // Write error message to sys_log table (ext: belog, Tools->Log)

14 TYPO3\CMS\Core\Error\ErrorHandler::handleError()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/vendor/composer/ClassLoader.php:
00442: function includeFile($file)
00443: {
00444:     include $file;
00445: }

13 include()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/vendor/composer/ClassLoader.php:
00442: function includeFile($file)
00443: {
00444:     include $file;
00445: }

12 Composer\Autoload\includeFile()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/vendor/composer/ClassLoader.php:
00320:     {
00321:         if ($file = $this->findFile($class)) {
00322:             includeFile($file);
00323: 
00324:             return true;

11 Composer\Autoload\ClassLoader::loadClass()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php:
00128:      */
00129:     public function loadClass($className) {
00130:         $classFound = $this->composerClassLoader->loadClass($className);
00131:         if (!$classFound && !$this->caseSensitiveClassLoading) {
00132:             $classFound = $this->composerClassLoader->loadClass(strtolower($className));

10 TYPO3\ClassAliasLoader\ClassAliasLoader::loadClass()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php:
00118:     {
00119:         $originalClassName = $this->getOriginalClassName($className);
00120:         return $originalClassName ? $this->loadOriginalClassAndSetAliases($originalClassName) : $this->loadClass($className);
00121:     }
00122: 

9 TYPO3\ClassAliasLoader\ClassAliasLoader::loadClassWithAlias()
8 spl_autoload_call()
7 stream_wrapper_register()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/Core/Bootstrap.php:
00695: 
00696:             stream_wrapper_unregister('phar');
00697:             stream_wrapper_register('phar', PharStreamWrapper::class);
00698:         }
00699:     }

6 TYPO3\CMS\Core\Core\Bootstrap::initializeIO()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/Core/Bootstrap.php:
00401:         $this->populateLocalConfiguration()
00402:             ->initializeErrorHandling()
00403:             ->initializeIO();
00404:         if (!$allowCaching) {
00405:             $this->disableCoreCache();

5 TYPO3\CMS\Core\Core\Bootstrap::loadConfigurationAndInitialize()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/core/Classes/Core/Bootstrap.php:
00173:     {
00174:         $this->startOutputBuffering()
00175:             ->loadConfigurationAndInitialize()
00176:             ->loadTypo3LoadedExtAndExtLocalconf(true)
00177:             ->setFinalCachingFrameworkCacheConfiguration()

4 TYPO3\CMS\Core\Core\Bootstrap::configure()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/frontend/Classes/Http/Application.php:
00067:         }
00068: 
00069:         $this->bootstrap->configure();
00070:     }
00071: 

3 TYPO3\CMS\Frontend\Http\Application::__construct()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-sysext/frontend/Resources/Private/Php/frontend.php")

/mnt/web110/c3/87/53517587/htdocs/typo3/typo3_src-8.7.27/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';