Project

General

Profile

Actions

Bug #86830

closed

"Check for core updates" Button dont work.

Added by Thomas Anders over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2018-11-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #86860: "Update TYPO3 Core" button registers handler multiple timesClosed2018-11-06

Actions
Actions #1

Updated by Thomas Anders over 5 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
Actions #2

Updated by Thomas Anders over 5 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'.

Actions #3

Updated by Ralf Tönjes over 5 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.

Actions #4

Updated by Gerrit Code Review over 5 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

Actions #5

Updated by Andreas Kienast over 5 years ago

  • Related to Bug #86860: "Update TYPO3 Core" button registers handler multiple times added
Actions #6

Updated by Andreas Fernandez over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF