Bug #24537
closedFilelist renaming files broken
0%
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)
Updated by Henrik Ziegenhain almost 14 years ago
I can confirm this, I also discovered it yesterday evening.
Updated by Georg Ringer almost 14 years ago
ah and it seems that the correct page is called but then somehow a redirect is performed
Updated by Henrik Ziegenhain almost 14 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.
Updated by Jigal van Hemert almost 14 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.?
Updated by Steffen Kamper almost 14 years ago
can't reproduce as well with trunk (beta4)
Updated by Henrik Ziegenhain almost 14 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.
Updated by Georg Ringer almost 14 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)}})();
Updated by Georg Ringer almost 14 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!
Updated by Georg Ringer almost 14 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
Updated by Susanne Moog almost 14 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?
Updated by Ernesto Baschny almost 14 years ago
This seems to have been fixed with #24716. Thanks!