Project

General

Profile

Actions

Bug #14509

closed

File module (aka fileadmin) "redirect" and "target" problems

Added by Wolfgang Klinger over 19 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
Start date:
2005-01-22
Due date:
% Done:

100%

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

Description

Try to create a folder that already exists. You'll get a warning message and the mentioned "Continue" button. If you take a look at the HTML of this page you can see that the link points now either to "file_list.php" alone (without any parameters) or with parameters added url encoded (had both cases on two different servers)

Ok, the second case can be fixed with the attached patch (simply call urldecode before using the file path);
I'll investigate in the other case(s)...

But now on to the next one ;-) (no, it's not over)

If you try to create e.g. three (already existing) folders you'll get a blank page, as "document.location=''" (empty) is set!!

This is related to the following bug I think: http://bugs.typo3.org/bug_view_page.php?bug_id=0000637
(somehow) ;-)
(issue imported from #M709)


Files

0000709-file_list.diff (149 Bytes) 0000709-file_list.diff Administrator Admin, 2005-01-22 12:56

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #65305: Folder::getSubfolder() doesn't use the file drivers correctlyClosed2015-05-25

Actions
Blocked by TYPO3 Core - Bug #59475: Folder Object is missing getFileClosedSteffen Ritter2014-06-11

Actions
Actions

Also available in: Atom PDF