Bug #86830
closed
"Check for core updates" Button dont work.
Added by Thomas Anders about 6 years ago.
Updated over 5 years ago.
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.
- Project changed from 9 to TYPO3 Core
- Category set to Install Tool
- TYPO3 Version set to 9
- PHP Version set to 7.2
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'.
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.
- Status changed from New to Under Review
- Related to Bug #86860: "Update TYPO3 Core" button registers handler multiple times added
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF