Project

General

Profile

Actions

Bug #53575

closed

Language module: Wrong argument passed to File::updateProperties()

Added by Marcin Sągol over 10 years ago. Updated over 5 years ago.

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)@


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #43027: Problems on case-sensitive filesystemsClosedAndreas Wolf2012-11-16

Actions
Related to TYPO3 Core - Task #46553: Resolve issues with case-sensitive filesClosed2013-03-22

Actions
Related to TYPO3 Core - Bug #45504: Case sensitive filenames lead to file list problemsClosed2013-02-15

Actions
Actions #1

Updated by Marcin Sągol over 10 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.

Actions #2

Updated by Markus Klein over 10 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.

Actions #3

Updated by Markus Klein over 10 years ago

After the fix it will be necessary to run the Upgrade Wizard in the Install Tool again

Actions #4

Updated by Markus Klein over 10 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)

Actions #5

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/25339

Actions #6

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/25339

Actions #7

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/25339

Actions #8

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/25339

Actions #9

Updated by Marcin Sągol over 10 years ago

Thank you. With this update Language Manager works again :)

Actions #10

Updated by Nicole Cordes over 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF