Uncaught TYPO3 Exception
#1294587215: Page cannot be found.<br /> <br /> Additionally, https://www.schrankentechnik.com/fehler-404.html was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/var/www/clients/client30/web336/web/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2138.

18 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("/fehler-404.html", "HTTP/1.0 404 Not Found", "")

/var/www/clients/client30/web336/web/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02059:     public function pageNotFoundHandler($code, $header = '', $reason = '')
02060:     {
02061:         $this->pageErrorHandler($code, $header, $reason);
02062:     }
02063: 

17 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("/fehler-404.html", "HTTP/1.0 404 Not Found", "")

/var/www/clients/client30/web336/web/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:     }

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

/var/www/clients/client30/web336/web/typo3conf/ext/cooluri/Classes/Integration/CoolUri.php:
00596:     public static function pageNotFound()
00597:     {
00598:         $GLOBALS['TSFE']->pageNotFoundAndExit();
00599:     }
00600: }

15 Bednarik\Cooluri\Integration\CoolUri::pageNotFound()
14 call_user_func(array)

/var/www/clients/client30/web336/web/typo3conf/ext/cooluri/Classes/Core/Functions.php:
00322:       $uf = explode('->',(string)$func);
00323:       if (!isset($uf[1])) $uf = $uf[0];
00324:       call_user_func($uf);
00325:   }
00326: 

13 Bednarik\Cooluri\Core\Functions::simple_user_func("Bednarik\Cooluri\Integration\Cooluri->pageNotFound")

/var/www/clients/client30/web336/web/typo3conf/ext/cooluri/Classes/Core/Functions.php:
00265:               case 'page':    $res = file_get_contents((string)$lConf->cache->pagenotfound->behavior); break;
00266:               case 'redirect': header((string)$lConf->cache->pagenotfound->status); self::redirect((string)$lConf->cache->pagenotfound->behavior); break;
00267:               case 'userfunc': self::simple_user_func((string)$lConf->cache->pagenotfound->behavior); exit; break;
00268:               default: $res = '';
00269:           }

12 Bednarik\Cooluri\Core\Functions::pageNotFound(SimpleXMLElement)

/var/www/clients/client30/web336/web/typo3conf/ext/cooluri/Classes/Core/Translate.php:
00128:                     Functions::redirect(Functions::prepareforRedirect($row['oldlink'].(empty($tempuri[1])?'':'?'.$tempuri[1]),self::$conf),301);
00129:                 } elseif (empty(self::$conf->cache->cool2params->translateifnotfound) || self::$conf->cache->cool2params->translateifnotfound!=1) {
00130:                     Functions::pageNotFound(self::$conf);
00131:                 }
00132:             }

11 Bednarik\Cooluri\Core\Translate::lookUpInCache("fehler-404")

/var/www/clients/client30/web336/web/typo3conf/ext/cooluri/Classes/Core/Translate.php:
00149: 
00150:             // first let's look into the caches
00151:             $cachedparams = $this->lookUpInCache($uri);
00152: 
00153:             // for major use of CoolUri - TYPO3, the rest is not called

10 Bednarik\Cooluri\Core\Translate::cool2params("/fehler-404.html")

/var/www/clients/client30/web336/web/typo3conf/ext/cooluri/Classes/Integration/CoolUri.php:
00119:             }
00120: 
00121:             $pars = $lt->cool2params($paramsinurl);
00122: 
00123:             $params['pObj']->id = $pars['id'];

9 Bednarik\Cooluri\Integration\CoolUri::cool2params(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
8 call_user_func_array(array, array)

/var/www/clients/client30/web336/web/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04375:                     }
04376:                     // Call method:
04377:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04378:                 } else {
04379:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

7 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("Bednarik\Cooluri\Integration\CoolUri->cool2params", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/var/www/clients/client30/web336/web/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()

/var/www/clients/client30/web336/web/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)

/var/www/clients/client30/web336/web/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)

/var/www/clients/client30/web336/web/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()

/var/www/clients/client30/web336/web/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: });

2 {closure}()
1 call_user_func(Closure)

/var/www/clients/client30/web336/web/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });