Hallo,
ich möchte die Inhalte von solr-Apache ausgeben lassen. Doch im Frontend kommt nichts an. Ich finde meinen Fehler nicht.
TYPO3 7.6
solr-apache 6.6.3
solr 6.5.1 (Typo3 extension)
Wenn ich ein var_dump auf $content mache, erhalte ich folgendes Ergebnis:
ich möchte die Inhalte von solr-Apache ausgeben lassen. Doch im Frontend kommt nichts an. Ich finde meinen Fehler nicht.
TYPO3 7.6
solr-apache 6.6.3
solr 6.5.1 (Typo3 extension)
PHP:
$this->initialize($configuration);
$this->preRender();
$actionResult = $this->performAction();
if ($this->getSearchResultSetService()->getIsSolrAvailable()) {
$content = $this->render($actionResult);
} else {
$content = $this->renderError();
}
$content = $this->postRender($content);
Wenn ich ein var_dump auf $content mache, erhalte ich folgendes Ergebnis:
PHP:
string(808) "
"