Actions
Feature #84863
closedMissing argument 1 for TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::__construct()
Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-04-25
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
Hello,
the following line causes an error:
$temp_TSFEclassName = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\CMS\\Frontend\\Controller\\TypoScriptFrontendController');
PHP Warning: Missing argument 1 for TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::__construct(), called in /var/www/web5/htdocs/typo3_src-7.6.26/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4546 and defined in /var/www/web5/htdocs/typo3_src-7.6.26/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 902
What can I do?
Actions