Bug #104150
closedDefault Form configuration not always loaded for EXT:form
100%
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
Updated by Georg Ringer 5 months ago
- Related to Task #103556: Provide sets for FSC, felogin and indexed_search added
Updated by Georg Ringer 5 months ago
- Related to Bug #102380: Resolve correct page UID in BackendConfigurationManager added
Updated by Georg Ringer 4 months ago
- Related to Bug #104543: Styleguide Frontend not working when used with Site Sets and missing dependencies added
Updated by Gerrit Code Review about 2 months ago
- Status changed from Accepted to Under Review
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86413
Updated by Gerrit Code Review about 2 months ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86413
Updated by Gerrit Code Review about 2 months ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86413
Updated by Gerrit Code Review about 2 months ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86413
Updated by Benjamin Franzke about 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b69837a3e4472b68a2caf368a632216c230ae914.