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 [EMAIL PROTECTED] (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. _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
