Project

General

Profile

Actions

Bug #17191

closed

Error when trying to move elements

Added by dogs-design about 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2007-04-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I get the error:
Fatal error: Call to undefined method ux_t3lib_tsfeBeUserAuth::getMultipleGroupsWhereClause()
in /var/www/../typo3/typo3_src-4.1.1/t3lib/class.t3lib_page.php on line 975

when trying to move elements up or down in frontend

Changing the corresponding line from
$query.= $this->getMultipleGroupsWhereClause($field, $table);
to
$query.= t3lib_pageSelect::getMultipleGroupsWhereClause($field, $table);
helps.

see http://bugs.typo3.org/view.php?id=5265
(issue imported from #M5372)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #16526: Moving content elements in frontent editing mode causes crashClosedThorsten Kahler2006-09-06

Actions
Actions #1

Updated by matthias scheib almost 17 years ago

after trying to fix the bug #0004160 (Moving content elements in frontent editing mode causes crash) generating the error message:
"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"

i also had this error.

after changing in t3lib_page.php from
$query.= $this->getMultipleGroupsWhereClause($field, $table);
to
$query.= t3lib_pageSelect::getMultipleGroupsWhereClause($field, $table);

problem was solved

Actions

Also available in: Atom PDF