Uncaught TYPO3 Exception
#1476107295: PHP Runtime Deprecation Notice: Array and string offset access syntax with curly braces is deprecated in /mnt/web216/c2/04/54259604/htdocs/typo3_grau_01/vendor/typo3/phar-stream-wrapper/src/PharStreamWrapper.php line 445 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/mnt/web216/c2/04/54259604/htdocs/typo3_grau_01/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 107.

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

/mnt/web216/c2/04/54259604/htdocs/typo3_grau_01/vendor/composer/ClassLoader.php:
00442: function includeFile($file)
00443: {
00444:     include $file;
00445: }

13 include()

/mnt/web216/c2/04/54259604/htdocs/typo3_grau_01/vendor/composer/ClassLoader.php:
00442: function includeFile($file)
00443: {
00444:     include $file;
00445: }

12 Composer\Autoload\includeFile()

/mnt/web216/c2/04/54259604/htdocs/typo3_grau_01/vendor/composer/ClassLoader.php:
00320:     {
00321:         if ($file = $this->findFile($class)) {
00322:             includeFile($file);
00323: 
00324:             return true;

11 Composer\Autoload\ClassLoader::loadClass()

/mnt/web216/c2/04/54259604/htdocs/typo3_grau_01/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/web216/c2/04/54259604/htdocs/typo3_grau_01/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/web216/c2/04/54259604/htdocs/typo3_grau_01/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/web216/c2/04/54259604/htdocs/typo3_grau_01/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/web216/c2/04/54259604/htdocs/typo3_grau_01/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/web216/c2/04/54259604/htdocs/typo3_grau_01/typo3/sysext/frontend/Classes/Http/Application.php:
00067:         }
00068: 
00069:         $this->bootstrap->configure();
00070:     }
00071: 

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

/mnt/web216/c2/04/54259604/htdocs/typo3_grau_01/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/web216/c2/04/54259604/htdocs/typo3_grau_01/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/web216/c2/04/54259604/htdocs/typo3_grau_01/tysysext/frontend/Resources/Private/Php/frontend.php")

/mnt/web216/c2/04/54259604/htdocs/typo3_grau_01/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';