[TYPO3-english] Re: Problem on upgrade from css_styled_content to fluid_styled_content

David Bruchmann david.bruchmann at gmail.com
Fri Apr 21 13:30:12 CEST 2017


Hi,

check if in the file typo3conf/LocalConf.php is written something like this:

    'INSTALL' => [
        'wizardDone' => [
            'TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate' => 1,
            'TYPO3\CMS\Install\Updates\Compatibility6ExtractionUpdate' => 1,
            'TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate' => 1,
            'TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe' => 1,
            'TYPO3\CMS\Install\Updates\MigrateShortcutUrlsAgainUpdate' => 1,
            'TYPO3\CMS\Install\Updates\ProcessedFileChecksumUpdate' => 1,
        ],
    ],

You can delete this block or only special lines to run the upgrade-wizard(s) again.

Best,
David


More information about the TYPO3-english mailing list