Project

General

Profile

Actions

Bug #58393

closed

FAL / casesensitive

Added by Juergen Weidmann almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2014-05-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I migrated TYPO3 local to 6.2.1, after uploading to my webspace I did not find any possibility to switch the file system to casesensitive=1, so files were not found. Then only way was to truncate sys_file_storage. In my opinion the install tool should check and update it.

Jürgen


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #55652: Upload a file with Uppercase letters --> Error in filelistClosed2014-02-04

Actions
Actions #1

Updated by Frans Saris almost 10 years ago

  • Status changed from New to Needs Feedback

This check is done when filestorage is created.

You can set this when you edit the filestorage record.

But your problem was that the sys_file records had combined uppercase and lowercase indentifiers but filestorage was set to case in sensitive?
That should not be a problem imo.

Gr. Frans

Actions #2

Updated by Juergen Weidmann almost 10 years ago

After installation or migration in XAMPP an existing or new created folder with upper case letters (for example "Picture") will not be found in the filelist after uploading the project (database dump and files) to the apache server --> the file list runs in an error. Root cause is the casesensitive flag in "sys_file_storage" which is empty, but has to be changed to 1. I run the install tool but I did not find any check or config to change it. The only way to get it running was to set manually casesensitive to 1 in the table "sys_file_storage" with phpmyadmin or to truncate the table.
You can simulate that easily creating the folder "Picture" and empty the variable casesensitive.

Actions #3

Updated by Juergen Weidmann almost 10 years ago

I found the possilility to change the setting now, a little bit tricky. I still think that the install tool should check that.

Actions #4

Updated by Oliver Hader almost 10 years ago

Jürgen, what operating system and which file system are you using?

Actions #5

Updated by Juergen Weidmann almost 10 years ago

I use xampp 3.1.0 / windows 7 for testing and apache server (case sensitive) for hosting.

Actions #6

Updated by Alexander Opitz over 9 years ago

If you move between case sensitive and case insensitive file system you need to change the configuration of the storage manually.
We won't fix issues if you don't set the flag correctly.
On creation of a file storage the state of your filesystem is checked and selected automatically.

Do you wish to have a possibility in the install tool to check the storages system?

Actions #7

Updated by Alexander Opitz over 9 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this issue.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF