Uncaught TYPO3 Exception
#1: PHP Warning: Missing argument 1 for TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::__construct(), called in /homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4111 and defined in /homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 767 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 108.

19 TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "Missing argument 1 for TYPO3\CMS\Frontend\Controlltility/GeneralUtility.php on line 4111 and defined", "/homepages/46/d817030327/htdocs/webseiten/mycomicslasses/Controller/TypoScriptFrontendController.php", 767, array)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
00765:   * @todo Define visibility
00766:   */
00767:  public function __construct($TYPO3_CONF_VARS, $id, $type, $no_cache = '', $cHash = '', $jumpurl = '', $MP = '', $RDCT = '') {
00768:   // Setting some variables:
00769:   $this->TYPO3_CONF_VARS = $TYPO3_CONF_VARS;

18 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::__construct()

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04109:   } else {
04110:    $fullyQualifiedClassName = '\\' . $finalClassName;
04111:    $instance = new $fullyQualifiedClassName();
04112:   }
04113:   // Create alias if not present

17 TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance("tslib_fe")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/assets/default/php/class.user_notfound.php:
00050: 
00051:  private function initGlobals() {
00052:   $temp_TSFEclassName = t3lib_div::makeInstance('tslib_fe');
00053:   $GLOBALS['TSFE'] = new $temp_TSFEclassName(array(), 1, 0, true);
00054:   $GLOBALS['TSFE']->connectToDB();

16 user_pageNotFound::initGlobals()

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/assets/default/php/class.user_notfound.php:
00088:     tslib_eidtools::connectDB();
00089:     $this->pi_setPiVarDefaults();
00090:     $this->initGlobals();
00091: 
00092:     switch ($category) {

15 user_pageNotFound::findPageByDst("comics/horror/planet-tentacles.html")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/assets/default/php/class.user_notfound.php:
00029:   $pos = stripos($path, "?fb");
00030:   if ($pos === false) {
00031:    $redirectDestination = $this->findPageByDst($path);
00032:    header('HTTP/1.1 301 Moved Permanently');
00033:    if($redirectDestination)

14 user_pageNotFound::pageNotFound(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
13 call_user_func_array(array, array)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03968:      }
03969:      // Call method:
03970:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
03971:     } else {
03972:      $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

12 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("assets/default/php/class.user_notfound.php:user_pageNotFound->pageNotFound", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01913:     'pageAccessFailureReasons' => $this->getPageAccessFailureReasons()
01914:    );
01915:    echo \TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction($funcRef, $params, $this);
01916:   } elseif (\TYPO3\CMS\Core\Utility\GeneralUtility::isFirstPartOfStr($code, 'READFILE:')) {
01917:    $readFile = \TYPO3\CMS\Core\Utility\GeneralUtility::getFileAbsFileName(trim(substr($code, 9)));

11 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("USER_FUNCTION:assets/default/php/class.user_notfound.php:user_pageNotFound->pageNotFound", "HTTP/1.0 404 Not Found", "Segment "horror" was not a keyword for a postVarSet as expected on page with id=4.")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01877:   */
01878:  public function pageNotFoundHandler($code, $header = '', $reason = '') {
01879:   $this->pageErrorHandler($code, $header, $reason);
01880:  }
01881: 

10 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("USER_FUNCTION:assets/default/php/class.user_notfound.php:user_pageNotFound->pageNotFound", "HTTP/1.0 404 Not Found", "Segment "horror" was not a keyword for a postVarSet as expected on page with id=4.")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01828:  public function pageNotFoundAndExit($reason = '', $header = '') {
01829:   $header = $header ? $header : $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
01830:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
01831:   die;
01832:  }

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3conf/ext/realurl/class.tx_realurl.php:
01728: 
01729:   // Call handler
01730:   $this->pObj->pageNotFoundAndExit($msg);
01731:  }
01732: 

8 tx_realurl::decodeSpURL_throw404("Segment "horror" was not a keyword for a postVarSet as expected on page with id=4.")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3conf/ext/realurl/class.tx_realurl.php:
01399:      break;
01400:     } else {
01401:      $this->decodeSpURL_throw404('Segment "' . $key . '" was not a keyword for a postVarSet as expected on page with id=' . $pid . '.');
01402:     }
01403:    }

7 tx_realurl::decodeSpURL_settingPostVarSets(array, array, 4)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3conf/ext/realurl/class.tx_realurl.php:
01207:   // Setting "postVarSets":
01208:   $postVarSetCfg = $this->getPostVarSetConfig($cachedInfo['id']);
01209:   $post_GET_VARS = $this->decodeSpURL_settingPostVarSets($pathParts, $postVarSetCfg, $cachedInfo['id']);
01210: 
01211:   // Looking for remaining parts:

6 tx_realurl::decodeSpURL_doDecode("comics/horror/planet-tentacles.html", 1)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3conf/ext/realurl/class.tx_realurl.php:
01052:     if (!is_array($cachedInfo)) {
01053:      // Decode URL:
01054:      $cachedInfo = $this->decodeSpURL_doDecode($speakingURIpath, $this->extConf['init']['enableCHashCache']);
01055: 
01056:      // Storing cached information:

5 tx_realurl::decodeSpURL(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
4 call_user_func_array(array, array)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03968:      }
03969:      // Call method:
03970:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
03971:     } else {
03972:      $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01023:    $_params = array('pObj' => &$this);
01024:    foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01025:     \TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01026:    }
01027:   }

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/cms/tslib/index_ts.php:
00128:  \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->loadCachedTca();
00129: }
00130: $TSFE->checkAlternativeIdMethods();
00131: $TSFE->clear_preview();
00132: $TSFE->determineId();

1 require("/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/cms/tslib/index_ts.php")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/index.php:
00043:  ->redirectToInstallToolIfLocalConfigurationFileDoesNotExist();
00044: 
00045: require(PATH_tslib . 'index_ts.php');
00046: ?>