IRC logs

20141222

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20141222*

20141222

  • 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:24:52 <Thms> logged in status.
  • 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:48:25 <MrWhy> hi...
  • 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:14:52 <mrboe> @Denyere im on 8
  • 15:15:07 <MrWhy> @mrboe thx for answering... but how is it meant to be?
  • 15:15:43 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Accordion.html
  • 15:16:18 <MrWhy> so i have to use the xmlns attributes?
  • 15:16:24 <mrboe> yes
  • 15:16:37 <mrboe> if you work with latest TER
  • 15:16:47 <MrWhy> ahh ok... i will try it... yep i do
  • 15:17:49 <mrboe> here you see a 2Col Conteiner
  • 15:17:49 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/TwoColumn.html
  • 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:19:58 <mrboe> you have to switch it everywhere
  • 15:20:06 <MrWhy> ok
  • 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?
  • 15:55:07 <mrboe> have you debuged it?
  • 15:55:51 <mrboe> <f:debug>{layout}<f:debug>
  • 15:56:06 <MrWhy> ahh not yet...
  • 15:56:12 <mrboe> debug FE and BE
  • 15:56:32 <mrboe> so you can see if the container gets the values
  • 15:58:20 <mrboe> because i think "layout" gives something like 25/75
  • 15:58:35 <mrboe> and so your condition is not right
  • 15:59:17 <xaver> hi
  • 15:59:30 <MrWhy> but at the moment i just try to get an output with an static example FCE
  • 15:59:46 <MrWhy> without any conditions
  • 16:01:29 <MrWhy> the second file in the gist
  • 16:05:16 <mrboe> and you have a layout:content
  • 16:05:33 <MrWhy> jepp
  • 16:06:02 <MrWhy> I have layout called Content
  • 16:06:24 <mrboe> and this is registerd in sxt_tables
  • 16:06:31 <mrboe> ext_tables
  • 16:07:24 <MrWhy> yes with registerProviderExtensionKey
  • 16:07:36 <MrWhy> like the Page Layout
  • 16:07:51 <mrboe> and you can see it it BE?
  • 16:07:53 <mrboe> the FCE
  • 16:07:57 <MrWhy> Yes
  • 16:08:13 <mrboe> and your ext is in you template
  • 16:08:21 <MrWhy> yes
  • 16:09:02 <mrboe> so.. im out ;)
  • 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:10:01 <mrboe> what EXT do you have installed
  • 16:10:15 <MrWhy> Typo3 ContentTypes working as expected in my Page Layouts but the FCE doesn´t
  • 16:10:34 <MrWhy> i´ve created one on my own with the builder ext
  • 16:10:47 <mrboe> yes, what elese
  • 16:10:49 <MrWhy> but i also tried fluidbootstrap
  • 16:11:15 <MrWhy> with the same behavior
  • 16:11:40 <mrboe> vhs / flux / fluidpages / fluidcontent
  • 16:13:04 <MrWhy> ahh ... fluidcontent_core
  • 16:13:10 <MrWhy> fluidpages
  • 16:13:15 <MrWhy> vhs
  • 16:13:25 <MrWhy> flux
  • 16:13:38 <MrWhy> fluidcontent
  • 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:14:18 <MrWhy> thats it
  • 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:16:21 <MrWhy> <v:asset.style name="inlineCSS" fluid="true"><![CDATA[#page-2 { background-image: url('/{projekt.bildStartseite.originalResource.publicUrl}'); } ]]></v:asset.style>
  • 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:37:07 <MrWhy> you´re welcome
  • 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?