Project

General

Profile

Actions

Bug #18003

closed

folder containg a dot

Added by Alexander Reinhard over 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-01-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

It is possible to create a folder via filelist module in /fileadmin containing a dot, but deleting or renaming fails. In my case I had a customer, which created a folder with a dot at the end.
Workaround: if you do not have shell access, install mw_shell extension

(issue imported from #M7172)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #17121: Directories with a dot at the end of the name are created in fileadmin but inaccessibleClosedChris topher2007-03-15

Actions
Actions #1

Updated by Stefano Kowalke over 16 years ago

I can confirm this issue at my running version 4.1.5

I create a folder with a dot (folder.) In the filelist the folder displayed correctly (folder.), but the inputfield in the rename formular get the folder name without a dot (folder).

If I rename the folder an press the rename button, I get this error messages:

filetype() [function.filetype]: Lstat failed for /fileadmin/folder in /typo3_src-4.1.5/t3lib/class.t3lib_extfilefunc.php on line 660

Call Stack
  1. Time Memory Function Location
    1 0.0013 90428 {main}( ) ../tce_file.php:0
    2 0.2063 7191620 SC_tce_file->main( ) ../tce_file.php:199
    3 0.2070 7196996 t3lib_extFileFunctions->processData( ) ../tce_file.php:154
    4 0.2071 7197100 t3lib_extFileFunctions->func_rename( ) ../class.t3lib_extfilefunc.php:255
    5 0.2072 7197508 filetype ( ) ../class.t3lib_extfilefunc.php:660
Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/typo3_src-4.1.5/t3lib/class.t3lib_extfilefunc.php:660) in /opt/lampp/htdocs/typo3_src-4.1.5/typo3/template.php on line 618
Call Stack
  1. Time Memory Function Location
    1 0.0013 90428 {main}( ) ../tce_file.php:0
    2 0.2118 7203576 SC_tce_file->finish( ) ../tce_file.php:200
    3 0.2118 7203576 t3lib_extFileFunctions->printLogErrorMessages( ) ../tce_file.php:166
    4 0.2142 7204196 template->startPage( ) ../class.t3lib_extfilefunc.php:302
    5 0.2142 7204368 header ( ) ../template.php:618

Errors:
2: Target "/fileadmin/folder" was neither a directory nor a file!

Actions #2

Updated by Oliver Hader over 16 years ago

Duplicate of bug #17121

Actions

Also available in: Atom PDF