Bug #86632
closed
Reports complaining that "Update incomplete"
Added by Thomas Löffler about 6 years ago.
Updated over 5 years ago.
Description
I upgraded a TYPO3 8.7 page to 9.5 and set all wizards as done.
For every legacy extension it wanted to install I set "No, thanks".
On the Upgrade wizard setting the process bar is at 100% and it says, all wizards are done.
When I now go to Reports module, it complains, that the update is incomplete.
When debugging which class marks the update as incomplete it gives me:
\TYPO3\CMS\Install\Updates\Compatibility7ExtractionUpdate
When I look into the function updateNecessary()
it only checks if the extension is loaded.
But if I don't want to install this extension, the update is always necessary?
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Has duplicate Bug #86721: Reports module shows "Update Incomplete" but all wizards are done added
After applying this patch manually on TYPO3 9.5.0, we still have this problem. The process bar in upgrade wizards is at 100 %. In array $incompleteWizards are these wizards (we have no entries in sys_domain and no sys_language):
Array
(
[0] => Array
(
[class] => TYPO3\CMS\Install\Updates\FileReferenceUpdate
[identifier] => fileReferenceUpdate
[title] => Migrate file references that are stored in a wrong way to correct scheme
[shouldRenderWizard] =>
[explanation] => File references were saved in a wrong way and references are not shown correctly in file list module.
)
[1] => Array
(
[class] => TYPO3\CMS\Install\Updates\LanguageSortingUpdate
[identifier] => sysLanguageSorting
[title] => Update sorting of sys_language records
[shouldRenderWizard] =>
[explanation] => The sys_language records have unsorted rows. This upgrade wizard adds values depending on the language title
)
[2] => Array
(
[class] => TYPO3\CMS\Install\Updates\MigratePagesLanguageOverlayUpdate
[identifier] => pagesLanguageOverlay
[title] => Migrate content from pages_language_overlay to pages
[shouldRenderWizard] =>
[explanation] => The table pages_language_overlay will be removed to align the translation handling for pages with the rest of the core. This wizard transfers all data to the pages table by creating new entries and linking them to the l10n parent. This might take a while, because max. (amount of pages) x (active languages) new entries need be created.
)
[3] => Array
(
[class] => TYPO3\CMS\Install\Updates\RedirectsExtensionUpdate
[identifier] => redirects
[title] => Install system extension "redirects" if a sys_domain entry with redirectTo is necessary
[shouldRenderWizard] =>
[explanation] => The extension "redirects" includes functionality to handle any kind of redirects. The functionality superseds sys_domain entries with the only purpose of redirecting to a different domain or entry. This upgrade wizard installs the redirect extension if necessary and migrates the sys_domain entries to standard redirects.
)
)
I did new install TYPO3 version 9.5.1 but I still have this problem.
- Related to Bug #84146: "Reports" says update wizard incomplete added
- Status changed from Resolved to Under Review
- Category set to Reports
- Complexity set to easy
The problem here was, that the reports module ignored the shouldRenderWizard property.
I pushed a patch that should solve this for good. Please test & review :)
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Bug is still there, I did some upgrades to 9.5.8 and still got the message.
Also available in: Atom
PDF