TYPO3-Solr / ext-solr

A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
136 stars 246 forks source link

Template not loaded if helhum/typo3-secure-web is used #2168

Closed garbast closed 5 years ago

garbast commented 5 years ago

For some reason when working with helhum/typo3-secure-web Template->loadHtmlFile causes an oops

Oops, an error occurred! Code: 20181029103811d8cef7ad
- {"exception":"RuntimeException: Could not load template file \"EXT:sitepackage\/Resources\/Private\/Templates\/Extensions\/solr\/Templates\/PiResults\/results.htm\" in \/html\/deployment\/releases
\/47\/private\/typo3conf\/ext\/solr\/Classes\/Template.php:118

This can be solved by adding PATH_site in front of $GLOBALS['TSFE']->tmpl->getFileName($htmlFile);

timohund commented 5 years ago

@garbast Which version of EXT:solr are you using? This looks like an very old version that does not support FLUID templating.

garbast commented 5 years ago

Extension version is 6.5.1 and you are right its without fluid templating. Sorry for bothering.