IRC logs

20141219

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

IRC log range: 20141219*

20141219

  • 09:24:47 <jmverges> good morning mates!
  • 09:27:13 <jmverges> I need help: I'm doing cache with varnish. So, with a simple vcl I'm getting it cached and the age is changing. However, with the default one provided by ext:varnish (patched for varnish version 4.0) age is always 0. So my concern now is to now if the problem is in some typo3 setting or in the default.vcl file.
  • 10:51:18 <ndee_> hey guys, I'm using <flux:field.controllerActions actions="{Course: 'spotlight', Course: 'list'}" /> in my plugin configuration but there's no select in the plugin itself. Anything I'm missing?
  • 12:41:58 <MrWhy> Hi there...
  • 12:43:16 <MrWhy> just a question... i´m new to fedext... i´m trying to render a content element... i´ve set up a page and all... simple text fields are rendered but no content templates
  • 12:43:44 <MrWhy> i´ve used the example in the library
  • 12:44:14 <MrWhy> but there is no output for the Content Templates
  • 12:54:58 <MrWhy> typical t3 elements are rendered fine but not in the FCE´s
  • 13:07:25 <mrboe> @MrWhy a good way to start is to use EXT:builder to create a provider extension
  • 13:07:46 <mrboe> this brings a page and a content template with it
  • 13:08:40 <MrWhy> mrboe yeah i started with this...
  • 13:08:52 <mrboe> the EXT:fluidboostraptheme brings some examples how FCEs can be build
  • 13:08:53 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 13:09:09 <mrboe> have a look in there
  • 13:10:06 <mrboe> if you create new FCE's you had to clear all caches that they are shown
  • 13:10:14 <mrboe> also clear typo3temp
  • 13:10:32 <mrboe> installtool Y clear cache
  • 13:11:03 <MrWhy> ahhh ok thank you i willl have a look
  • 14:18:58 <MrWhy> hmm i don´t get it... in my opinion i´m doing nothing wrong... If i add a headline to the fce it is rendered, but the subelements not
  • 14:55:12 <MrWhy> only content elements aren´t rendered... all other types are rendered fine... event the Example.html isn´t rendered...
  • 14:55:56 <MrWhy> In the backend they are rendered
  • 14:57:38 <MrWhy> in the Pagetemplate i´m using v:content.render column="0". Do i have to use something other?
  • 15:18:06 <mrboe> @MrWhy can you post you template
  • 16:10:28 <MrWhy> mrboe sure
  • 16:10:38 <MrWhy> https://gist.github.com/951a28dfcad3f414cd1c.git
  • 16:56:36 <mloew> Hey there!
  • 16:56:40 <mloew> Hey there!
  • 16:59:59 <mloew> Is there a way that I can include the fluidcontent_core Header partial into my own fce?
  • 17:00:27 <mloew> basically the way it is used in many of the Fluid Styled Content Elements but just within my own extension
  • 17:01:46 <mloew> <f:render partial="Properties/Header" arguments="{_all}" />
  • 17:02:15 <mloew> Simply adding this obviously doesn't work because the relative path is not working. Using an absolute path doesn't work either though
  • 17:05:56 <mloew> and copying the entire properties folder doesn't help either...
  • 21:51:25 <TYPO3ua> Hello everyone!
  • 21:52:38 <TYPO3ua> How get array files from folder?
  • 21:54:12 <TYPO3ua> <flux:field.select name="selectFolderCSS" items="{here array files from folder}" size="4" minItems="0" maxItems="100" multiple="1" />
  • 21:54:41 <TYPO3ua> Can someone help me?
  • 22:47:42 <Outdoorsman> Anyone around still?
  • 22:52:49 <Outdoorsman> NamelessCoder: TYPO3 6.2 seems requires cache to be cleared for every source update even minor source updates like from 6.2.8 to 6.2.9. How do you or anyone else handle this when you have many sites sharing the same source?
  • 22:56:05 <Outdoorsman> Is there a Fluid way of clearing cache properly in 6.2 or do I have to manually do rm -f typo3temp/Cache/Code/cache_core/* for each site... and is this the only directory that needs to be cleared?
  • 22:57:12 <Outdoorsman> This is the closest I came to finding documentation on what to clear so far... http://docs.typo3.org/typo3cms/InstallationGuide/singlehtml/Index.html#remove-temporary-cache-files
  • 23:00:33 <TYPO3ua> Can someone help me?
  • 23:08:00 <Outdoorsman> what's up