Bug #101473
closedUpdate TYPO3 Core > Error Jquery
0%
Description
The button "Check for core updates" does not initiate Update TYPO3 Core.
There is a Javascript error with Jquery in browser console.
The tested versions are : 12.4.1, 12.4.3, 12.4.4
Files
Updated by Benjamin Franzke over 1 year ago
- Category changed from AdminPanel to Install Tool
- Status changed from New to Closed
Hey, thanks for your report and sorry that this is not yet fixed.
In case you have not yet upgraded, you might try the following patch which is basically ready, but verifications were missing for it to be merged:
v12: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79802 (just copy over `typo3/sysext/install/Resources/Public/JavaScript/module/upgrade/core-update.js` into your 12.4.3 and clear browser caches (required because the javascript is cached via version-cache-hash))
main: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79803
In case it works, please Post "Verified+1" on those patches via review.typo3.org
Also I'm closing this ticket as duplicate of https://forge.typo3.org/issues/100865 where we track the status of this problem.
Updated by Benjamin Franzke over 1 year ago
- Related to Bug #100865: Automatic TYPO3 core update not working due to button's data attribute added