Project

General

Profile

Actions

Bug #24537

closed

Filelist renaming files broken

Added by Georg Ringer over 13 years ago. Updated about 13 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Renaming files through the filelist is broken in 4-5 (don't know since when).

How to test:
1) Switch to filelist module
2) Select "Rename" in contextmenu of a file
3) => empty page

the path is wrong. it shouldn't be
"typo3/sysext/filelist/mod1/file_list.php?id=214" but "/typo3/file_rename.php?target=<absolutepath>

(issue imported from #M16992)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #24716: Pagetree - Only call the singleClick method if the navigation component is visibleClosedSusanne Moog2011-01-22

Actions
Actions #1

Updated by Henrik Ziegenhain over 13 years ago

I can confirm this, I also discovered it yesterday evening.

Actions #2

Updated by Georg Ringer over 13 years ago

ah and it seems that the correct page is called but then somehow a redirect is performed

Actions #3

Updated by Henrik Ziegenhain over 13 years ago

Yes, first click on "rename" gives me a blank page. A second or third click on rename redirects to the correct page.

Strange behaviour.

Actions #4

Updated by Jigal van Hemert over 13 years ago

Can't reproduce in trunk rev 10066 on Windows (FF). Renaming via context menu works as expected.
Maybe details are needed about OS, absolute paths of files, browser, etc.?

Actions #5

Updated by Steffen Kamper over 13 years ago

can't reproduce as well with trunk (beta4)

Actions #6

Updated by Henrik Ziegenhain over 13 years ago

Strange.
On my working machine I also can`t reproduce it with trunk rev. 10067.
I will also check it at home later this day - there I got the problems.

Win7, Chrome, FF - on both machines.

Actions #7

Updated by Georg Ringer over 13 years ago

i don't know if the following requests are ok but they happen in this error:
http://localhost/currenttrunk/typo3/ajax.php?ajaxID=ExtDirect::route&namespace=TYPO3.ExtDirectStateProvider
-----
ajaxID ExtDirect::route
namespace TYPO3.ExtDirectStateProvider
---


JS error: Ext.EventManager is undefined
[Bei diesem Fehler anhalten] window.undefined=window.undefined;Ext=...window.attachEvent("onunload",a)}})();

Actions #8

Updated by Georg Ringer over 13 years ago

it really seems to be an issue with this request is if I make an early return in typo3/ajax.php, I get some JS errors but the redirect vanishs!

Actions #9

Updated by Georg Ringer about 13 years ago

calling contextmenu gives me:
-----------
ExtDirect: Invalid Security Token!

Backtrace:

#0 [internal function]: t3lib_extjs_ExtDirectRouter->route(Array, Object(TYPO3AJAX))
#1 C:\xampp\htdocs\currenttrunk\t3lib\class.t3lib_div.php(5312): call_user_func_array(Array, Array)
#2 C:\xampp\htdocs\currenttrunk\typo3\ajax.php(73): t3lib_div::callUserFunction('t3lib/extjs/cla...', Array, Object(TYPO3AJAX), false, true)
#3 {main}
----------

very strange now

Actions #10

Updated by Susanne Moog about 13 years ago

In current trunk (10247) renaming works, context menu works, no security token error in IE8, Chrome or Firefox.

Does anyone still have an error?

Actions #11

Updated by Ernesto Baschny about 13 years ago

This seems to have been fixed with #24716. Thanks!

Actions #12

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF