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
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: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 ;)