06:05:42 <mattc76> good morning all!!. I am having a bit of an issue with workspaces. I am using the latest TER versions of flux, fluidpages and fluidcontent - Typo3 6.2.15. I have a provider extension with multiple page templates, when I try to change the page template in a workspace I get the following error - #1: PHP Catchable Fatal Error: Argument 2 passed to Fl
06:05:42 <mattc76> uidTYPO3\Flux\Utility\RecursiveArrayUtility::mergeRecursiveOverrule() must be of the type array, null given, called in /var/www/html/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php on line 234 and defined in /var/www/html/typo3conf/ext/flux/Classes/Utility/RecursiveArrayUtility.php line 80 (More information). Any ideas as to what is caus
07:45:13 <Guest|3799> Hello, i made myself an fce with child elements. Though i struggle to render them. Tried v:content.render/get (empty array). Looking at tt_content, tx_flux_column and tx_flux_parent are set properly. What am i missing?
07:46:18 <NamelessCoder> Guest|3799 use flux:content.render / flux:content.get ;)
07:46:48 <NamelessCoder> one is only for regular content rendering, the other is only for nested content rendering
07:48:38 <Guest|3799> NamelessCoder: Well, now that was anticlimactic. Thanks, much appriciated.
07:50:55 <NamelessCoder> you're welcome. And don't worry, it's easy to miss those kinds of things.
12:30:20 <nhaskins> First thing I checked this morning. To be clear, it's included as a static template in my site template. I don't need to activate it anywhere else do I?
12:55:33 <nhaskins> Should I be executing the update scripts for the other fluid Extensions as well?
13:10:13 <nhaskins> OK, well everything seems to be working now. Thanks for your help.
14:51:06 <nhaskins> It looks like someone has asked exactly the question I have, but they left before a full answer was given.
14:51:06 <nhaskins> In the IRC logs from 20140501, <Beda> asks: Can I set the body class from within a Page Template? e.g Output <body class="homepage">
14:51:07 <nhaskins> After <Beda> left, <Denyerec> said: He could have overloaded the style with an inline block if he'd needed to
14:51:07 <nhaskins> How would I add a class to my body tag using "an inline block"?