Actions
Bug #97542
closedTYPO3 Module Reports throws Exception if no site exists
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2022-05-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Requirements¶
Opening the reports module while having no site throws an error:
TypeError
TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::__construct(): Argument #2 ($site) must be of type TYPO3\CMS\Core\Site\Entity\Site, TYPO3\CMS\Core\Site\Entity\NullSite given, called in /var/www/html/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 2943
How to test¶
The reports module must not break if no site is configured in a TYPO3 instance.
Files
Actions