Bug #87847
closedUpgrade from 9.5.4 to 9.5.5
100%
Description
Was alerted in Back End that upgrade is available. Went to Upgrade, verified 9.5.5 was available. clicked the Update now button and nothing happens, except to go back to screen with Update now button. This happened on 2 different machines.
Thanks for looking into this!
Updated by Susanne Moog over 5 years ago
- Status changed from New to Accepted
Thanks for your report, I can reproduce the issue.
Until it is fixed you can use this workaround:
The issue only happens if you call the upgrade from the backend. If you use the standalone install tool, it's working fine. So try going to https://<your-domain>/typo3/install.php and upgrade from there.
Updated by Susanne Moog over 5 years ago
Technical info:
TYPO3.CMS/typo3/sysext/install/Resources/Public/JavaScript/Modules/CoreUpdate.js:
showActionButton -> sets .data('action')
initializize > var action = $(e.target).data('action'); -> does not get the correct action data.
Updated by Andreas Kienast over 5 years ago
- Status changed from Accepted to In Progress
Updated by Gerrit Code Review over 5 years ago
- Status changed from In Progress 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/c/Packages/TYPO3.CMS/+/59875
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/59875
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59877
Updated by Andreas Fernandez over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset db820e7cab1c81eebd058ddc079bfc438394b10b.
Updated by Anja Leichsenring over 5 years ago
- Related to Bug #87575: Typo3 9.5.2 / 9.5.3: Core update does not start the download of a new version added