[Typo3-german] RealUrl läuft nicht
Christian Kuhn
lollingola at lollingola.de
Sat Aug 13 00:14:57 CEST 2005
Hi!
> Und dies steht in meiner localconf.php
>
> $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
.....
> );
>
> Leider funktioneren alle Konfigurationen nicht und dabei habe ich
> schon alles mögliche ausprobiert.
>
Wenn sich wirklich gar nix tut, fehlen vlt die passenden Aufrufe
(Hooks?) in localconf.php. Check mal, ob sowas, oder ähnliches
auftaucht, bin mir grade nicht sicher, welche Anweisungen minimal nötig
sind:
$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tstemplate.php']['linkData-PostProc'][] = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->encodeSpURL';
$TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'][] = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL';
$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearAllCache_additionalTables']['tx_realurl_urldecodecache'] = 'tx_realurl_urldecodecache';
$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearAllCache_additionalTables']['tx_realurl_urlencodecache'] = 'tx_realurl_urlencodecache';
$TYPO3_CONF_VARS['FE']['addRootLineFields'].= ',tx_realurl_pathsegment';
Grüße
--
Christian Kuhn <lollingola at lollingola.de>
More information about the TYPO3-german
mailing list