[TYPO3-german] Direct Mail v. 2.1.4 TYPO3 v.4 Call to a member function on a non-object

Christopher Friedmann cfr at sup-online.net
Tue May 23 10:32:25 CEST 2006


Hi,
bin gerade dabei ein Newsletter System in TYPO3 v. 4 zu integrieren;
aber irgendwie bekomme ich noch eine Fehlermeldung soabld ich einen
Test Newsletter versenden möchte.

#snip
Fatal error: Call to a member function on a non-object in
../t3lib/class.t3lib_tstemplate.php on line 690
#snap

// Folgender Code in der Datei
function versionOL(&$row)	{
	if (is_object($GLOBALS['TSFE']))	{	// Frontend:
		$GLOBALS['TSFE']->sys_page->versionOL('sys_template',$row);
		} else {	// Backend:
		t3lib_BEfunc::workspaceOL('sys_template',$row);
		}
	}
// end

Kennt jemand von euch das Problem und hat eine Lösung dafür? Thx.

.greetz Chris

--





More information about the TYPO3-german mailing list