IRC logs

20131204

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

IRC log range: 20131204*

20131204

  • 08:23:39 <soee> cedricziel, got one moment ?
  • 08:59:05 <soee> guys fed is obsolate ?
  • 09:24:36 <t33k> hi all
  • 09:24:51 <t33k> I have slow rendering issue with lfuid content element
  • 09:25:14 <t33k> there is nothing fancy there in this FCE
  • 09:25:26 <t33k> and it takes 700-800mz to render
  • 09:25:30 <t33k> and it takes 700-800ms to render
  • 09:25:44 <t33k> as this is a teaser I have like 10 of tem on page
  • 09:26:08 <t33k> so its 10 * 800ms = 8sec of rendering which is inacceptable
  • 09:26:40 <t33k> my question is - are those fluid CE cached like regular fluid tempaltes ?
  • 09:27:35 <t33k> becase from my tests seems like the less code in the fluid CE the less time for rendering
  • 09:27:41 <t33k> and its linear
  • 09:28:33 <t33k> so my assumpion is the fluid template for that FCE is not cached
  • 09:31:31 <mrboe> good morning
  • 09:42:44 <t33k> fluidcontent 3.1.0
  • 09:43:22 <t33k> anyone a sugesstion ?
  • 10:30:09 <FT3BOT> Issue 370: [BUGFIX] Add fieldname to ForeignMatchFields https://github.com/fluidtypo3/flux/issues/370
  • 10:30:10 <FT3BOT> Issue 370: [BUGFIX] Add fieldname to ForeignMatchFields https://github.com/fluidtypo3/flux/issues/370
  • 10:51:22 <hans_> hi
  • 10:51:32 <mrboe> hi @hans_
  • 10:52:19 <randomresult> hi hans_ hi mrboe
  • 10:52:25 <randomresult> hi FT3BOT
  • 10:52:49 <Akii> hrhr
  • 10:53:05 <hans_> problem: i want to make an image upload with flex (fluid_content). i got the field in the BE. when i click on the icon the popup of "media" opens; clicking the "+"-icon -> nothing hppens :-/
  • 10:53:07 <cedricziel> ya, Akii?
  • 10:53:09 <cedricziel> ^^
  • 10:53:12 <cedricziel> grabbed
  • 10:53:12 <Akii> hullo
  • 10:54:04 <cedricziel> can you please gist the relevant parts of your form, make a screenshot of the actual flexform and tell us, which versions you use?
  • 10:55:49 <hans_> here is the template
  • 10:55:50 <hans_> http://pastebin.com/za2kNNNE
  • 10:56:49 <hans_> flux: 6.0.1
  • 10:58:23 <cedricziel> so you're using the TER version?
  • 11:01:29 <hans_> downloaded the bootstrap package
  • 11:03:32 <hans_> from https://fedext.net/overview/beginners-guide.html
  • 11:03:35 <cedricziel> NamelessCoder is test-driving 6.0.2 before we finally switch to namespaces. can you try it out please? https://github.com/NamelessCoder/flux/tree/6.0.2
  • 11:10:20 <hans_> i´ve also the fluidcontent_bootstrap form the package , when i want to add an image in "Bootstrap: Element Carousel" it´s the same
  • 11:11:43 <cedricziel> that points to flux
  • 11:11:51 <cedricziel> did you try what i suggested?
  • 11:11:59 <bjo3rn> cedricziel that's not the issue
  • 11:12:04 <bjo3rn> hi guys
  • 11:12:21 <bjo3rn> the bootstrap package includes the 'media' extension
  • 11:12:32 <bjo3rn> and this is not working as it seems
  • 11:12:52 <bjo3rn> hans_ doesn't get the native file selection popup
  • 11:13:03 <bjo3rn> I can reproduce this
  • 11:13:26 <daKmoR> anyone knows that error?
  • 11:13:28 <daKmoR> Fatal error: Can't inherit abstract function Tx_Flux_Form_FieldContainerInterface::getTransform() (previously declared abstract in Tx_Flux_Form_ContainerInterface) in [...]/typo3conf/ext/flux/Classes/Form.php on line 29
  • 11:14:05 <daKmoR> installation works fine on my machine but not on the dev server... super strange
  • 11:14:33 <daKmoR> being on TYPO3 CMS 6.2 beta1 and flux dev-namespaces
  • 11:15:01 <cedricziel> any caches leftover?
  • 11:15:05 <cedricziel> like opcaches?
  • 11:15:40 <cedricziel> If i get you right, you are using a namespaced variant. that shouldnt throw un-namespaced errors
  • 11:15:54 <daKmoR> cedricziel: no php cache
  • 11:16:14 <bjo3rn> cedricziel sorry for the sliding tackle :)
  • 11:16:17 <hans_> hm, when i compare the Thumbnail Grid and the Carusel form bootstrap, the carsuell uses the media-module, the thumb. uses the selection popup, but the config in the tpl seems the same
  • 11:17:11 <daKmoR> cedricziel: even in the dev-namespaces there is currently no use of namespaces for flux itself
  • 11:17:24 <daKmoR> only the calles to the core function are replaced
  • 11:17:40 <cedricziel> ah, sorry then
  • 11:18:02 <cedricziel> how do the php versions, pecl addons etc compare to your local environment?
  • 11:18:08 <hans_> is there a solution to prevent getting the media-popup in the configuration of the tpl?
  • 11:19:13 <daKmoR> cedricziel: php 5.4.3 vs php 5.3.6
  • 11:19:40 <daKmoR> but that should work on php 5.3.3+ I guess?
  • 11:19:52 <daKmoR> as it's TYPO3 6.2 requirements... iirc
  • 11:20:44 <cedricziel> there are error that can occur if you use php lower than 5.3.7 - that's what we think.
  • 11:20:54 <cedricziel> sorry, meeting. cya later
  • 11:21:02 <daKmoR> hmmm ok just looked it up php 5.3.7+
  • 11:21:20 <daKmoR> hampf
  • 11:21:29 <daKmoR> so let's see if we can update that php version
  • 11:30:34 <hans_> ok, if i warp it with "flux:flexform.object" when i get the normal popup; but in the be-from it´s displayed as file:228.
  • 11:31:00 <hans_> does some got a link to a working example where also thumbs are displayed?
  • 11:32:24 <mrboe> @hans_ i use the latest git versions on typo3 6.1.6 and it works
  • 11:35:57 <hans_> ah ok, i got 6.1.5
  • 11:36:00 <hans_> will try it
  • 11:36:19 <hans_> do you also use the "media" module ?
  • 11:37:20 <hans_> which version do u got?
  • 11:40:11 <mrboe> no
  • 11:57:22 <t33k> hello - does anyone know if fluid parsing of FLuidCE is cached ?
  • 11:58:01 <t33k> I have a case when it seems like not being cached and parsing all the time a FCE is called.
  • 11:58:25 <BenjaminR> What could prevent an fluidcontent element from beeing cached? Wierd problem here.
  • 12:00:12 <t33k> the whole file with FCE has 290 lines. The less lines in that file the parsing is faster. Here are the numbers:
  • 12:00:14 <t33k> 1. No changes
  • 12:00:14 <t33k> aprox 800ms
  • 12:00:14 <t33k> 2. Remove whole flux defs
  • 12:00:14 <t33k> aprox 700ms
  • 12:00:14 <t33k> 3. Remove Main section content
  • 12:00:14 <t33k> approx 500ms
  • 12:00:14 <t33k> 4. Remove Section Readmore (not used at all)
  • 12:00:16 <t33k> approx 450mx
  • 12:00:16 <t33k> 5. Remove Section ReadmoreImage
  • 12:00:16 <t33k> approx 435ms
  • 12:00:16 <t33k> 6. Remove Section Readmore1
  • 12:00:17 <t33k> approx 300ms
  • 12:00:38 <BenjaminR> t33k decribes the problem :)
  • 12:00:47 <t33k> so in the end the FCE renders only 50ms VS the begining 800ms
  • 12:01:40 <t33k> yes - thanks Benjamin for explaining my data ;)
  • 12:23:54 <Guest|18140> About Page / Menu / DirectoryViewHelper, linkCurrent="False" doesn't seem to work (vhs 1.8.3)
  • 12:27:58 <cedricziel> Guest|18140: Please post an issue on Github (https://github.com/FluidTYPO3/vhs/issues)
  • 13:38:34 <daKmoR> hey cedricziel just fyi the error was indeed from using php 5.3.6... now I'm on 5.3.10 and it's totally fine :)
  • 13:38:37 <mrboe> hi - i want to create a flux:flexform.field.input field to give the user the possibility to add a custom css class. is it possible only to allow a input like "helloworld" instead of "Hello World"
  • 13:38:56 <cedricziel> check. daKmoR :)
  • 13:39:04 <daKmoR> thx :)
  • 13:39:43 <cedricziel> sadly, not everybody is able to upgrade his/her php starter that easy as you did :)
  • 13:40:21 <cedricziel> if it's not a shared environment, or known incompatibilites, i'd upgrade straight to 5.4.latest
  • 13:52:37 <randomresult> mrboe : isnt there a viewhelper for that ?
  • 13:53:00 <randomresult> maybe not for the input, but some vhs for frontend
  • 13:55:34 <daKmoR> cedricziel: yeah I'm not sure about the compatibility... so I will stick with 5.3.x for now... might need another dev server pretty soon anyway... :p
  • 13:58:01 <mrboe> @randomresult i will have a look
  • 14:55:48 <BenjaminR> NamelessCoder want to have a thought on what t33k (Krystian) describes?
  • 15:01:06 <NamelessCoder> sry, bit busy atm - will be available in a while