IRC logs

20140901

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

IRC log range: 20140901*

20140901

  • 01:00:14 <artisticMink> Hello, after updating flux and vhs, i recieve 'Templating tags not properly nested' errors. I guess some viewhelper changed. Is there a way to recieve extended debug information like the template name where the error occurs? Any help much appriciated.
  • 01:03:36 <NamelessCoder> artisticMink update your TYPO3 core to hotfix, then see http://fluidtypo3.org/documentation/templating-manual/appendix/migration/from-flux-6x.html for a permanent fix
  • 01:04:59 <artisticMink> NamelessCoder: Thanks, you suggested that to me already. I updated my core to 6.2.4 but still encounter the same problem, so i thought it might be templating errors in the end. Anyway, i'll give it a close read. Thanks again.
  • 01:05:59 <NamelessCoder> try the update script and/or use EXT:builder to validate your templates and find out which ones are affected
  • 01:09:20 <artisticMink> NamelessCoder: I'll give it a try.
  • 10:17:24 <featdd> Morning
  • 10:49:53 <mrboe> hi
  • 11:07:47 <Kaimane> good morning. please could one of you do me a favour and squash my pr #75 to one commit cause I pulled that request via github.com and currently I'm not using git gui to squash the commits.
  • 11:32:23 <Kaimane> Sry i forgot to tell you that pr 75 belongs to EXT:fluidcontent_core ( https://github.com/FluidTYPO3/fluidcontent_core/pull/75 )
  • 11:45:52 <soee> mrboe: shouldn't the labels here be defined in separate language file (not hardcoded) https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/commit/6252154acafe7b452497767d451e4805bf4f74bc ?
  • 13:08:31 <Guest|63340> hey guys :) do u know when flux 7.1 will be released in TER? thanks :)
  • 13:15:45 <soee> Guest|63340: http://fluidtypo3.org/blog/news/flux-71-changes.html
  • 13:15:52 <soee> read WHEN section :)
  • 13:18:22 <Guest|63340> ohhh okay, didnt see :p thank you :)
  • 15:57:51 <JustAPoring> Is there a way to globally add a column to similar to the "fluid content area" column?
  • 15:59:35 <JustAPoring> Or maybe to add a hidden column in a fluid pages layout?
  • 16:52:00 <ndee> when I want to register a flux configuration for a plugin that I have, registerFluidFlexFormPlugin should be the function I'm using in my ext_localconf.php, right?