[TYPO3-mvc] Fatal error due to "recent" changes in Fluid and/or Extbase

Sebastian KurfŸürst sebastian at typo3.org
Mon Jun 29 19:55:56 CEST 2009


Hi Xavier,

> Second line (I added) seems to fix the issue:
> 
> protected function initializeRenderer() {
>     $this->renderer = 
> t3lib_div::makeInstance('Tx_Fluid_View_TemplateView');
> 
> $this->renderer->setControllerContext(t3lib_div::makeInstance('Tx_Extbase_MVC_Controller_ControllerContext')); 
> 
> 
> $this->renderer->setTemplatePathAndFilename(t3lib_extMgm::extPath($this->extKey) 
> . 'Resources/Private/Templates/Activities/index.html');
> }
If that works for you, great :-)

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list