IRC logs

20141231

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20141231*

20141231

  • 08:36:47 <ndee> Hi guys, builder tells me that a "Template contains uncompilable ViewHelpers", is there a way to find out which viewhelpers that exactly are?
  • 08:47:57 <bjo3rn> ndee switch/case is one I know to be uncompilable.
  • 08:48:39 <ndee> @bjo3rn: is there a list of uncompilable viewhelpers somewhere? What are the characteristics of un uncompilable viewhelper?
  • 08:49:31 <ndee> be back in around 10-15
  • 08:50:56 <ndee> if ($viewHelper instanceof \TYPO3\CMS\Fluid\Core\ViewHelper\Facets\ChildNodeAccessInterface && !($viewHelper instanceof \TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface)) {
  • 08:50:57 <ndee> $state->setCompilable(FALSE);
  • 08:50:57 <ndee> }
  • 08:51:07 <ndee> this is it I guess
  • 09:12:47 <ndee> re
  • 09:27:41 <ndee> I found the following VHs which implement the ChildNodeAccessInterface: v:debug, v:security.allow, v:security.deny, v:switch, neither the template nor the layout contains any of those viewhelpers. I'm using the <flux:widget.grid /> in the preview so it seems as <flux:widget.grid /> makes the template not cachable.
  • 10:09:49 <braguzz> how to loop for a first x items af array in a fluid template?