Bug #39946
closedBug #39726: Add new extension manager to the core
An error occurred while trying to call Tx_Exten...Controller->updateExtensionListFromTerAction()
100%
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
Updated by Helmut Hummel over 12 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
Updated by Helmut Hummel over 12 years ago
- Project changed from 2269 to TYPO3 Core
Updated by Philipp Gampe over 12 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.
Updated by Philipp Gampe over 12 years ago
Quick fix:
-public function updateExtensionListFromTerAction($forceUpdateCheck) { +public function updateExtensionListFromTerAction($forceUpdateCheck = FALSE) {
And clear reflection cache.
Updated by Gerrit Code Review over 12 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
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13909
Updated by Philipp Gampe over 12 years ago
- File extensionmanager-ter-update-error-1.png extensionmanager-ter-update-error-1.png added
- File extensionmanager-ter-update-error-2.png extensionmanager-ter-update-error-2.png added
- File extensionmanager-ter-update-error-3.png extensionmanager-ter-update-error-3.png added
- File extensionmanager-ter-update-error-last-argument.png extensionmanager-ter-update-error-last-argument.png added
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13908
Updated by Anonymous over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 695bba84b387e658393257ddf2de2a3a8209ca87.