IRC logs

20141105

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

IRC log range: 20141105*

20141105

  • 07:33:07 <jmverges> good mornign folks
  • 07:33:11 <jmverges> morning*
  • 07:33:47 <jmverges> other amazing day to develop
  • 09:12:40 <thyri0n> cedricziel: Even though I find it to be quite irritating
  • 09:13:08 <thyri0n> That this legacy named channel is the main channel and you use the fluidtypo3 named one for internal communication
  • 09:14:05 <Akii> insiders only
  • 09:14:08 <Akii> good morning
  • 09:26:49 <gbod> thyri0n Thanks for explicitly pointing at.
  • 09:27:16 <gbod> ;)
  • 09:28:23 <thyri0n> You're welcome? I guess...
  • 10:05:04 <jousch> Hi, do I understand it correct, that I only need the <v:tag /> viewhelper if I need a custom (e.g. setable via flexforms) tag in my fluid template?
  • 10:32:53 <NamelessCoder> hi jousch - yes, that's correct. You can also use it if you wish your tag's attributes to be removed automatically if they're empty (including if they only cntain whitespace)
  • 10:33:47 <NamelessCoder> the diff between that VH and any other tagbased viewhelper is: if tag name is empty, the tag can be skipped (hideIfEmpty) and only contents used, and the attribute truncating
  • 10:36:23 <Cash2m> Hi. Does fluidcontent have support for multiple `templateRootPaths`? It seems like I can only override `templateRootPath` and copy over all templates of another extension
  • 10:45:28 <jousch> @NamelassCoder thanks for your support!!!!!
  • 10:47:13 <NamelessCoder> yw jousch
  • 10:47:31 <NamelessCoder> Cash2m use the "overlays" procedure
  • 10:53:36 <Cash2m> wow.. that works nicely, but seems undocumented. The part should be copied over from the EXT:view README
  • 10:55:29 <NamelessCoder> will be deprecated when 6.1 support is dropped, in favor of using templateRootPaths (plural)
  • 10:56:12 <NamelessCoder> we are wrapping it in a utility class to still support the old setup, but the new approach will be 100% core standard and we will just reference the core docs then
  • 10:56:59 <Cash2m> Okay. But support for `templateRootPaths` isn't there yet, even with 6.2?
  • 10:57:08 <NamelessCoder> no, it's not there yet
  • 10:57:19 <Cash2m> Allright, thanks!
  • 10:57:20 <NamelessCoder> you'll have a very long migration window
  • 10:57:32 <NamelessCoder> yw
  • 11:01:04 <NamelessCoder> I need a bigger screen :/
  • 11:01:11 <NamelessCoder> 4x bigger would be nice
  • 11:26:45 <thyri0n> NamelessCoder: Don't we all? :D
  • 11:27:00 <beo6> How can i add a FAL field to insert a single image into a fluidcontent element? Using <flux:field.inline.fal name="image" label="backgroundimage" multiple="0" maxItems="1" showThumbs="1" allowedExtensions="gif,jpg,jpeg,png" /> gives me "Wrong configuration in table 6f2ad01922"
  • 11:27:38 <beo6> ahh. wait. after saving the element it works
  • 11:27:55 <beo6> so it only gives the error when i create a new element and it is not yet saved into the database
  • 11:30:23 <beo6> nevermind. it will not work with FAL anyway
  • 12:06:30 <crewcut> Am i the only one who has issues with felogin together with fluidcontent_core?
  • 12:13:11 <beo6> crewcut: probably yes. ;)
  • 12:14:08 <crewcut> Why do you think that?
  • 12:16:32 <beo6> i use fluidcontent and felogin without issues
  • 12:19:18 <crewcut> I am talking about fluidcontent_core and not fluidcontent. When i install FCC felogin box disappears. When i remove FCC and reinstall CSS_styled_content the box comes back.
  • 12:24:58 <gbod> crewcut felogin uses csc ts stuff to show the plugin. you just have to put it into your TS.
  • 12:25:06 <gbod> tt_content.login = COA
  • 12:25:07 <gbod> tt_content.login {
  • 12:25:08 <gbod> 10 = < lib.stdheader
  • 12:25:10 <gbod> 20 >
  • 12:25:10 <gbod> 20 = < plugin.tx_felogin_pi1
  • 12:25:11 <gbod> }
  • 12:25:35 <gbod> As in ./typo3/sysext/felogin/ext_localconf.php
  • 12:26:05 <crewcut> Thanks, will try
  • 12:39:03 <Momodedf> wow
  • 12:39:51 <Momodedf> uri.image from vhs renders something like this "index.php%3FeID%3DdumpFile%26t%3Dp%26p%3D106%26token%3D44954bf9fbc8c3d37e84d
  • 12:39:52 <Momodedf> 3f5a104178e5e73ec5c"
  • 12:39:57 <Momodedf> I never saw that before
  • 12:41:14 <gbod> url encoded
  • 12:42:01 <gbod> index.php?eID=dumpFile&t=p&p=106&token=
  • 12:43:22 <Momodedf> it works actualy
  • 12:43:42 <Momodedf> but i dont hunderstand why it doesnt make a file inside typo3temp
  • 12:43:46 <Momodedf> understand*
  • 13:06:28 <crewcut> gbod: i tried with ts but it does not work. Besides, the mentioned ts you wrote is already included in the setup from FCC
  • 13:08:20 <gbod> crewcut: Sorry, that was completely wrong: I meant ts from csc. Sorry.
  • 13:09:42 <gbod> csc the templateFile for loginForm is set:
  • 13:09:56 <gbod> styles.content.loginform {
  • 13:09:56 <gbod> target = _top
  • 13:09:58 <gbod> # cat=content/cLogin; type=int+; label= PID of user archive: Enter the page-uid number (PID) of the folder where you keep your fe_users that are supposed to login on this site. This setting is necessary, if login is going to work!
  • 13:09:59 <gbod> pid =
  • 13:10:01 <gbod> # cat=content/cLogin; type=; label= Message, Login: This is the message (if any) that is popped-up when a user logs in as a front-end user
  • 13:10:02 <gbod> goodMess =
  • 13:10:03 <gbod> # cat=content/cLogin; type=; label= Login template: Enter the path for the HTML template to be used
  • 13:10:05 <gbod> templateFile = EXT:felogin/template.html
  • 13:10:05 <gbod> }
  • 13:11:03 <gbod> And if there is no csc, there is no template set.
  • 13:11:39 <gbod> Code is from /typo3/sysext/css_styled_content/static/setup.txt
  • 13:13:42 <crewcut> I know thanks, but the point is, that felogin does not work out of the box with fluidcontent_core as a content element
  • 13:14:35 <gbod> crewcut: Know how to proceed from here to run it? It's known that it doesn't run out of the box with fcc.
  • 13:15:34 <gbod> But that's not an issue an fcc's side.
  • 13:22:17 <crewcut> I am sorry, but where does it say which features does not run with FCC? If it does not run with FCC, but with CSC, then its got to be an issue with FCC...
  • 13:22:32 <gencha_> viewhelper docs are broken :(
  • 13:22:34 <gencha_> https://fluidtypo3.org/viewhelpers/fluid/master/Link/ActionViewHelper.html
  • 13:23:34 <gencha_> many others lead to the same content. looks like a caching issue
  • 13:43:56 <crewcut> When updating to latest version of fluidtypo3 extensions my icons on page layouts are gone - on two of my installations - what has changed?
  • 13:47:00 <thyri0n> Yeah, now that crewcut mentioned it, I was wondering the same...
  • 13:47:55 <thyri0n> Moreover, my fluidcontent FCEs weren't to be found under the corresponding FCE tab when trying to add them but under the Plugin tab
  • 13:58:27 <gbod> crewcut: let's agree to disagree.
  • 15:42:01 <denis-fluid> Could someone explain me the use of Flux Container and Section? I don't get the reason for being able to delete setting containers.
  • 15:42:17 <denis-fluid> (https://fluidtypo3.org/viewhelpers/flux/master/Form/ContainerViewHelper.html and https://fluidtypo3.org/viewhelpers/flux/master/Form/SectionViewHelper.html)
  • 15:43:18 <NamelessCoder> denis-fluid see the core's TCA/FlexForm references about those types of elements
  • 15:44:29 <NamelessCoder> both have implications that require a LOT of detail to explain so I would appreciate if you study those docs. I'd be even happier if you make pull requests to add links to that documentation in places where you think it should go ;)
  • 15:45:05 <denis-fluid> This one? - http://docs.typo3.org/typo3cms/TCAReference/Introduction/Index.html
  • 15:45:35 <denis-fluid> NamelessCoder: Yeah I would love to do so when I understand the big picture :P
  • 15:46:24 <NamelessCoder> and http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Flex/Index.html
  • 15:47:45 <NamelessCoder> a bit more detail here: http://wiki.typo3.org/Extension_Development,_using_Flexforms - this all references XML but we use the same names of concepts so you should be able to relate them mentally
  • 15:48:13 <denis-fluid> Ok I will try to find some time reading this :-)
  • 15:48:58 <NamelessCoder> sadly there are still some undocumented parts but I'm pretty sure you'll find both containers and sections (and the objects that go into sections) documented on those links
  • 15:50:06 <denis-fluid> great. :-)
  • 15:50:16 <denis-fluid> thank you very much
  • 15:52:07 <NamelessCoder> yw
  • 16:34:02 <jmverges> hey folks, does anybody knows if is posible to use CLI extbase extension:install for extensions that needs to download dependencies?
  • 16:36:09 <NamelessCoder> not possible, requires extension files to be present and will not resolve (nor respect) dependencies or conflicts
  • 16:41:17 <jmverges> oh, it is a shame
  • 16:42:14 <jmverges> NamelessCoder, I want to think that in a close future that will be posible, makes sense
  • 16:45:22 <NamelessCoder> so-called unattended installs is a focus of CMS7
  • 16:45:31 <NamelessCoder> (via composer, almost surely)
  • 17:14:44 <Kaimane> Hi. I'm using my own ext with fluidpages and need the {data}-object within a partial for the page uid. But if I debug {data}-object I only get NULL. How can I get {data}-object or how can I get the page uid in my partial?
  • 17:22:58 <jmverges> NamelessCoder, will TYPO3Team move all to composer? no way, awesome
  • 17:23:19 <jmverges> NamelessCoder, did you try to install ft3 extensions as global?
  • 17:48:02 <bjo3rn> Kaimane provide it to the partial with arguments="{_all}"
  • 18:19:52 <kimholberg> gbod: sorry if i was a bit harsh, i did not mean to. But from all the excellent work done by the group, it seems like a missing link, if no information is given what works and what does not. I know fluidcontent_core is beta, so i do not expect everything to work, but just spent hours to work out why felogin does not work.
  • 18:21:44 <kimholberg> crewcut=kimholberg - why did it suddenly change my name?
  • 18:26:21 <Kaimane> bjo3rn: sry for the delay. In my layout Default.html there is a <f:render section="Slideshow" partial="Slideshow" arguments="{_all}" /> which provides {data} to the slideshow partial. But with <f:debug>{data}</f:debug> the result is NULL.
  • 18:26:55 <NamelessCoder> jmverges as global, local or sysext should make no difference
  • 18:27:31 <NamelessCoder> kimholberg it's a bit of an academic discussion at this time but the reason for that lack of support is the preferential treatment given to CSC
  • 18:27:40 <jmverges> NamelessCoder, nice ;)
  • 18:28:10 <kimholberg> ok i see..thanks
  • 18:29:41 <NamelessCoder> felogin simply requires this TS which is added from CSC or it won't render. You could argue we should include this as a VERY default configuration but we will probably not support all options of the current CSC implementation (which rely on TS-based rendering)
  • 18:30:42 <NamelessCoder> oh yeah: and you weren't being harsh, but we do label it "beta" still ;)
  • 18:31:24 <kimholberg> Tried to use the TS with FCC without success, so i must have done something wrong.
  • 18:32:18 <kimholberg> I would just assume that felogin is a crucial part to many websites and therefore given a higher priority
  • 18:32:20 <NamelessCoder> tbh I never got around to trying FE login with it so I'm afraid I'm clueless what works/doesn't
  • 18:33:21 <NamelessCoder> true, true. I'd be happy to receive a PR that adds a basic template and setup, stressing the word "basic" ;)
  • 18:34:48 <kimholberg> Another question while you are here; what changed in the recent updates as all my images in Page layout disappeared - and i can see from another post, that he had the same problem?
  • 18:35:57 <NamelessCoder> most likely, deprecation of "icon" attribute on flux:form - moved to options="{icon: '...'}"
  • 18:36:10 <kimholberg> I am not that experienced yet, so i do not know about Pull Requests..:-)
  • 18:36:37 <kimholberg> Thanks, will check that...thanks for your work..:-)
  • 18:36:47 <NamelessCoder> if you fork the repository and make your changes and push I can review, then assist with the PR
  • 18:37:07 <NamelessCoder> we're all extra happy to help contributors ;)
  • 18:37:32 <kimholberg> I hope i can be part of that some day
  • 18:40:05 <NamelessCoder> any time you feel ready just ask any one of us to teach
  • 18:40:43 <kimholberg> Thanks, dinner time...see you, bye
  • 19:17:15 <bjo3rn> is Kaimane still here under a new name perhaps? ^^
  • 19:56:40 <Guest|32433> Just updated to the latest version of fluidtypo3 extensions (flux, fluidpages, fluidcontent) from TER. Getting this error: Fatal error: Can't inherit abstract function FluidTYPO3\Flux\Form\FormInterface::setParent() (previously declared abstract in FluidTYPO3\Flux\Form\WizardInterface) in /var/apache/cid771/htdocs/typo3conf/ext/flux/Classes/Form/Wi
  • 19:56:40 <Guest|32433> zardInterface.php on line 31
  • 19:57:39 <NamelessCoder> php version might be outdated, Guest|32433
  • 19:58:32 <NamelessCoder> we recommend 5.4 or even 5.5, but absolute minimum is 5.3.7
  • 19:59:14 <Guest|32433> checking phpinfo
  • 19:59:18 <Guest|32433> says 5.3.8
  • 19:59:42 <NamelessCoder> it could use an upgrade
  • 20:00:47 <NamelessCoder> xaver do you recall the exact required minimum version?
  • 20:04:03 <Guest|32433> thank you! I take it to the hosting provider
  • 20:05:19 <NamelessCoder> you're welcome - sorry for the incompatibility!
  • 20:05:48 <NamelessCoder> we may actually be able to just avoid this one
  • 20:06:24 <NamelessCoder> would you mind creating a github issue for Flux?
  • 20:12:28 <Guest|32433> Right away!
  • 20:21:56 <Guest|32433> an issue has been create for this. thanks for a swift answer
  • 21:04:03 <mneuhaus> hey, has anyone an example/some pointers how to use flux for the configuration of a frontend pugin?
  • 21:04:06 <mneuhaus> plugin
  • 21:18:20 <jmverges> good night mates
  • 23:24:24 <mneuhaus> hey guys, is there somewhere current documentation on Core::registerFluidFlexFormPlugin ?