Actions
Bug #56865
closedUpdating TYPO3 core fails
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Using TYPO3 6.2 beta6, clicking the "Check for core updates" Button in the install tool is broken.
PHP Fatal error: Call to undefined method TYPO3\CMS\Install\View\JsonView::setTemplatePathAndFilename() in typo3/typo3_src/typo3/sysext/install/Classes/Controller/Action/AbstractAction.php on line 110
The JsonView extends the TYPO3\CMS\Extbase\Mvc\View\AbstractView which does not implement setTemplatePathAndFilename().
setTemplatePathAndFilename is only defined in the Fluid Views (TemplateView and StandaloneView)
Files
Actions