[TYPO3-news] [TYPO3-project-news] eventnews - problem with default template change

Adrian amarcinkowski at gmail.com
Wed Jun 14 08:54:28 CEST 2017


I have problem with changing template for eventnews month view. I already copy the template EXT:eventnews/Resources/Private/Templates/Month.html into the same directory where the files like List.html or Detail.html are saved. But on site I have error like this:

Sorry, the requested view was not found.

The technical reason is: No template was found. View could not be resolved for action "month" in class "GeorgRinger\News\Controller\NewsController".

But when I paste TS with default template:

plugin.tx_news {
  view {
        templateRootPaths {
                0 = {$plugin.tx_news.view.templateRootPath}
                1 = EXT:eventnews/Resources/Private/Templates/
        }
  }
}

everything works fine...

Where is the problem?

Here is my configuration:
TYPO3 7.6.16
tx_news 6.0.0
eventnews 2.0.1 
PHP: 7.0.7


More information about the TYPO3-project-news mailing list