Project

General

Profile

Actions

Bug #39946

closed

Bug #39726: Add new extension manager to the core

An error occurred while trying to call Tx_Exten...Controller->updateExtensionListFromTerAction()

Added by Philipp Gampe over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2012-08-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If I click on the "Get Extensions" tab, the spinning icon is always showing until I click on update extensions.

There is no error, but if I select another module like the page module, the following error shows up:

An error occurred while trying to call Tx_Extensionmanager_Controller_UpdateFromTerController->updateExtensionListFromTerAction()


Files

Actions #1

Updated by Helmut Hummel over 11 years ago

Philipp Gampe wrote:

If I click on the "Get Extensions" tab, the spinning icon is always showing until I click on update extensions.

There is no error, but if I select another module like the page module, the following error shows up:
[...]

Hi Phlipip. I also have this kind of error from time to time, but cannot reproduce it reliably. Can you? If so, how?

Thanks

Actions #2

Updated by Helmut Hummel over 11 years ago

  • Project changed from 2269 to TYPO3 Core
Actions #3

Updated by Helmut Hummel over 11 years ago

  • Parent task set to #39726
Actions #4

Updated by Helmut Hummel over 11 years ago

  • Category set to Extension Manager
Actions #5

Updated by Philipp Gampe over 11 years ago

I can :)

1. Open Extension Manager
2. Klick "Get Extensions"
3. Open Page Module

The error happens at the json request for update the extension list.

At extbase/Classes/MVC/Controller/ActionController.php line 300+ it can not parse the $this->arguments (foreach ->getValue).

Looking at the error, it chookes at required property forceUpdateCheck does not exits, thus I guess it just misses the argument.

Actions #6

Updated by Philipp Gampe over 11 years ago

Quick fix:

-public function updateExtensionListFromTerAction($forceUpdateCheck) {
+public function updateExtensionListFromTerAction($forceUpdateCheck = FALSE) {

And clear reflection cache.

Actions #7

Updated by Gerrit Code Review over 11 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13908

Actions #8

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13909

Actions #10

Updated by Gerrit Code Review over 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13908

Actions #11

Updated by Anonymous over 11 years ago

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

Updated by Oliver Hader about 11 years ago

  • Target version set to 2222
Actions #13

Updated by Oliver Hader about 11 years ago

  • Category set to Extension Manager
Actions #14

Updated by Oliver Hader about 11 years ago

  • Target version deleted (2222)
Actions #15

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF