Bug #86632
closedReports complaining that "Update incomplete"
100%
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?
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58620
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58620
Updated by Susanne Moog about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5a525d8613919b531d8bed64961f3d38d26e1ed7.
Updated by Georg Ringer about 6 years ago
- Has duplicate Bug #86721: Reports module shows "Update Incomplete" but all wizards are done added
Updated by Wittkiel Gruppe about 6 years ago
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. ) )
Updated by Vasyl Mosiychuk about 6 years ago
- PHP Version set to 7.2
I did new install TYPO3 version 9.5.1 but I still have this problem.
Updated by Alexander Stehlik almost 6 years ago
- Related to Bug #84146: "Reports" says update wizard incomplete added
Updated by Gerrit Code Review almost 6 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59048
Updated by Alexander Stehlik almost 6 years ago
- 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 :)
Updated by Alexander Stehlik almost 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset 3d5456e33b9ea90dadcd1f0eee780fe3ebb7c868.
Updated by Wolfgang Wagner over 5 years ago
Bug is still there, I did some upgrades to 9.5.8 and still got the message.