Project

General

Profile

Actions

Bug #57191

closed

conversion of filename from Uppercase to lowercase

Added by Dieter Porth about 10 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-22
Due date:
% Done:

0%

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

Description

I installed the version TYPO3 6.2 RC1

If I use the module filelist, many foldernames are shown in a lowercase form.

I tried although to put an image on a page. The filename of the image contains some uppercase letters. After the operation all uppercase letters are converted to lowercase. The image ar e not shown in the frontend.

phpmyadmin: The entry in the table sys_file is wrong, because all letters are in lower case.

German - Text
Ich habe versucht ein Bild, dessen Namen Großbuchstaben enthielt, als Resource in eine Seite einzubinden. Nach einem Testlauf stellte ich in der freontend-Website fest, dass alle Großbuchstaben beim Bildpfad in Kleinbuchstaben umgewandelt wurden.
Der nur kleinbuchstabige Bildpfad findet sich auch im Eintrag in der Tabelle "sys_file".
Weitergehend habe ich es noch nicht untersucht.
Installiert habe ich TYPO3 6.2.0 RC1 auf einem XAMPP/Windows-System
/German - Text

Actions #1

Updated by Dieter Porth about 10 years ago

The not showing of the picture is caused by a seconde mistake, which i made.
But the mistake in the presentation of the modul "file list" is new and doesn't exist for example in 6.1.7.

Actions #2

Updated by Steffen Müller about 10 years ago

  • Project changed from 1865 to TYPO3 Core
Actions #3

Updated by Steffen Müller about 10 years ago

  • Is Regression set to No

I moved this issue from the "Logging" tracker to core.

Actions #4

Updated by Wolfgang Klinger almost 10 years ago

I have something similar after an upgrade to 6.2 …

A file called 120923-10225000-DM.jpg
exists and is OK, in sys_table identifier and name are correct too (/user/120923-10225000-DM.jpg),
BUT in filelist or by trying to add the image I get the following error:
-------
Error while fetching permissions for /something/…/fileadmin/user/120923-10225000-dm.jpg
-------
(filename lowercase)

and that’s a major bug in my eyes! I will have to rename all the files now (that at least seems to work) …

TYPO3 6.2
PHP Version 5.5.8
System Linux 2.6.32-531.11.2.lve1.2.55.el6.x86_64 #1 SMP Fri Apr 18 09:06:31 EDT 2014 x86_64
Build Date Jan 14 2014 10:45:06
Configure Command './configure' '--prefix=/usr/local/php5' '--exec-prefix=/usr/local/php5' '--with-config-file-path=/etc/php5' '--enable-safe-mode' '--with-zlib' '--enable-magic-quotes' '--with-regex=php' '--with-pear' '--enable-calendar' '--with-gd' '--with-freetype-dir=/usr/src/freetype/objs/.libs/libfreetype.so' '--with-iconv' '--disable-debug' '--with-gettext' '--enable-gd-native-ttf' '--enable-mbstring' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-jpeg-dir=/usr/local/lib' '--with-xsl' '--with-png-dir=/usr/local/lib' '--with-imap=/usr/src/redhat/SOURCES/imap-2007f' '--with-openssl' '--with-curl' '--enable-sockets' '--enable-bcmath' '--with-mcrypt' '--enable-ftp' '--with-imap-ssl' '--with-mhash' '--enable-exif' '--with-pdo-mysql=mysqlnd' '--enable-zip' '--enable-soap' '--enable-intl' '--with-xmlrpc' '--with-libdir=lib64' '--enable-suhosin'
Server API CGI/FastCGI
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
with Suhosin v0.9.34-dev

tia

Actions #5

Updated by Christian Schuller almost 10 years ago

i can confirm that problem too after an update from TYPO3 4.6 to 6.2

Actions #6

Updated by Matthias Hinner almost 10 years ago

I had the same Problem after moving my site to another Server, my solution was to activate case-sensitive in File Storage Definition see: [[http://forge.typo3.org/issues/55514]]

Actions #7

Updated by Frans Saris about 9 years ago

  • Status changed from New to Needs Feedback

Your issue is probably due to wrong settings of the case-sensitive setting of your storage.

Please make sure that the value is correct. If you don't have a case-insensitive file system make sure it isn't set that way.

Actions #8

Updated by Alexander Opitz almost 9 years ago

  • Status changed from Needs Feedback to Closed

Windows systems are case insensitive on file names, they do not differ between "RED.png" and "red.png". Caouse of this issue we rename all files to lowercase on such systems (mostly Windows and Mac on a case insensitive partition).

So this behavior is expected.

Actions

Also available in: Atom PDF