IRC logs

20150612

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

IRC log range: 20150612*

20150612

  • 04:39:38 <thewong> Good Morning
  • 04:42:08 <thewong> Good Morning
  • 04:42:59 <thewong> is there a reason why the AssetService can't render assetcontent as a fluidtemplate?
  • 05:09:02 <Guest|29358> hello all
  • 05:09:09 <Guest|29358> I get a really weird error from time to time
  • 05:09:34 <Guest|29358> Call to undefined method FluidCache_ExtensionName_Content_action_index_00fde650b5acb96af39602c0d39b07cf4539f697::section_62bce9422ff2d14f69ab80a154510232fc8a9afd() in \typo3\sysext\fluid\Classes\View\AbstractTemplateView.php on line 222
  • 05:09:51 <Guest|29358> of course in the cached class the method section_sha1 does not exist
  • 05:09:59 <Guest|29358> but why is it not generated?
  • 05:10:03 <Guest|29358> is there a config I am missing?
  • 05:29:00 <Guest|29358> found it
  • 05:29:29 <Guest|29358> actually now fluidcontent required that an Index.html file always exists inside Tempaltes\Content even though it is not used
  • 05:29:42 <Guest|29358> the content of this file needs to have all the required sections, even if they're empty
  • 05:29:44 <Guest|29358> like so...
  • 05:29:45 <Guest|29358> <f:layout name="FCE" />
  • 05:29:45 <Guest|29358> <f:section name="Configuration"></f:section>
  • 05:29:45 <Guest|29358> <f:section name="Preview" ></f:section>
  • 05:29:45 <Guest|29358> <f:section name="Main" ></f:section>
  • 10:45:18 <Jmverges> Hi there pals
  • 10:46:59 <Jmverges> I just read Claus vision of Fluid and I had to come here
  • 10:48:32 <Jmverges> How is it going?