Bug #53575
closedLanguage module: Wrong argument passed to File::updateProperties()
100%
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)@
Updated by Marcin Sągol about 11 years ago
This might be related to this commit: https://github.com/TYPO3/TYPO3.CMS/commit/958847e5c8886aa1524494153586e215732edb46 that cause some problems with file hash identifier and desired row can't be found in database.
Updated by Markus Klein about 11 years ago
- Category changed from Language Manager (backend) to Backend API
- Assignee set to Nicole Cordes
- Is Regression changed from No to Yes
Thanks for the report. We're already working on it.
Updated by Markus Klein about 11 years ago
After the fix it will be necessary to run the Upgrade Wizard in the Install Tool again
Updated by Markus Klein about 11 years ago
The current upgrade wizard only updates files from storage uid=1, due to a bug in the SQL query generation, where an $storage (an object) is used in integer-context getting converted to 1. (And a PHP Notice is thrown)
Updated by Gerrit Code Review about 11 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/25339
Updated by Gerrit Code Review about 11 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/25339
Updated by Gerrit Code Review about 11 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/25339
Updated by Gerrit Code Review about 11 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/25339
Updated by Marcin Sągol about 11 years ago
Thank you. With this update Language Manager works again :)
Updated by Nicole Cordes about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5a39028514808f52c3405f6011ea2e833e6d174e.