IRC logs

20150330

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

IRC log range: 20150330*

20150330

  • 04:49:25 <JohPie> NamelessCoder: for https://github.com/FluidTYPO3/flux/issues/792
  • 04:49:46 <JohPie> I cleared Database-Cache and File-Cache
  • 05:48:50 <drlimbo> good morning
  • 05:49:42 <drlimbo> i can see some "Invalid argument supplied for foreach()" messages in the Typo3-Log - Problems with Fluid ForViewHelper.php - is there a way to get known, where this error occurs?
  • 07:12:13 <BBendtsen> Hello - I have created a simple input field <flux:field.input name="test" /> in a page template and try to output the value, but nothing is outputted. <f:debug>{test}</f:debug> says 0 chars even though the field is not empty
  • 07:14:01 <JohPie> use settings.test for name
  • 07:14:44 <JohPie> and <f:debug>{settings.test}</f:debug>
  • 07:19:09 <BBendtsen> Thx JohPie, Still does not seem to work though
  • 10:39:42 <Jomungand> heyho
  • 16:12:21 <BBendtsen> Good evening. I have had no luck trying to fix this all day. In my page template I cant fetch the value from flux fields, ex. <flux:field.input name="{settings.test}" /> - no output with <f:debug>{settings.test}</f:debug> - Any help is appreciated
  • 16:21:30 <NamelessCoder> BBendtsen might you be affected by this bug? https://github.com/FluidTYPO3/fluidpages/issues/239
  • 16:22:01 <NamelessCoder> (you'd be able to tell if you fill some value in the "page configuration - subpages" field and the page uses that in the rendering)
  • 16:30:07 <BBendtsen> Yes, seems like it :)
  • 16:34:30 <NamelessCoder> in that case: apologies - we're working on fixing that. Meanwhile, if you can, fake those variables and await a bugfix for TER versions ;)
  • 16:36:52 <BBendtsen> I will. Thanks a lot :)
  • 16:37:24 <NamelessCoder> yw!