Bug #86830
closed"Check for core updates" Button dont work.
100%
Description
In my TYPO3 9.5.0 (still in 9.5.1) the button "Check for core updates" doesn't work.
In Chrome console is no error and no request fired. Same in Safari and Firefox
The problem exists in multiple installations on two different Servers (Both with Plesk Onyx - if this is helpful).
The PHP version is 7.2.9
The Installation of TYPO3 is done manually without Composer.
The structure of the first Page is:¶
websiteroot/typo3_core/typo3_src-9.5.1/[core]
websiteroot/typo3/typo3_src -> ../typo3_core/typo3_src-9.5.1
websiteroot/typo3/typo3 -> typo3_src/typo3
websiteroot/typo3/index.php -> typo3_src/index.php
The other Page:¶
websiteroot/typo3_src-9.5.1/[core]
websiteroot/typo3_src -> typo3_src-9.5.1
websiteroot/typo3 -> typo3_src/typo3
websiteroot/index.php -> typo3_src/index.php
The Website User has full access to all files.
If further information is needed let me know - I could also provide a hosting package for testing on the server.
Updated by Thomas Anders about 6 years ago
- Project changed from 9 to TYPO3 Core
- Category set to Install Tool
- TYPO3 Version set to 9
- PHP Version set to 7.2
Updated by Thomas Anders about 6 years ago
Seems like this is a JavaScript error.
( typo3_src-9.5.0/typo3/sysext/install/Resources/Public/JavaScript/Modules/CoreUpdate.js )
the listener doesn't react on click - theres no output when I add a console Log into its "clickfunction".
$(document).on('click', '.t3js-coreUpdate-init', function(e) {
e.preventDefault();
console.log(' does not appear :/ ');
var action = $(e.target).data('action');
$(document).find(self.selectorOutput).empty();
self[action]();
});
In my amateurish debugging process I wrapped a 500ms timeout around - then the eventhandler reacts but throws an error into console: 'self[action] is not a function'.
Updated by Ralf Tönjes about 6 years ago
Using the same functionality with typo3_src-9.5.0 in
/typo3/install.php?&install[controller]=upgrade
leads to a proper „Update to regular released version 9.5.1 is available!“ but no chance to update.
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/58840
Updated by Andreas Kienast about 6 years ago
- Related to Bug #86860: "Update TYPO3 Core" button registers handler multiple times added
Updated by Andreas Fernandez about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset eb3ed3298f4a6c059a98d3a8639b02010c633d58.