Hi,
ich verwende Typo3 6.2. Wie man bisher über einen "Workaround" im Backend typolink's generiert ist mir klar.
So ähnlich ging es bisher.
[url]http://wissen.netzhaut.de/typo3/extensionentwicklung/typolink-realurl-in-scheduler-tasks/[/url]
Aber wie genau geht es nun in Typo3 6.2.
Habe es angepasst und funktioniert nicht.
public function getCObj($id = 1, $typeNum = 0) { $GLOBALS['TT'] = new \TYPO3\CMS\Core\TimeTracker\TimeTracker(); // t3lib_timeTrack; $GLOBALS['TT']->start(); } $GLOBALS['TSFE'] = GeneralUtility::makeInstance('TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController', $GLOBALS['TYPO3_CONF_VARS'], $id, $typeNum); $GLOBALS['TSFE']->connectToDB(); $GLOBALS['TSFE']->initFEuser(); $GLOBALS['TSFE']->determineId(); $GLOBALS['TSFE']->initTemplate(); $GLOBALS['TSFE']->getConfigArray(); $cObj = GeneralUtility::makeInstance('tslib_cObj'); return $cObj; }
Danke im Voraus für die Unterstützung.
metan