TYPO3: Sorry, the requested view was not found.
Falls man folgende Fehlermeldung erhält und nicht mehr durch das TypoScript hindurchblickt:
Sorry, the requested view was not found. The technical reason is: No template was found. View could not be resolved for action "XXXXXX".
kann man sich mit folgendem Code im Controller die Settings ausgeben lassen:
$conf = $this->configurationManager->getConfiguration(\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface::CONFIGURATION_TYPE_FRAMEWORK); print_r($conf);