[TYPO3-Solr] Real-URL in solr search results does not work

"Frédéric Jaeger | critic.de" fjaeger at critic.de
Fri May 18 19:35:54 CEST 2012


Sorry for the unnecessary first email. We tested it and it works:

We fixed the problem by changing

$GLOBALS['TSFE']->config['config'] = 
$GLOBALS['TSFE']->tmpl->setup['config.'];

into:

$GLOBALS['TSFE']->getConfigArray();

Thanks Jigal!
I'll close the bugreport also.
Best
Frédéric

Am 17.05.2012 07:09, schrieb Jigal van Hemert:
> Hi,
>
> On 16-5-2012 13:44, "Frédéric Jaeger | critic.de" wrote:
>> even though it worked fine in the solr-version before, now (with v2.1.0)
>> there is no real-url-transformation of the urls, nothing happens. We set
>> it like this:
>
> Recently a similar bug was fixed. In tx_solr_Util::initializeTsfe() line
>
> $GLOBALS['TSFE']->config['config'] = 
> $GLOBALS['TSFE']->tmpl->setup['config.'];
>
> was changed into:
>
> $GLOBALS['TSFE']->getConfigArray();
>
> Is this the case in your installation?
>



More information about the TYPO3-project-solr mailing list