Actions
Bug #104150
closedDefault Form configuration not always loaded for EXT:form
Start date:
2024-06-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With #103556 the behaviour changed with inclusion of the YAML configuration for EXT:form which leads to the error
#1681549038 LogicException Configuration could not be loaded
especially with multiple sites this can occur, e.g when one site is using site sets and does not include the YAML configuration.
possible solutions¶
a) change inheritNavigationComponentFromMainModule to true. providing a page tree makes it possible to select at leat a root page
b) remove query param id
: \TYPO3\CMS\Extbase\Configuration\BackendConfigurationManager::getCurrentPageId
uses the give ID as page id, if this is set 0, error doesn't occur as well.
\TYPO3\CMS\Extbase\Configuration\BackendConfigurationManager::getCurrentPageId
is code which needs to be changed but now more pressing is the exception
Actions