[TYPO3-english] Don't working templates after upgrading tt_products

Fred Moroz Genom-1990 at yandex.ru
Thu Jun 18 09:52:42 CEST 2015


Hello
I want to connect templates
They worked before the upgrade

The error text:
Products: The subpart part marker ###ITEM_CATEGORY_MENU_TEMPLATE### or the template file has not been found.

Inside  tt_products/lib/class.tx_ttproducts_config there is a function
public function getTemplateFile ($theCode) {
		$rc = '';
		if (is_array($this->conf['templateFile.']) && ($this->conf['templateFile.'][$theCode]))	{
			$rc = $this->conf['templateFile.'][$theCode];
		} else {
			$rc = $this->conf['templateFile'];
		}

		return $rc;
}
	

 But the array $this->conf['templateFile.' is empty.
 And where does this configuration?

P.S. Thanks for watching)




More information about the TYPO3-english mailing list