Actions
Bug #16526
closedMoving content elements in frontent editing mode causes crash
Start date:
2006-09-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to move a content element up or down while in frontend editing mode, the following error appears:
Fatal error: Call to a member function on a non-object in (...)/typo3_src-4.0.1/t3lib/class.t3lib_tsfebeuserauth.php on line 1068
The problem can be fixed by replacing line 1068 in class.t3lib_tsfebeuserauth.php which reads:
$GLOBALS['TSFE']->sys_page->enableFields($table,'',$ignore),
with:
t3lib_pageSelect::enableFields($table,'',$ignore),
as it was in version 4.0 on line 1065.
This error is new in version 4.1
(issue imported from #M4160)
Files
Actions