Actions
Bug #53575
closedLanguage module: Wrong argument passed to File::updateProperties()
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
Start date:
2013-11-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
With the latest git updates following error is thrown when we try to open Language module:
@Uncaught TYPO3 Exception
PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Core\Resource\File::updateProperties() must be of the type array, boolean given, called in TYPO3.CMS/typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php on line 188 and defined in TYPO3.CMS/typo3/sysext/core/Classes/Resource/File.php line 242 (More information)@
Actions