[TYPO3-Solr] Custom table Indexing Problem
hard.one Software GmbH - M.P.Hanke
mphanke at hardone-it.ch
Wed Jul 24 18:07:13 CEST 2013
Hi
I figured out, the problem is in class.tx_solr_indexqueue_indexer.php,
line 236. For some reason, the whole config is killed and reloaded,
thereby not loading the template fully.
I changed it from
$solrConfiguration =
tx_solr_Util::getSolrConfigurationFromPageId($item->getRootPageUid(),
*TRUE*, $language);
to
$solrConfiguration =
tx_solr_Util::getSolrConfigurationFromPageId($item->getRootPageUid(),
*FALSE*, $language);
and everything is working fine thereafter!
I tried your suggestion and it also didn't work.
Best Regards
Martin
hard.one Software GmbH
{
Baumgarten 10
CH-6415 Arth
=========================
Fon +41.41.857.00.90
=========================
Martin Peter Hanke
{
Mobil +41.78.880.93.36
}
}
More information about the TYPO3-project-solr
mailing list