Uncaught TYPO3 Exception
#1509296606: Failed to fetch error page "https://www.visona.ch/index.php?id=6", reason: Server error: `GET https://www.visona.ch/index.php?id=6` resulted in a `500 Internal Server Error` response: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR (truncated...) (More information)

RuntimeException thrown in file
/home/typo3/TYPO3-sources/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2058.

17 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler()

/home/typo3/TYPO3-sources/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01966:     public function pageNotFoundHandler($code, $header = '', $reason = '')
01967:     {
01968:         $this->pageErrorHandler($code, $header, $reason);
01969:     }
01970: 

16 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler()

/home/typo3/TYPO3-sources/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01919:     {
01920:         $header = $header ?: $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling_statheader'];
01921:         $this->pageNotFoundHandler($GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'], $header, $reason);
01922:         die;
01923:     }

15 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit()

/home/www-visona/visona.ch/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01533:   }
01534: 
01535:   $this->caller->pageNotFoundAndExit($errorMessage);
01536:  }
01537: }

14 DmitryDulepov\Realurl\Decoder\UrlDecoder::throw404()

/home/www-visona/visona.ch/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01117:    $pathSegments = array();
01118:   } else {
01119:    $this->throw404('Segment "' . $postVarSetKey . '" was not a keyword for a postVarSet as expected on page with id=' . $pageId . '.');
01120:   }
01121:  }

13 DmitryDulepov\Realurl\Decoder\UrlDecoder::handleNonExistingPostVarSet()

/home/www-visona/visona.ch/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00627:     $postVarSetKey = array_shift($pathSegments);
00628:     if (!isset($postVarSets[$postVarSetKey]) || !is_array($postVarSets[$postVarSetKey])) {
00629:      $this->handleNonExistingPostVarSet($pageId, $postVarSetKey, $pathSegments);
00630:     } else {
00631:      $postVarSetConfiguration = $postVarSets[$postVarSetKey];

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

/home/www-visona/visona.ch/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00860:   }
00861:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodeFixedPostVars($pageId, $pathSegments));
00862:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodePostVarSets($pageId, $pathSegments));
00863: 
00864:   $this->mergeWithExistingGetVars($requestVariables);

11 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding()

/home/www-visona/visona.ch/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01311:   if (!$cacheEntry) {
01312:    $this->originalPath = $urlPath;
01313:    $cacheEntry = $this->doDecoding($urlPath);
01314:    // Note the newly created cache entry is not saved because it is unsafe!
01315:    // The user can supply any number of free form parameters and those

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

/home/www-visona/visona.ch/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00155:     if ($this->speakingUri) {
00156:      $this->setLanguageFromQueryString();
00157:      $this->runDecoding();
00158:     }
00159:    }

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl()
8 call_user_func_array()

/home/typo3/TYPO3-sources/typo3_src-8.7.32/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()

/home/typo3/TYPO3-sources/typo3_src-8.7.32/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()

/home/typo3/TYPO3-sources/typo3_src-8.7.32/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()

/home/typo3/TYPO3-sources/typo3_src-8.7.32/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()

/home/typo3/TYPO3-sources/typo3_src-8.7.32/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()

/home/typo3/TYPO3-sources/typo3_src-8.7.32/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}()

/home/typo3/TYPO3-sources/typo3_src-8.7.32/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("/home/typo3/TYPO3-sources/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/home/typo3/TYPO3-sources/typo3_src-8.7.32/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';