IRC logs

20140523

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

IRC log range: 20140523*

20140523

  • 08:49:59 <mrboe> ping @Outdoorsman
  • 08:50:31 <jlumpe> morning o>
  • 08:51:02 <mrboe> good morning ;)
  • 08:53:42 <cedricziel> hey ho
  • 08:53:47 <randomresult> hey ho
  • 08:54:14 <cedricziel> let's go
  • 08:54:44 <randomresult> so tickets still left?
  • 08:55:11 <cedricziel> there's one as benjaminr cant take part
  • 08:56:31 <mrboe> sorry because i thougt i will not get a ticket i planed something other on saturday
  • 09:02:29 <randomresult> i would take part on saturday.
  • 09:02:41 <randomresult> so benjaminr still has the ticket?
  • 09:03:02 <randomresult> bjo3rn AWAKE? ALIVE?
  • 09:17:41 <cedricziel> randomresult: ping benjaminr on Twitter
  • 09:18:05 <randomresult> bist du wurst sagst... ;)
  • 09:18:19 <randomresult> will you come?
  • 09:20:16 <cedricziel> ?
  • 09:20:21 <cedricziel> heh, yes :)
  • 09:20:32 <cedricziel> nice to meet you there if the ticket is still available
  • 09:20:44 <cedricziel> and you need to stay till sunday ;)
  • 09:21:55 <randomresult> why?
  • 09:22:13 <randomresult> i only have on day... so sunday or saturday.
  • 09:37:41 <cedricziel> ach quark..
  • 09:38:04 <cedricziel> but if there's no way around it.. try to get there tonight and tomorrow and stay till the lights go down
  • 09:41:25 <mrboe> hey cedricziel, claus told me to create BE columns with the name of the sectionObject.id so if the "section Items" get sorted inside the FCE the content of the BE columns stay attached to them
  • 09:41:49 <mrboe> this is working - but...
  • 09:42:26 <mrboe> the user had to save the FCE when its created bevor he can add section items
  • 09:42:45 <mrboe> if he doesnt no ID is given
  • 09:43:57 <mrboe> is there any way to force the save bevor section items could be added
  • 09:46:37 <mrboe> or do you have any other ideas to solve that
  • 09:48:52 <cedricziel> hey mrboe, it's absolutely true-relations to other objects cant be established before saving. thats the true nature of flexforms. yeah.
  • 10:23:06 <BenjaminR> Hey all
  • 10:24:33 <jlumpe> o>
  • 10:25:49 <BenjaminR> randomresult: my mobile didnt stop to beep this morning :P
  • 10:49:25 <cedricziel> hey ho
  • 10:49:29 <cedricziel> whats up now?
  • 10:52:10 <cedricziel> randomresult: i'll pm you my mobile as I'm on the go now as well
  • 10:52:22 <randomresult> cool
  • 12:16:16 <xaver_> benjaminr: WHAT?!
  • 12:16:22 <xaver_> <cedricziel> mrboe: benjaminr has a vacant t3cs ticket as he can not participate. and we thought of you
  • 12:20:35 <randomresult> xaver u will be there?
  • 12:41:34 <randomresult> ahhrg ...
  • 12:41:38 <randomresult> i have warning: refname 'HEAD' is ambiguous.
  • 12:41:44 <randomresult> when git status
  • 12:41:53 <randomresult> but i have no HEAD - Branch
  • 12:42:35 <SuburbanWorrier> thought HEAD pointed to the latest commit? - i.e. it's not a branch name
  • 12:43:23 <randomresult> how do i get rid of this?
  • 12:43:44 <SuburbanWorrier> did u do a plain 'git status'?
  • 12:44:06 <randomresult> localhost:typo3 glatz$ git status
  • 12:44:06 <randomresult> warning: refname 'HEAD' is ambiguous.
  • 12:44:06 <randomresult> warning: refname 'HEAD' is ambiguous.
  • 12:44:06 <randomresult> On branch master
  • 12:44:06 <randomresult> nothing to commit, working directory clean
  • 12:44:06 <randomresult> localhost:typo3 glatz$
  • 12:44:49 <SuburbanWorrier> seem like you might actually have created a branch called HEAD
  • 12:44:56 <SuburbanWorrier> in error probably
  • 12:48:02 <SuburbanWorrier> http://stackoverflow.com/questions/1692892/warning-refname-head-is-ambiguous
  • 12:48:48 <mrboe> thx @xaver_
  • 12:55:01 <xaver_> randomresult: ofcourse
  • 12:55:53 <randomresult> as mentioned i dont have a branch called HEAD
  • 12:56:33 <xaver_> randomresult: HEAD is always HEAD ;)
  • 12:57:04 <randomresult> xaver: i get the following warning: refname 'HEAD' is ambiguous.
  • 12:57:10 <randomresult> when git status
  • 12:57:12 <SuburbanWorrier> sorry randomresult - I'm too new to git 2 b of any real help.
  • 12:58:40 <xaver_> randomresult: your repo or a public repo?
  • 12:58:46 <randomresult> nope
  • 12:58:49 <xaver_> git branch -a #lists all branches
  • 12:59:17 <randomresult> jupp , now i see my branches
  • 12:59:24 <xaver_> also HEAD?
  • 12:59:32 <randomresult> no
  • 12:59:39 <xaver_> ok
  • 13:00:19 <xaver_> cat .git/HEAD
  • 13:00:37 <randomresult> ref: refs/heads/UP619
  • 13:01:03 <xaver_> UP619 is your branch and exists?
  • 13:01:10 <randomresult> yes
  • 13:02:04 <randomresult> i get the same when switching to master
  • 13:02:39 <SuburbanWorrier> There's a ref on StackOverflow to tags. What does git tag -l give you?
  • 13:02:59 <randomresult> notting
  • 13:03:36 <xaver_> i have no idea - maybe some reference between the branches is broken
  • 13:03:53 <xaver_> you can take a look at you branches -> git log --oneline --graph --color --all --decorate
  • 13:04:18 <SuburbanWorrier> Ah :( The only other thing was having a file or folder with the same name as the branch
  • 13:04:59 <randomresult> what about git bisect
  • 13:05:51 <xaver_> is normally to find a error in your code
  • 13:06:37 <randomresult> ok.
  • 13:06:49 <randomresult> reset --hard origin/master does not help...
  • 13:06:53 <randomresult> so what to do now
  • 13:07:26 <xaver_> if you have 1000 commits and somewhere an issue was created. it will start at commit 500 if you say good it between 501 and 1000, if you say bad its between 0 and 500
  • 13:08:50 <randomresult> well only thing i did was to add some tags...
  • 13:08:55 <randomresult> and removed them again
  • 13:09:02 <randomresult> my code is good
  • 13:09:25 <xaver_> like i wrote - try a graphical tool or cli and take a look at the tree
  • 13:09:53 <randomresult> i have tower for example...
  • 13:10:02 <randomresult> when opening this repo - it crashes
  • 13:10:07 <randomresult> source tree can handle it
  • 13:11:23 <xaver_> tower - no idear
  • 13:14:18 <SuburbanWorrier> randomresult: looks like there r other places to check:
  • 13:14:54 <SuburbanWorrier> refs/<refname> , refs/tags/<refname>, refs/heads/<refname>, refs/remotes/<refname>
  • 13:15:19 <SuburbanWorrier> & ./<refname>
  • 13:15:40 <xaver_> randomresult: you are at the camp?
  • 13:15:57 <randomresult> i think i ll get benjaminr s ticket
  • 13:16:13 <xaver_> ask andreas wolf at the camp
  • 14:00:14 <Guest|86030> hey guys, i have some CEs in the normal col of t3. now i want to put it in a FCEs build with flux. If i put the CE in this box, i cant see it anymore :( any solutions?:)
  • 14:02:52 <Guest|86030> i use t3 6.2.2 and flux new dev
  • 16:58:23 <mrboe> have a nice weekend guys
  • 17:02:18 <xaver_> mrboe_afk: ? you don't come?
  • 17:02:35 <xaver_> benjaminr: why you won't be in hohenheim?
  • 17:46:08 <Outdoorsman> hi mrboe I'm in the office again.
  • 19:27:45 <Outdoorsman> How do you do clear cache via the CLI?
  • 19:30:10 <Outdoorsman> Where can I find documentation on it?
  • 19:31:19 <Outdoorsman> I know from the web root it's something like /user/bin/php ./typo3/cli_dipatch.phpsh blahblah
  • 22:23:26 <Guest|11578> Hey,
  • 22:23:27 <Guest|11578> I installed fluid content elements in my typo3 (6.2.3) installation today. I configured it and created some multi column elements that can contain other content elements.
  • 22:23:27 <Guest|11578> Now I experience a problem though:
  • 22:23:27 <Guest|11578> When I create a regular content element in the multi column element, everything works fine. Once I try to add a Plugin in that column (e.g. tt_news) it just gets created in the main content column outside of the fluid content element instead of my fluid content element and then it can't be moved into the fluid content element either. I experience a
  • 22:23:27 <Guest|11578> lso a similar problem with content elements that are created outside of the fluid content element and are moved into it. They always are saved back into the main column. Or sometimes disappear completely. All elements created in the fluid content element can be moved around columns just fine.
  • 22:23:27 <Guest|11578> Since google could not help me so far I hope that anyone here might have an idea.
  • 22:23:27 <Guest|11578> Thank you for your help!!
  • 22:23:28 <Guest|11578> Sebastian