Uncaught TYPO3 Exception
#1294587215: Segment &quot;404&quot; was not a keyword for a postVarSet as expected on page with id=1232.<br /> <br /> Additionally, https://www.graffiti-guard.net/404/ was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/kunden/663357_65205/web/graffiti-guard.net/sources/typo3_src-7.6.55/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2140.

14 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("https://www.graffiti-guard.net/404/", "HTTP/1.0 404 Not Found", "Segment "404" was not a keyword for a postVarSet afound while trying to retrieve the error document.")

/kunden/663357_65205/web/graffiti-guard.net/sources/typo3_src-7.6.55/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02061:     public function pageNotFoundHandler($code, $header = '', $reason = '')
02062:     {
02063:         $this->pageErrorHandler($code, $header, $reason);
02064:     }
02065: 

13 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("/404/", "HTTP/1.0 404 Not Found", "Segment "404" was not a keyword for a postVarSet as expected on page with id=1232.")

/kunden/663357_65205/web/graffiti-guard.net/sources/typo3_src-7.6.55/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02012:     {
02013:         $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02014:         $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02015:         die;
02016:     }

12 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("Segment "404" was not a keyword for a postVarSet as expected on page with id=1232.")

/kunden/663357_65205/web/graffiti-guard.net/releases/1/typo3conf/ext/realurl/class.tx_realurl.php:
01697: 
01698:   // Call handler
01699:   $this->pObj->pageNotFoundAndExit($msg);
01700:  }
01701: 

11 tx_realurl::decodeSpURL_throw404("Segment "404" was not a keyword for a postVarSet as expected on page with id=1232.")

/kunden/663357_65205/web/graffiti-guard.net/releases/1/typo3conf/ext/realurl/class.tx_realurl.php:
01353:      break;
01354:     } else {
01355:      $this->decodeSpURL_throw404('Segment "' . $key . '" was not a keyword for a postVarSet as expected on page with id=' . $pid . '.');
01356:     }
01357:    }

10 tx_realurl::decodeSpURL_settingPostVarSets(array, array, 1232)

/kunden/663357_65205/web/graffiti-guard.net/releases/1/typo3conf/ext/realurl/class.tx_realurl.php:
01150:   // Setting "postVarSets"
01151:   $postVarSetCfg = $this->getPostVarSetConfig($cachedInfo['id']);
01152:   $post_GET_VARS = $this->decodeSpURL_settingPostVarSets($pathParts, $postVarSetCfg, $cachedInfo['id']);
01153: 
01154:   // Looking for remaining parts

9 tx_realurl::decodeSpURL_doDecode("404/", boolean)

/kunden/663357_65205/web/graffiti-guard.net/releases/1/typo3conf/ext/realurl/class.tx_realurl.php:
00993:     if (!is_array($cachedInfo)) {
00994:      // Decode URL
00995:      $cachedInfo = $this->decodeSpURL_doDecode($speakingURIpath, $this->extConf['init']['enableCHashCache']);
00996: 
00997:      // Storing cached information

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

/kunden/663357_65205/web/graffiti-guard.net/sources/typo3_src-7.6.55/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04414:                     }
04415:                     // Call method:
04416:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04417:                 } else {
04418:                     $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)

/kunden/663357_65205/web/graffiti-guard.net/sources/typo3_src-7.6.55/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()

/kunden/663357_65205/web/graffiti-guard.net/sources/typo3_src-7.6.55/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00137:             $this->bootstrap->loadCachedTca();
00138:         }
00139:         $this->controller->checkAlternativeIdMethods();
00140:         $this->controller->clear_preview();
00141:         $this->controller->determineId();

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

/kunden/663357_65205/web/graffiti-guard.net/sources/typo3_src-7.6.55/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)

/kunden/663357_65205/web/graffiti-guard.net/sources/typo3_src-7.6.55/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()

/kunden/663357_65205/web/graffiti-guard.net/releases/1/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}()

/kunden/663357_65205/web/graffiti-guard.net/releases/1/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });