IRC logs

20131121

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

IRC log range: 20131121*

20131121

  • 09:35:09 <aphex13> good morning! i use flux latest, typo3 6.1. and i have a server response for each page for about >6 s. can i check somehow why it is so slow?
  • 11:01:18 <aphex13> how can i get rid of: Flux Debug
  • 11:01:18 <aphex13> Could not analyse class:TYPO3\CMS\Media\ViewHelpers\Widget\CarouselViewHelper maybe not loaded or no autoloader? (1289386765)
  • 11:01:42 <aphex13> page is working but very slow
  • 11:02:07 <cedricziel> EM -> flux -> config -> debug = -1 (?)
  • 11:02:29 <cedricziel> but you might have a problem there anyways
  • 11:11:05 <aphex13> i know
  • 11:11:16 <aphex13> with debug = -1
  • 11:13:02 <aphex13> i don#t know how to check the "Widget\CarouselViewHelper" problem - vhs is installed
  • 11:14:30 <cedricziel> you should grep your typo3conf/ext for "m:widget.carousel"
  • 11:14:45 <cedricziel> or whereever you are storing your templates
  • 11:15:25 <aphex13> ok, then?
  • 11:16:33 <cedricziel> did you find occurences?
  • 11:19:41 <aphex13> till now , nothing
  • 11:20:26 <cedricziel> you are most likely using it somewhere
  • 11:20:36 <cedricziel> btw-you have the media extension installed, right?
  • 11:22:51 <aphex13> no
  • 11:23:11 <aphex13> "#Media management"
  • 11:23:17 <aphex13> you mean? no
  • 11:24:44 <cedricziel> but its being referenced
  • 11:25:15 <aphex13> oh , ok
  • 11:25:40 <cedricziel> none of our extensions do that, so it will most probably be an issue on your side
  • 11:26:09 <aphex13> i think so
  • 11:36:41 <aphex13> it looks ok now , thanks!
  • 13:12:46 <fger> hi
  • 13:16:02 <cedricziel> hey fger!
  • 13:24:34 <fger> for my pull-request in vhs : someone disabled the config.linkVars in the project i came into and that ofc "crashed" the language-overlay for the vhs-menu-links-rendering
  • 13:25:00 <danilobuerger> fger so did you get it to work with linkVars?
  • 13:30:04 <fger> ah hi danilo ... yes now it works fine .. someone before me in this project commented out config.linkVars = L,print line
  • 13:30:15 <fger> and i did a "schnellschuss" and only thought PHP-wise ;)
  • 13:34:19 <danilobuerger> hehe ok, so we can close the pull request
  • 13:47:28 <fger> yes thx
  • 13:47:48 <fger> but was nice lookin into the vhs viewhelpers anyway :)
  • 14:02:36 <pedda> hi there
  • 14:02:56 <pedda> i'm trying to figure out why my builder clone doesn't check the php syntax
  • 14:03:14 <pedda> it seems as if i need to install ZendGuardLoader manually on my webhosting
  • 14:05:16 <pedda> which i did, but builder still fails checking the PageController for instance
  • 14:06:16 <pedda> provider_template: ../provider_template//Classes/Controller/ContentController.php – exception 'Exception' with message 'Failed loading /www/.../vendorSoftware/ZendGuardLoader-php-5.3-linux-glibc23-i386/php-5.3.x/ZendGuardLoader.so
  • 14:06:30 <pedda> i noticed the double // in the controller path
  • 14:06:37 <pedda> dunno if those are caused by my setup
  • 14:07:53 <pedda> any clue ?
  • 14:10:06 <cedricziel> I have no experience with ZendGuard.
  • 14:10:20 <cedricziel> I know it messes up things, but that's all.
  • 14:26:08 <aphex13> i have a menu. but i cant get the the second level out.
  • 14:26:19 <aphex13> here is the template: http://pastebin.com/1D7bJajx
  • 15:11:48 <papillon6> Hi! Which Flux-Viewhelper do i need for a simple page-link?
  • 15:14:21 <papillon6> Do i need flexform.field.relation and build the relations customized or is there a viewhelper for this link-type i have overseen?
  • 15:17:16 <pedda> papillon6 flux is only for backend fields..
  • 15:17:58 <papillon6> I know. I think i just found what i need. "flexform.field.input in conjunction with de flexform.field.wizard.link ...
  • 16:07:50 <bjo3rn> aphex13 still there?
  • 16:19:52 <aphex13> yes,
  • 16:20:01 <aphex13> i got it ;)
  • 16:25:21 <aphex13> ho can i get an inline-condition, if {mainPage.subtitle} is not empty?
  • 16:26:41 <aphex13> f:if(condition: subtitle>0) ?
  • 16:46:08 <danilobuerger> aphex13 {f:if(condition: mainPage.subtitle)}
  • 18:15:08 <aphex13> @danilobuerger thank you!
  • 18:24:53 <aphex13> is there an example for w:content.ajaxFluxContent. just a simple ul-li-menu and a div-content? i don't know where to put w:content.ajaxFluxContent. in the menu or is this the div where the content is loaded?
  • 18:32:08 <fger> hi guys
  • 18:32:10 <fger> hi guys
  • 18:32:44 <fger> quick question: does extbase or some FEDext viewhelper allow sorting parent objects by a property of one of their child objects ?
  • 18:33:06 <fger> like $query->setOrderings('childobjects.property',....) ?
  • 18:33:24 <fger> would be awesome and other ORMs like doctrine can do that recuresivly :)