IRC logs

20141114

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

IRC log range: 20141114*

20141114

  • 06:24:39 <Momodedf> Hello there
  • 10:44:04 <ndee_> <f:debug>{v:iterator.filter(subject: job.locations, filter: 'city')}</f:debug> <-- I want to filter all my job.locations, so that they are unique by city-name. job.locations is an objectstorage. When I use that syntax, it returns an empty array.
  • 14:09:09 <bastiand> hello
  • 14:10:05 <bastiand> I start using fluidbootstraptheme and FCC a few days ago, modifying page templates is very easy, great job, thanks for that.
  • 14:10:47 <bastiand> but while i tried to build/modify CEs I got a problem by FE rendering for non FCC elements.
  • 14:12:10 <bastiand> In BE everything works fine, i can insert the elements from the tabs Bootstrap, Grid or FCE and put content in it, but in FE only the Header of the CE is rendered. Is this a setup problem?
  • 15:05:43 <NIMIUS|johannes> can I render a FCE in another template?
  • 15:06:01 <Boernd> Hi
  • 15:06:24 <Boernd> I am having trouble with the provider functionality of FLUX.
  • 15:07:33 <Boernd> TYPO3 4.7.20, FLUX 6.0.4, I use an extension to override templates of a parent extension, registering the child extension as provider using registerProviderExtensionKey
  • 15:07:54 <Boernd> Now when I am in the Backend and try to save any record, an Exception like this is thrown:
  • 15:08:27 <Boernd> PHP Fatal error: Call to undefined method FluidCache_EXTENSIONNAME_Flux_action_TEMPLATENAME_89850f6665472e19d7f706df83643c1053ba7d89::section_754164850f38c1ecdaf6b8ed894cb192bc36c5f4()
  • 15:08:52 <Boernd> I checked the template for the action, and added a configuration section. Then this error disapears
  • 15:09:38 <Boernd> Does anyone have an idea why this is happening, and why every single action Template (Resources/Private/Templates/CONTROLLERNAME/ACTION.htm needs an configuration section all of a sudden?
  • 15:11:09 <Boernd> This error happens on the second level of overriding the templates. So there are actually 3 Extensions. Original > Override1 > Override2 for the first override everything is OK
  • 15:11:44 <Boernd> and the second overriding extension looks exactly like the first one, except from template content of course :-)
  • 15:16:46 <beo6> ndee ?
  • 15:16:57 <ndee> beo6?
  • 15:17:12 <Xatenev> ndee ? beo6 ?
  • 15:17:14 <beo6> what happened with your question you had?
  • 15:17:38 <ndee> beo6: I made a workaround since iterator.filter acted not like I expected
  • 15:18:33 <beo6> ok. good. i didn't used iterator to filter but when i understand the documentation correctly your example looked wrong.
  • 18:29:35 <jmverges> hi there mates
  • 21:17:48 <SventeHof> Hi there
  • 21:19:23 <SventeHof> need a little hint for the fluidcontent_core ..
  • 21:19:53 <SventeHof> i install the ext. and build my template ext. with the builder
  • 21:20:07 <SventeHof> it works fine ..
  • 21:21:31 <SventeHof> but now, i aktivate the <flux:widget.grid /> in der Preview section
  • 21:22:18 <SventeHof> in the Configuration Section i instert: <flux:form.content name="content" />
  • 21:22:52 <SventeHof> then i create y new content element "FCE" the example content element
  • 21:23:51 <SventeHof> in this element i insert a text element
  • 21:24:46 <SventeHof> and now .. i can´t see this text element at my site :-(
  • 21:24:59 <SventeHof> and i don´t know why
  • 21:27:27 <SventeHof> i also insert <flux:content.render area="content" /> i nthe main section
  • 21:49:38 <SventeHof> i found the problem!
  • 21:49:56 <SventeHof> i run the update script to add the additionalconfiguration
  • 21:50:25 <SventeHof> but the update script does not crate the file ..
  • 21:51:15 <SventeHof> i copy the file from the build dir. to the typo3conf dir .. and now .. it works!