Project

General

Profile

Bug #64038

Updated by Markus Klein over 9 years ago

Hi, 

 the TYPO3 versions 6.2.8 and 6.2.9 run into this error. 

 Fatal error: Call to undefined method TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::checkPageForMountpointRedirect() in typo3_src-6.2.9/typo3/sysext/cms/tslib/index_ts.php on line 191 

 Obvious reason: 
 The mentioned method does simply not exist. 
 Please add the method in TypoScriptFrontendController or remove the call in index_ts.php 

 Thank you

Back