Bug #80496
closedBUG in TYPO3 8.6.1 Update Skript
100%
Description
Hi there;
wanted to make an update from 7.6 to 8.6.1: when I call the Installtool I get these to little issues:
Parse error: syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in /var/www/typo3_src-8.6.1/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3867
Parse error: syntax error, unexpected '.' in /var/www/typo3_src-8.6.1/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3896
(I downloaded the recent TYPO3-source via 'wget --content-disposition get.typo3.org/8.6 ' as recommended in the 'whats-new'-slides)
kind regards
thomas
Updated by Christian Kuhn almost 8 years ago
- Status changed from New to Needs Feedback
are you using a php smaller than 7.0?
Updated by Frank Nägler almost 8 years ago
- Status changed from Needs Feedback to In Progress
version check is missing in /install/index.php (before redirect), I will provide a fix.
but your issue will not be solved, because you need PHP 7.0 and the error is clear a parsing error because of PHP version lower 7.0
Updated by Gerrit Code Review almost 8 years ago
- Status changed from In Progress 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/52193
Updated by Frank Nägler almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 829eaf03410fd4758421a1e8e0e0dd671080a23f.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed