Cannot instantiate interface TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface #9
Closed
opened 6 months ago by schrej-zz
·
3 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Hi,
with the new version 10.4.0, I get the error message on the Add user screen
"Cannot instantiate interface TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface"
Old version works without any problems.
Typo3 Version: 10.4.21
Do you have the full message?
Please test with current master or with
49b88a47df
applied.Hi,
i think this issue is not really fixed yet...
In composer.json on line 30 there is a requirement set for "sjbr/static-info-tables": "^10.4 || ^11.5" but a static-info-tables in v10.4 does not exist or am i wrong?
I can only get 6.9.6 or a 11.5.x but the 11.5 is not compatible with core 10.4.x. and the 6.9.x does not fit the requirements in above composer.json
So the fix won't work on TYPO3 < v11...