Actions
Bug #52886
closedFatal error during installation (presets mode)
Start date:
2013-10-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
On the last step in install tool the error
Fatal error: Can't inherit abstract function TYPO3\CMS\Install\Configuration\PresetInterface::isAvailable() (previously declared abstract in TYPO3\CMS\Install\Configuration\AbstractPreset) in C:\Users\Nicole\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\install\Classes\Configuration\Charset\MbstringPreset.php on line 32
pops up. It seems that both, the abstract class and interface try to implement the same function (isAvailable).
Actions