04:09:09 <pedda> it's rather like i've been cleaning up some code after someone else messed it up.. and i realize i stumble on the same issues periodically
04:10:00 <pedda> i should document any solutions to problems i solved in the past somewhere ..
04:11:25 <pedda> the symptoms of such a broken flexform are backend messages appearing at the top or extdirect debug messaages while hiding a page via context menu in the page tree
04:12:10 <pedda> Fatal error: Cannot use string offset as an array in /var/www/public_www/example.com/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php on line 244
04:12:25 <pedda> which is obvious if flexform contains empty lines
04:34:17 <pedda> if my root page has a flux setting set to true, and this setting also appears in a different page template on a page beyond the root page, the value of the setting (set to true) is inherited when i begin to edit the page properties of that child page
04:36:47 <pedda> if i set that property to false only this property gets saved to flexform
04:36:55 <pedda> others are replaced by empty lines
04:37:33 <pedda> nut sore if i get inheritenca right..
09:25:18 <BennyS> Hi guys! I have a question regarding vhs. Is it possible to render HTML like that using the v:asset Viewhelper? <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
09:26:13 <BennyS> When i try <v:asset.script external="1" path="//url"> i get an error, because i didnt use http:
10:43:27 <Guest|89401> Hello! I am using a TYPO3 System in Version 7.3.1. It is not possible to install the fluid site kickstarter package because the version of typo3 is higher than the extension is. nevertheless i could install the extensions, but get the error message in frontend. does anybody know if updates of the extension "fluidcontent", "fluidpages", "builder" an
10:43:27 <Guest|89401> d "fluidcontent_core" are planned?
11:15:13 <rosieres> Have a guy here with a problem with his DS as hierarchy. Can I pass him to you, because it seems a bit complicated.
13:15:38 <pedda> is it possible to use v:content.render to render a formhandler plugin and assign data to the element via loadRegister="{recipient: '{company.email}'}" attribute and use that register within formhandler ??
13:16:10 <pedda> or is this rather usable for csc elements