Bug #56865
closedUpdating TYPO3 core fails
100%
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
Updated by Gerrit Code Review over 10 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/28393
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28393
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28393
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28393
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28393
Updated by Gerrit Code Review over 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28393
Updated by Gerrit Code Review over 10 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28393
Updated by Gerrit Code Review over 10 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28393
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b255afc2c9181d26f11d536b66a52d763e2f1286.