IRC logs

20160324

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

IRC log range: 20160324*

20160324

  • 02:39:22 <flower> good morning @NamelessCoder. Your hint yesterday, that I have to integrate vhs as made my day.
  • 02:40:01 <flower> the link, that I found yesterday really early works now
  • 02:40:02 <flower> https://gist.github.com/anonymous/964b7ef2e6111296ea97
  • 02:40:49 <flower> the link above is my snippet which made it
  • 06:37:27 <Fluidisawesome> Hi room. I've been running into this issue (FAL relations, error 500) with an unchanged 7.6.4. and wondering if it's the same issue that was resolved in 7.6.2 and whether I should try and patch the core.
  • 06:37:29 <Fluidisawesome> https://github.com/FluidTYPO3/flux/issues/1013
  • 06:37:59 <cweiske> this was not resolved in 7.6.2
  • 06:38:38 <cweiske> yes, you still have to patch core + fluidcontent
  • 06:41:45 <Fluidisawesome> ok, I'll try... thank you, cweiske.
  • 06:42:00 <cweiske> http://p.cweiske.de/270
  • 06:44:58 <Fluidisawesome> could you point me to the correct patch for fluidcontent, too?
  • 06:45:35 <cweiske> you are not awesome because you did not look at this page carefully enough
  • 06:47:28 <Fluidisawesome> apparently, I suck. Patch failed. I'll look at it some more
  • 06:48:04 <Fluidisawesome> I see what you mean :)
  • 06:48:23 <cweiske> good :)
  • 06:49:14 <Fluidisawesome> patch failed: patching file typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php
  • 06:49:15 <Fluidisawesome> Hunk #1 FAILED at 21.
  • 06:49:30 <Fluidisawesome> Hunk 2 and 3 succeeded
  • 06:49:56 <cweiske> then you need to manually merge it
  • 06:51:08 <Fluidisawesome> Will try. this is my first time patching. Thanks for the patience.
  • 07:05:57 <Fluidisawesome> It worked!!! Thank you!
  • 07:06:10 <cweiske> you're welcome
  • 07:40:12 <wbz> How can I group FCE in a subfolder of Templates/Content? Example: Templates/Content/MyElements
  • 07:52:53 <cweiske> you could use multiple templateRootPaths in typoscript
  • 07:53:04 <cweiske> I didn't try it yet, but it could work
  • 07:55:42 <wbz> Thanks! I will try it.
  • 07:59:41 <wbz> How can I fix the following Error: PHP Warning: array_unshift() expects parameter 1 to be array, null given in ../.../fluidbackend/ext_tables.php line 9
  • 08:00:03 <wbz> I copied FCE from TYPO3 6.2 LTS to 7.6
  • 08:27:32 <cweiske> which fluidbackend version do you have?
  • 09:06:00 <wbz> fluidbackend 1.0.1
  • 09:13:53 <cweiske> can't you use the latest version?
  • 09:14:23 <cweiske> the issue is fixed there
  • 09:17:29 <wbz> Where can I find the latest Version?
  • 09:18:45 <cweiske> I'd think in typo3's extension manager
  • 09:19:32 <wbz> No, there is just 1.0.1
  • 09:19:33 <wbz> https://typo3.org/extensions/repository/?id=23&L=0&q=fluidbackend
  • 09:19:49 <cweiske> hm. 1.1.0 is already tagged in git
  • 09:20:02 <cweiske> NamelessCoder, did you forget to release it?
  • 09:20:18 <wbz> Okay, so I will download it from git.
  • 09:24:10 <NamelessCoder> cweiske no, that one should be all released - unless something happened to the upload...
  • 09:24:23 <cweiske> fluidbackend is 1.1.0 in git, but 1.0.1 in TER
  • 09:24:27 <NamelessCoder> not sure but recent TER issues may be related, they changed something about active versions
  • 09:25:14 <wbz> If in the future a lot of changes expected, or it will slowly quiet? It is very tiring to always have to monitor any change.
  • 09:25:38 <cweiske> you can stay on the current version if you're happy with it
  • 09:25:44 <cweiske> nobody forces you to update
  • 09:25:54 <wbz> okay, thanks
  • 09:26:00 <cweiske> .. except if there are security bugs which you should take seriously
  • 09:26:07 <cweiske> s/seriously/serious/
  • 09:28:13 <wbz> It works again. Thnaks to save my time. I like the way with fluidtypo3
  • 11:50:14 <wbz> How can I use flux.grid inside a form.section or form.object? Tried following: http://pastebin.com/4wk9yebG
  • 11:54:26 <NamelessCoder> wbz flux:grid should never be inside other form components. If you want dynamic rows/columns, see https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=30&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=581c897aa3b781c49afe3184d1704b4e (it's a page template example but the approach is the same for content)
  • 11:58:47 <wbz> Thank you, that helps. I will go an other way.
  • 17:11:18 <wbz> How can I group Data inside of form.sheet? Code: http://pastebin.com/MGcKK0YT