[TYPO3] error when moving content up or down in FE

Tracey Hummel thummel at email.arizona.edu
Thu Sep 6 23:26:24 CEST 2007


When trying to move a block of content up or down in the FE, I'm getting the
error:

Fatal error: Call to a member function on a non-object in
/users/thummel/typo3_src-4.1.1/t3lib/class.t3lib_tsfebeuserauth.php on line
1082

I found a fix that worked in version 4.0 but does not work in version 4.1.1:

replacing line 1068 in class.t3lib_tsfebeuserauth.php:
$GLOBALS['TSFE']->sys_page->enableFields($table,'',$ignore),
with: t3lib_pageSelect::enableFields($table,'',$ignore),

Please help me with this problem.

Thank you,
Tracey

--
Tracey Hummel
UAWeb Team
Center for Computing & Information Technology
The University of Arizona
(520) 626-5139
tracey at uainfo.arizona.edu







More information about the TYPO3-english mailing list