02:40:49 <flower> the link above is my snippet which made it
06:37:27 <Fluidisawesome> Hi room. I've been running into this issue (FAL relations, error 500) with an unchanged 7.6.4. and wondering if it's the same issue that was resolved in 7.6.2 and whether I should try and patch the core.
07:59:41 <wbz> How can I fix the following Error: PHP Warning: array_unshift() expects parameter 1 to be array, null given in ../.../fluidbackend/ext_tables.php line 9
08:00:03 <wbz> I copied FCE from TYPO3 6.2 LTS to 7.6
08:27:32 <cweiske> which fluidbackend version do you have?
09:28:13 <wbz> It works again. Thnaks to save my time. I like the way with fluidtypo3
11:50:14 <wbz> How can I use flux.grid inside a form.section or form.object? Tried following: http://pastebin.com/4wk9yebG
11:54:26 <NamelessCoder> wbz flux:grid should never be inside other form components. If you want dynamic rows/columns, see https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=30&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=581c897aa3b781c49afe3184d1704b4e (it's a page template example but the approach is the same for content)
11:58:47 <wbz> Thank you, that helps. I will go an other way.
17:11:18 <wbz> How can I group Data inside of form.sheet? Code: http://pastebin.com/MGcKK0YT