Bug #86593
closed
Clean install fails on missing configuration for EXT:scheduler
Added by Stefan Neufeind about 6 years ago.
Updated almost 4 years ago.
Description
A clean installation of TYPO3 v9.5.0 fails with:
(1/1) #1509654728 TYPO3\CMS\Core\Configuration\Exception\ExtensionConfigurationExtensionNotConfiguredException
No extension configuration for extension scheduler found. Either this extension has no extension configuration or the configuration is not up to date. Execute the install tool to update configuration.
- Status changed from New to Needs Feedback
how to you install it? if composer, how does the composer.json look like?
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or ping me.
Thank you and best regards
I don't know exactly anymore how to reproduce it. Happened during an install at the time when I reported it, reproducible at that time.
Afaik it was composer-based but updated from some earlier version or so. Might have been a side-effect then.
So let's leave it closed for now.
Got the same error today and fixed it for me via
composer dump-autoload
Error is gone and Backend is accessible.
In my case I got the Exception in v10.4.12 when I deleted the PackageStates.php - purpose was that TYPO3 generates a new one since I deleted an extension from /typo3conf/ext/-directory manually (which was a composer package) rather than doing a composer remove and before that disabling it using the Extension-Manager from the backend..
Guess it happens whenever there's no /typo3conf/PackageStates.php-file available?
Also available in: Atom
PDF