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.it/404/ was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/kunden/393243_65205/typo3_src/typo3_src-7.6.12/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2138.

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

/kunden/393243_65205/typo3_src/typo3_src-7.6.12/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02059:     public function pageNotFoundHandler($code, $header = '', $reason = '')
02060:     {
02061:         $this->pageErrorHandler($code, $header, $reason);
02062:     }
02063: 

14 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/393243_65205/typo3_src/typo3_src-7.6.12/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02010:     {
02011:         $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02012:         $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02013:         die;
02014:     }

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

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

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

/kunden/393243_65205/web/graffiti-guard.it/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:    }

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

/kunden/393243_65205/web/graffiti-guard.it/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

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

/kunden/393243_65205/web/graffiti-guard.it/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

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

/kunden/393243_65205/typo3_src/typo3_src-7.6.12/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04376:                     }
04377:                     // Call method:
04378:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04379:                 } else {
04380:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

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

/kunden/393243_65205/typo3_src/typo3_src-7.6.12/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01175:             $_params = ['pObj' => &$this];
01176:             foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01177:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01178:             }
01179:         }

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

/kunden/393243_65205/typo3_src/typo3_src-7.6.12/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();

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

/kunden/393243_65205/typo3_src/typo3_src-7.6.12/typo3/sysext/core/Classes/Core/Bootstrap.php:
00300: 
00301:         // Execute the command which returns a Response object or NULL
00302:         $this->response = $requestHandler->handleRequest($request);
00303:         return $this;
00304:     }

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

/kunden/393243_65205/typo3_src/typo3_src-7.6.12/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) {

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

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

2 {closure}()
1 call_user_func(Closure)

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