[TYPO3] move content up or down in FE error
Tracey Hummel
tracey at uainfo.arizona.edu
Fri Jun 15 23:29:07 CEST 2007
When trying to move a content element up or down in the frontend, the
following error would appear for the 4.0 version:
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 fix was to replace line 1068 in class.t3lib_tsfebeuserauth.php:
$GLOBALS['TSFE']->sys_page->enableFields($table,'',$ignore),
with:
t3lib_pageSelect::enableFields($table,'',$ignore),
This worked well for 4.0 but after upgrading to 4.1.1.1, this fix no
longer works.
Please help.
Thank you,
Tracey
--
Tracey Hummel
UAWeb Team
The University of Arizona
Center for Computing & Information Technology
tracey at uainfo.arizona.edu
(520) 626-5139
The opinions or statements expressed herein are my own and should not
be taken as a position, opinion, or endorsement of The University of Arizona.
More information about the TYPO3-english
mailing list