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 12 years ago.
Updated about 6 years ago.
Category:
Extension Manager
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
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
- Project changed from 2269 to TYPO3 Core
- Parent task set to #39726
- Category set to Extension Manager
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.
Quick fix:
-public function updateExtensionListFromTerAction($forceUpdateCheck) {
+public function updateExtensionListFromTerAction($forceUpdateCheck = FALSE) {
And clear reflection cache.
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Target version set to 2222
- Category set to Extension Manager
- Target version deleted (
2222)
- Status changed from Resolved to Closed
Also available in: Atom
PDF