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

RuntimeException thrown in file
/home/itj/typo3_src-7.6.46/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2140.

17 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("https://www.transportjournal.com/404.html/", "HTTP/1.0 404 Not Found", "Page cannot be found.Additionally, https://www.tfound while trying to retrieve the error document.")

/home/itj/typo3_src-7.6.46/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02061:     public function pageNotFoundHandler($code, $header = '', $reason = '')
02062:     {
02063:         $this->pageErrorHandler($code, $header, $reason);
02064:     }
02065: 

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

/home/itj/typo3_src-7.6.46/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:     }

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

/home/itj/public_html/typo3conf/ext/cooluri/Classes/Integration/CoolUri.php:
00625:     public static function pageNotFound()
00626:     {
00627:         $GLOBALS['TSFE']->pageNotFoundAndExit();
00628:     }
00629: 

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

/home/itj/public_html/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: 

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

/home/itj/public_html/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:           }

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

/home/itj/public_html/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:             }

10 Bednarik\Cooluri\Core\Translate::lookUpInCache("404.html/")

/home/itj/public_html/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

9 Bednarik\Cooluri\Core\Translate::cool2params("404.html/")

/home/itj/public_html/typo3conf/ext/cooluri/Classes/Integration/CoolUri.php:
00123:             }
00124: 
00125:             $pars = $lt->cool2params($paramsinurl);
00126: 
00127:             $params['pObj']->id = $pars['id'];

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

/home/itj/typo3_src-7.6.46/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04412:                     }
04413:                     // Call method:
04414:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04415:                 } else {
04416:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

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

/home/itj/typo3_src-7.6.46/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()

/home/itj/typo3_src-7.6.46/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)

/home/itj/typo3_src-7.6.46/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)

/home/itj/typo3_src-7.6.46/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()

/home/itj/typo3_src-7.6.46/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}()

/home/itj/typo3_src-7.6.46/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });