[TYPO3-mvc] Caching in 4.6

Tim Schoch | GSTALTIG tim.schoch at gstaltig.ch
Thu Nov 3 16:39:26 CET 2011


My bad, I found the problem.

I have a custom f:render VH that allows for optional partials/sections. I added a check in Tx_Fluid_View_AbstractTemplateView on my local machine, but forgot to upload the patched fluid version to the live server...

      if ( is_callable( array( $parsedTemplate, $methodNameOfSection ) ) ) {
              $output = $parsedTemplate->$methodNameOfSection($renderingContext);
      } else {
        $output = '';
      }

Maybe this helps somebody.

Tim


More information about the TYPO3-project-typo3v4mvc mailing list