Bug #24537
closed
Filelist renaming files broken
Added by Georg Ringer almost 14 years ago.
Updated over 13 years ago.
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)
I can confirm this, I also discovered it yesterday evening.
ah and it seems that the correct page is called but then somehow a redirect is performed
Yes, first click on "rename" gives me a blank page. A second or third click on rename redirects to the correct page.
Strange behaviour.
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.?
can't reproduce as well with trunk (beta4)
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.
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!
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
In current trunk (10247) renaming works, context menu works, no security token error in IE8, Chrome or Firefox.
Does anyone still have an error?
This seems to have been fixed with #24716. Thanks!
- Target version deleted (
4.5.0)
Also available in: Atom
PDF