IRC logs

20151023

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

IRC log range: 20151023*

20151023

  • 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
  • 06:05:42 <mattc76> ing this?
  • 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.
  • 08:53:46 <mrboe> hey @NamelessCoder
  • 08:54:43 <mrboe> could you set the "Publicly accessible clone url" of the flux extensions on typo3.org http://snag.gy/xPSKq.jpg
  • 08:55:49 <mrboe> this would allow to load "dev-master" over https://composer.typo3.org
  • 08:55:58 <mrboe> https://composer.typo3.org/satis.html#!/flux
  • 08:56:12 <mrboe> actually there are only the TER releases
  • 08:57:42 <mrboe> like "news" for example https://composer.typo3.org/satis.html#!/news
  • 09:52:54 <Riccardo> Hi everyone
  • 09:53:09 <Riccardo> are there wiewhelpers (vhs?) that retuns ONLY THE FILENAME of the image and ONLY THE PATH of the image
  • 09:53:24 <Riccardo> kinda <f:uri.image>
  • 09:53:35 <Riccardo> but I want to separate the path and the filename
  • 10:18:48 <jonasEberle> Hi, I love the asset management of VHS. Are there any experiences how to implement CSS/JS minify with it?
  • 10:42:57 <jonasEberle> has anybody done minifying with VHS assets?
  • 12:20:14 <nhaskins> I'm trying to get a site setup in Typo3 6.2.15 using Fluid templates.
  • 12:20:15 <nhaskins> My page templates are working fine, but none of my content templates will render. They just output an empty div.
  • 12:20:15 <nhaskins> Does anyone know what could cause this?
  • 12:25:35 <xaver> nhaskins: fluidcontent core?
  • 12:28:16 <nhaskins> Yes.
  • 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:50:48 <xaver> nhaskins: extensionmanager - update - check our addional configuration
  • 12:54:27 <nhaskins> Yes. It's rendering.
  • 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"?
  • 17:21:58 <Denyere> nhaskins
  • 17:22:20 <Denyere> I meant you would just stuff in some inline CSS targetting body.homepage
  • 17:22:31 <Denyere> As it'll have higher specificity than the linked CSS
  • 17:27:05 <nhaskins> OK, thanks.