Project

General

Profile

Actions

Bug #16526

closed

Moving content elements in frontent editing mode causes crash

Added by Beat Zimmerli over 17 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
-
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

class.t3lib_tsfebeuserauth-4160.diff (577 Bytes) class.t3lib_tsfebeuserauth-4160.diff Administrator Admin, 2006-09-08 11:57
bug-4160-4.0.x.-r0.diff (924 Bytes) bug-4160-4.0.x.-r0.diff Administrator Admin, 2007-03-12 13:11
bug-4160-4.1.x.-r0.diff (1.64 KB) bug-4160-4.1.x.-r0.diff Administrator Admin, 2007-03-12 13:11
bug_4160.diff (4.61 KB) bug_4160.diff Administrator Admin, 2007-04-18 15:26

Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Bug #17978: Problem with cms\tslib\index_ts.phpClosedJeff Segars2008-01-11

Actions
Related to TYPO3 Core - Feature #18265: Add post processing hooks for Frontend EditingClosedJeff Segars2008-02-21

Actions
Has duplicate TYPO3 Core - Bug #16495: up/down buttons errorClosedKarsten Dambekalns2006-08-25

Actions
Has duplicate TYPO3 Core - Bug #17076: FE editing tools panel: change sort order crashClosedMichael Stucki2007-03-05

Actions
Has duplicate TYPO3 Core - Bug #17191: Error when trying to move elementsClosed2007-04-05

Actions
Actions

Also available in: Atom PDF