00:59:04 <Outdoorsman> I'm trying to use typo3_console so I can easily do a CLI clearing of all cache but it's not really seeming to work for me.
01:09:38 <Outdoorsman> I do "./typo3cms cache:flush" followed by "./typo3cms cache:warmup" and get "Segmentation fault (core dumped)"
10:11:47 <ndee_> when I don't see any flux debug although enabled in the EM, what could the culprit be? I set the context in my 6.2.9 installation to Development.
10:12:06 <ndee_> flux and fluidpages is in the development branch
11:01:28 <Defos> Hey there. Can I use pre-defined FCEs inside Page Templates? e.g. flux:field.input inside a flux:grid.column ?
11:24:14 <Thms> Hi everyone. I am trrying to debug a typo3 extension.
11:24:45 <Thms> FELogin seem not to be creating any cookie. Hence, after login, if I go to another page I permanently loose my
11:25:04 <Thms> Is anyone on here able to help please ?
11:25:24 <Thms> I have browsed various bugs on the forge and seen some workarounds but none of them is working
11:50:29 <ndee_> inherit - If TRUE, the value for this particular field is inherited - if inheritance is enabled by the ConfigurationProvider <--that's the doc for flux:field.file. I created a class ctw_template/Classes/Provider/PageProvider.php and set the property protected $inherit = true; but my files don't get inherited. Is there something else that I'm missing?
13:50:17 <MrWhy> i still don´t get the content Templates rendered. I´ve also tried the fluidbootstrap. The page templates get rendered fine... A gist to the templates: https://gist.github.com/anonymous/951a28dfcad3f414cd1c Hopefully someone can help.
13:51:40 <MrWhy> I´m using Typo3 6.2.9 with the latest extension versions
14:10:34 <Denyere> Anyone here use PHPStorm ? Just wondering if anyone has upgraded frpm 7.x to 8.x ?
15:13:36 <mrboe> @MrWhy your namespace is not right
15:19:33 <MrWhy> yes i have seen this yesterday... but i haven´t realized the namespace thing. I thought it would work because it is working with the page templates
15:53:21 <MrWhy> @mrboe now i changed everywhere the namespace declarations and cleared all caches but there is still no output for the content element... any idea?
16:09:29 <MrWhy> all renderings with the page Layout are working fine... The Backend shows my FCE an could work with them, but i don´t get a rendering on the FE
16:13:59 <ste101> Hello, I got a problem with vhs asset style. I found this issue https://github.com/FluidTYPO3/vhs/issues/655 but I'm not able to get it working.
16:15:02 <ste101> This is my code: <v:asset.style name="inlineCSS" fluid="true">#page-2 { background-image: url('/{projekt.bildStartseite.originalResource.publicUrl}'); } </v:asset.style>. Could some point me out how to set the CDATA the right way?
16:15:48 <mrboe> @ste101 use <f:format.raw>{mystyle}</f:format.raw>
16:21:22 <ste101> Thanks @ mrboe and mrwhy but both are not working. format.row shows nothing. The second renders this #page-2 { background-image: url('/{projekt.bildStartseite.originalResource.publicUrl}'); }. No replacement. I'm using vhs 2.2.0
16:22:36 <MrWhy> for mrboes version you need to import the fluid namespace i guess...
16:26:48 <MrWhy> @ste101 is it possible that you use the VH in a wrong way? I think you have to use the content attribute...
16:36:29 <ste101> @MrWhy Thanks for your hint. This is working: <v:asset.style name="inlineCSS2" fluid="true" content="#page-2 <![CDATA[{]]>background-image: url('/{projekt.bildStartseite.originalResource.publicUrl}'); <![CDATA[}]]>" />
16:38:25 <ste101> Does the asset behavior chance? The 'fluid parsing' example from this site is also not working: https://worksonmymachine.org/blog/asset-handling-with-fluidtypo3
16:40:06 <MrWhy> do you have imported the fluid ns?
16:46:16 <ste101> I can use fluid viewhelper. Is it that what you mean?
17:55:17 <MrWhy> has anybody had empty divs from fce?