[TYPO3-calendar] Error: Setting up the indexer

Marc Wöhlken woehlken at quadracom.de
Fri Apr 29 18:36:04 CEST 2011


Hello Thomas,
thank you very much for your hints. I have installed ccdebug and added
the debug() command to the first line of method where the error occurs:

public function stdWrap_csConv($content = '', $conf = array()) {
	debug(t3lib_div::debug_trail());
	$content = $GLOBALS['TSFE']->csConv($content, $conf['csConv']);
	return $content;
}

The debug trace looks like this:

[debug] in *file*
user variable debug
==> Variable scope report
String (389) 	*variable*	require#51 //
tx_cal_recurrence_generator_module1->main#249 //
tx_cal_recurrence_generator_module1->moduleContent#126 //
tx_cal_recurrence_generator->generateIndex#188 //
tx_cal_event_service->recurringEvent#114 // tx_cal_date->format#1437 //
tx_cal_date->applyStdWrap#453 // tslib_cObj->stdWrap#519 //
tslib_cObj->stdWrap_csConv#2052 // t3lib_div::debug_trail#2413


What really surprises me is the fact that $GLOBALS['TSFE'] is used
within a backend module. AFAIK TSFE is only available in frontend context?!

Regards
	Marc
-- 
...........................................................
Marc Wöhlken                     TYPO3 certified integrator

Quadracom - Proffe & Wöhlken

Rembertistraße 32              WWW: http://www.quadracom.de
D-28203 Bremen                E-Mail: woehlken at quadracom.de
______________             PGP-Key: http://pgp.quadracom.de


More information about the TYPO3-project-calendar mailing list