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

RuntimeException thrown in file
/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2173.

14 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("404/", "HTTP/1.0 404 Not Found", "")

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02094:   */
02095:  public function pageNotFoundHandler($code, $header = '', $reason = '') {
02096:   $this->pageErrorHandler($code, $header, $reason);
02097:  }
02098: 

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02045:  public function pageNotFoundAndExit($reason = '', $header = '') {
02046:   $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02047:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02048:   die;
02049:  }

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3conf/ext/cooluri/class.tx_cooluri.php:
00560:     public static function pageNotFound()
00561:     {
00562:         $GLOBALS['TSFE']->pageNotFoundAndExit();
00563:     }
00564: }

11 tx_cooluri::pageNotFound()
10 call_user_func(array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3conf/ext/cooluri/cooluri/link.Functions.php:
00319:       $uf = explode('->',(string)$func);
00320:       if (!isset($uf[1])) $uf = $uf[0];
00321:       call_user_func($uf);
00322:   }
00323: 

9 Link_Func::simple_user_func("tx_cooluri->pageNotFound")

/var/www/alpha-innotec.ch/releases/20220531155152/typo3conf/ext/cooluri/cooluri/link.Functions.php:
00262:               case 'page':    $res = file_get_contents((string)$lConf->cache->pagenotfound->behavior); break;
00263:               case 'redirect': header((string)$lConf->cache->pagenotfound->status); self::redirect((string)$lConf->cache->pagenotfound->behavior); break;
00264:               case 'userfunc': self::simple_user_func((string)$lConf->cache->pagenotfound->behavior); exit; break;
00265:               default: $res = '';
00266:           }

8 Link_Func::pageNotFound(SimpleXMLElement)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3conf/ext/cooluri/cooluri/link.Translate.php:
00123:                     Link_Func::redirect(Link_Func::prepareforRedirect($row['oldlink'].(empty($tempuri[1])?'':'?'.$tempuri[1]),self::$conf),301);
00124:                 } elseif (empty(self::$conf->cache->cool2params->translateifnotfound) || self::$conf->cache->cool2params->translateifnotfound!=1) {
00125:                     Link_Func::pageNotFound(self::$conf);
00126:                 }
00127:             }

7 Link_Translate::lookUpInCache("404/")

/var/www/alpha-innotec.ch/releases/20220531155152/typo3conf/ext/cooluri/cooluri/link.Translate.php:
00144: 
00145:             // first let's look into the caches
00146:             $cachedparams = $this->lookUpInCache($uri);
00147: 
00148:             // for major use of CoolUri - TYPO3, the rest is not called

6 Link_Translate::cool2params("/404/")

/var/www/alpha-innotec.ch/releases/20220531155152/typo3conf/ext/cooluri/class.tx_cooluri.php:
00114:             }
00115: 
00116:             $pars = $lt->cool2params($paramsinurl);
00117: 
00118:             $params['pObj']->id = $pars['id'];

5 tx_cooluri::cool2params(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
4 call_user_func_array(array, array)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04330:      }
04331:      // Call method:
04332:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04333:     } else {
04334:      $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

3 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("EXT:cooluri/class.tx_cooluri.php:&tx_cooluri->cool2params", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01219:    $_params = array('pObj' => &$this);
01220:    foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01221:     GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01222:    }
01223:   }

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

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/cms/tslib/index_ts.php:
00125:  \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->loadCachedTca();
00126: }
00127: $TSFE->checkAlternativeIdMethods();
00128: $TSFE->clear_preview();
00129: $TSFE->determineId();

1 require("/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/typo3/sysext/cms/tslib/index_ts.php")

/var/www/alpha-innotec.ch/releases/20220531155152/typo3_src/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');