IRC logs

20140714

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

IRC log range: 20140714*

20140714

  • 08:04:44 <randomresult> morning
  • 08:11:01 <randomresult> anyone awake?
  • 08:24:42 <soee> good morning
  • 09:05:45 <bjo3rn> morning ****
  • 09:05:53 <jlumpe> o>
  • 09:06:40 <bjo3rn> so, everyone's back to business already?
  • 09:07:28 <jlumpe> never was off business :D
  • 09:08:07 <bjo3rn> ah, yes, I remember. there were some haters around.
  • 09:08:17 <bjo3rn> oh, I forgot: ****
  • 09:08:21 <bjo3rn> ^^
  • 09:26:40 <randomresult> hi bjo3rn
  • 09:26:47 <randomresult> SCHLAAAAAAANNNNDDDD
  • 10:06:12 <mrboe> good morning
  • 10:29:55 <soee> is it good idea to add some js files do viewhelpers extension (if some are used by vh) or vh should nor use JS ?
  • 10:56:06 <mrboe> @bjo3rn do you have a moment
  • 11:33:27 <bjo3rn> mrboe, sure, in about 20mins ****
  • 11:33:37 <mrboe> ok thx
  • 11:34:24 <mrboe> i jusst created this and want to know if there is any better way to do that https://github.com/misterboe/fluidbootstraptheme/commit/1e2dda7e19dceb93ec0f2bc68b0eec2e5d6c1661
  • 11:37:18 <xaver> mrboe: why no tabs ;)
  • 11:38:31 <mrboe> tabs?
  • 11:42:20 <mrboe> the problem was if you delete all elements in an FCE that the f:for throws an error
  • 11:42:21 <FT3BOT> ¯\_(ツ)_/¯
  • 11:42:46 <mrboe> in BE
  • 12:06:42 <bjo3rn> mrboe so there is a chance of having 0 panels?
  • 12:08:47 <bjo3rn> which error is thrown then? {panels} not being defined I guess?
  • 12:22:48 <mrboe> The argument "each" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\ForViewHelper"
  • 12:23:34 <mrboe> this happens in every FCE when the BE user delets all objects in a section
  • 12:24:12 <mrboe> and the only way is to delete this FCE in list mode
  • 12:24:26 <mrboe> but this isnt very nice for a normal t3 user
  • 12:28:25 <bjo3rn> ok, interesting.
  • 12:28:54 <bjo3rn> I'd say your solution is a fix but the original issue is rooted somewhere else.
  • 12:29:17 <bjo3rn> oh, I forgot: ****
  • 12:31:08 <bjo3rn> mind providing a pastebin of the flexform xml before and after the objects are removed? ****
  • 14:35:57 <Boernd> Hi
  • 14:36:22 <Boernd> I have an issue with fedext, of which I don't know whether it's a bug, or a usage error.
  • 14:37:22 <Boernd> Following Scenario: I use the vhs viewhelper version 1.8.4. I use render.request to render an action, which decides what should be shown next.
  • 14:38:02 <Boernd> This action renders in it's template should via render.content viewhelper render pages with the correct content
  • 14:38:13 <Boernd> this content is a text and a plugin
  • 14:38:41 <Boernd> if i use this in the described order, the request from render.request is also called on the pages called with content.render
  • 14:39:03 <Boernd> This is bad, since there should be rendered an other plugin action on this page
  • 14:40:53 <Boernd> I tried to fix this by replacing the content.render with render.request viewhelpers, assigning the page UID of the desired content, but when I check the TSFE->id parameter the given UID is not used but the one of the original request
  • 14:42:29 <Boernd> and also the surrounding content of this page is not rendered, which is needed, since the text on this page should also be shown
  • 15:37:03 <Boernd> So the basic question is 1. why does the render.request viewhelper have a pageUid Attribute if it is never used
  • 15:37:35 <Boernd> 2. If I use content.render after render.request is called, is there a way to clear the request information an call the page without parameters?
  • 15:49:27 <Boernd> Ok, after some investigation i found the error for the request Information, which is not present, it was just a missing column parameter
  • 15:51:43 <Guest|40743> Hi. Is it possible to create model and persist it using Fluid Powered Typo3 extension?
  • 15:52:12 <Guest|40743> I have really hard time doing it with vanilla extbase. Maybe it would be easier with fluid powered typo3
  • 16:05:44 <bjo3rn> hi Guest|40743 fluidtypo3 is all about frontend rendering and doesn't provide any domain logic tools.
  • 16:08:30 <Guest|40743> Thank you
  • 16:08:32 <Boernd> Is there a way to pass arguments to content.render which can be accessed in an extbase action?
  • 16:09:04 <Boernd> With the action being on the page where the content is taken from, for content.render
  • 18:54:47 <tricept> Hi, is anybody here?
  • 19:09:54 <tricept> ok, i had this bug with loosing nested content-elements, etc..
  • 19:10:30 <tricept> so i fetched flux, fluidcontent and vhs from github..
  • 19:11:20 <tricept> now its possible to move content-elements in the backend again, but
  • 19:13:18 <tricept> the bugs are replaced by even worse ones..
  • 19:13:20 <tricept> :(
  • 21:30:55 <xaver> tricept: your comment helps nobody - no description, no info about your environment