Uncaught TYPO3 Exception
#1476107295: PHP Runtime Deprecation Notice: Array and string offset access syntax with curly braces is deprecated in /srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/ext/realurl/Classes/Configuration/ConfigurationReader.php line 237 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 107.

19 TYPO3\CMS\Core\Error\ErrorHandler::handleError(8192, "Array and string offset access syntax with curly braces is deprecated", "/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/lurl/Classes/Configuration/ConfigurationReader.php", 237, array)

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/vendor/composer/ClassLoader.php:
00442: function includeFile($file)
00443: {
00444:     include $file;
00445: }

18 include()

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/vendor/composer/ClassLoader.php:
00442: function includeFile($file)
00443: {
00444:     include $file;
00445: }

17 Composer\Autoload\includeFile("/srv/www/vhosts/ks-iso-kimmstein.de/httpdocs/typo3lurl/Classes/Configuration/ConfigurationReader.php")

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/vendor/composer/ClassLoader.php:
00320:     {
00321:         if ($file = $this->findFile($class)) {
00322:             includeFile($file);
00323: 
00324:             return true;

16 Composer\Autoload\ClassLoader::loadClass("DmitryDulepov\Realurl\Configuration\ConfigurationReader")

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/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));

15 TYPO3\ClassAliasLoader\ClassAliasLoader::loadClass("DmitryDulepov\Realurl\Configuration\ConfigurationReader")

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/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: 

14 TYPO3\ClassAliasLoader\ClassAliasLoader::loadClassWithAlias("DmitryDulepov\Realurl\Configuration\ConfigurationReader")
13 spl_autoload_call("DmitryDulepov\Realurl\Configuration\ConfigurationReader")

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/ext/realurl/Classes/Decoder/UrlDecoder.php:
01181:   */
01182:  protected function initializeConfiguration() {
01183:   $this->configuration = GeneralUtility::makeInstance('DmitryDulepov\\Realurl\\Configuration\\ConfigurationReader', ConfigurationReader::MODE_DECODE);
01184:  }
01185: 

12 DmitryDulepov\Realurl\Decoder\UrlDecoder::initializeConfiguration()

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/ext/realurl/Classes/EncodeDecoderBase.php:
00192:   */
00193:  protected function initialize() {
00194:   $this->initializeConfiguration();
00195:   $this->emptySegmentValue = $this->configuration->get('init/emptySegmentValue');
00196:   $this->rootPageId = (int)$this->configuration->get('pagePath/rootpage_id');

11 DmitryDulepov\Realurl\EncodeDecoderBase::initialize()

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/ext/realurl/Classes/Decoder/UrlDecoder.php:
01172:   */
01173:  protected function initialize() {
01174:   parent::initialize();
01175: 
01176:   $this->disallowedDoktypes = PageRepository::DOKTYPE_RECYCLER;

10 DmitryDulepov\Realurl\Decoder\UrlDecoder::initialize()

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/ext/realurl/Classes/Decoder/UrlDecoder.php:
00154:    $this->caller = $params['pObj'];
00155: 
00156:    $this->initialize();
00157:    $this->mergeGetVarsFromDomainsConfiguration();
00158: 

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
8 call_user_func_array(array, array)

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03850:                     }
03851:                     // Call method:
03852:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
03853:                 } else {
03854:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

7 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01116:             $_params = ['pObj' => &$this];
01117:             foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01118:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01119:             }
01120:         }

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::checkAlternativeIdMethods()

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00135:                     ->loadExtTables();
00136:         }
00137:         $this->controller->checkAlternativeIdMethods();
00138:         $this->controller->clear_preview();
00139:         $this->controller->determineId();

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

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

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/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}()

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/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("/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/sysext/frontend/Resources/Private/Php/frontend.php")

/srv/www/vhosts/bwc-typo3.de/httpdocs/typo3_src-8/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';