Uncaught TYPO3 Exception
#1: PHP Runtime Deprecation Notice: Function create_function() is deprecated in /usr/www/users/startvbs/start-boating.de/typo3conf/ext/realurl/class.tx_realurl.php line 1128 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/usr/www/users/startvbs/start-boating.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 111.

10 TYPO3\CMS\Core\Error\ErrorHandler::handleError(8192, "Function create_function() is deprecated", "/usr/www/users/startvbs/start-boating.de/typo3conf/ext/realurl/class.tx_realurl.php", 1128, array)

/usr/www/users/startvbs/start-boating.de/typo3conf/ext/realurl/class.tx_realurl.php:
01126:   // Convert URL to segments
01127:   $pathParts = explode('/', $speakingURIpath);
01128:   array_walk($pathParts, create_function('&$value', '$value = urldecode($value);'));
01129: 
01130:   // Strip/process file name or extension first

9 tx_realurl::decodeSpURL_doDecode("reviere/inland/", boolean)

/usr/www/users/startvbs/start-boating.de/typo3conf/ext/realurl/class.tx_realurl.php:
01000:     if (!is_array($cachedInfo)) {
01001:      // Decode URL
01002:      $cachedInfo = $this->decodeSpURL_doDecode($speakingURIpath, $this->extConf['init']['enableCHashCache']);
01003: 
01004:      // Storing cached information

8 tx_realurl::decodeSpURL(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
7 call_user_func_array(array, array)

/usr/www/users/startvbs/start-boating.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04406:                     }
04407:                     // Call method:
04408:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04409:                 } else {
04410:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

6 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("EXT:realurl/class.tx_realurl.php:tx_realurl->decodeSpURL", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/usr/www/users/startvbs/start-boating.de/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01177:             $_params = ['pObj' => &$this];
01178:             foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01179:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01180:             }
01181:         }

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

/usr/www/users/startvbs/start-boating.de/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00136:             $this->bootstrap->loadCachedTca();
00137:         }
00138:         $this->controller->checkAlternativeIdMethods();
00139:         $this->controller->clear_preview();
00140:         $this->controller->determineId();

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

/usr/www/users/startvbs/start-boating.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Core/Bootstrap.php:
00309: 
00310:         // Execute the command which returns a Response object or NULL
00311:         $this->response = $requestHandler->handleRequest($request);
00312:         return $this;
00313:     }

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

/usr/www/users/startvbs/start-boating.de/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

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

/usr/www/users/startvbs/start-boating.de/typo3_src-7.6.32/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

1 {closure}()

/usr/www/users/startvbs/start-boating.de/typo3_src-7.6.32/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });