IRC logs

20140616

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

IRC log range: 20140616*

20140616

  • 13:13:33 <mrboe> hello guys - back after a week "off"
  • 14:18:45 <wazum> Hello, I have the following template: http://pastebin.com/kTQfuZnB
  • 14:20:22 <wazum> now when I debug this in my frontend template <f:debug>{_all}</f:debug> I get my settings.imageLayout in a node named ROOT.settings instead of settings, what's the problem here?
  • 14:21:06 <wazum> (fluidcontent, fluidcontent_core)
  • 14:21:34 <wazum> the same thing works in a custom Textpic template, but not in the overwritten Image template
  • 14:43:03 <raisch> hi folks, i try to list some fe_users data with my extension. But i think i stuck with the repository. Is there any body out there, who would cast an eye on my configuration? I am using Typo 6.2.2 and posted my steps on pastebin: http://pastebin.com/MkS2nCzN
  • 14:46:23 <xaver> raisch: you asign it to frontendUser and {frontendUser -> f:debug()} should contain your user data
  • 14:52:15 <raisch> the problem is: if i write $frontendUser = $this->frontendUserRepository->findByUid(10); f:debug claims $frontendUser = NULL
  • 15:09:00 <xaver> extbase / TYPO3 quesion, maybe try #typo3 or #typo3-extbase
  • 15:09:37 <raisch> No - problem found. Assigned the wrong recordtype to the users (Tx_Extbase_Domain_Model_FrontendUser). Did not realize, that there was a new one of my new Extension. This took me a whole day - damn. Thank you for help!
  • 15:17:47 <raisch> bye..
  • 15:27:38 <Benny1984> Hi everybody. Since I'm trying to use "fluidcontent_core" with "fluidcontent". If I create a grid content element this error is displayed: Template could not be loaded. I tried "C:/xampp/htdocs/........../typo3conf/ext/fluidcontent_core/Resources/Private/Templates/CoreContent/Fluidcontent_content.html"
  • 15:50:06 <Neophir> I'm using Typo3 6.2.3 and the newest versions of fluidcontent, fluidpages, fluidbootstraptheme and fluidcontent_core. If I use 'normal' content elements everything works fine, but if I try to use a bootstrap grid element, Typo3 throws an error. Template could not be loaded. I tried "......./typo3conf/ext/fluidcontent_core/Resources/Private/Templates/CoreContent/Fluidcontent_content.html"
  • 16:02:24 <wazum> your question is incomprehensible, give details on the error message and what you mean with 'I tried … Fluidcontent_content.html'
  • 16:03:26 <cedricziel> wazum: that's part of the error message
  • 16:03:40 <cedricziel> (I=the template parser)
  • 16:05:14 <cedricziel> the solution should be in the irc logs somewhat around http://fluidtypo3.org/community/irc-logs.html#11:26:54 - jlumpe, ping?
  • 16:09:23 <pedda> hi there
  • 16:09:37 <pedda> any clue why formhandler might don't want to send emails to gmail?
  • 16:09:38 <cedricziel> hey pedda! long time no see!
  • 16:09:49 <pedda> or why gmail would decline those
  • 16:09:54 <pedda> and how to track that
  • 16:09:59 <cedricziel> :P
  • 16:10:01 <pedda> hey cedricziel
  • 16:10:16 <cedricziel> do you send _via_ or _to_ gmail?
  • 16:10:22 <pedda> to
  • 16:10:36 <cedricziel> then your local smtp is the issue
  • 16:10:46 <pedda> i don't use smtp
  • 16:10:50 <pedda> should i
  • 16:10:52 <pedda> ?
  • 16:10:57 <cedricziel> do you use mail()?
  • 16:11:06 <cedricziel> then check what's behind that
  • 16:11:23 <pedda> Finisher_Mail
  • 16:11:24 <cedricziel> for sending stuff to gmail, you need a fully configured mailserver where you send from
  • 16:11:32 <pedda> aah
  • 16:11:57 <cedricziel> it needs to be standard compliant _and_ following the gmail rules re ipv6 if you use ipv6 as transport
  • 16:12:04 <pedda> well so if i request a custom email address for formhandler in that project by the client's it dept. and configure smtp mailing in that project my problem is gone
  • 16:12:07 <pedda> most probably
  • 16:12:22 <cedricziel> yessir
  • 16:12:25 <pedda> great
  • 16:12:35 <cedricziel> everyone should block raw mail attempts if you ask me
  • 16:12:50 <cedricziel> there's nothing cool about not using smtp :)
  • 16:13:20 <pedda> it's mor elike.. i hit send, get an email -> making formhandler work -> check
  • 16:13:25 <pedda> next task
  • 16:13:46 <pedda> but i will switch to smtp
  • 16:13:53 <pedda> to get around this one
  • 16:15:34 <cedricziel> kk
  • 16:16:46 <Neophir> hey cedric. I've read the irc logs before I asked my question here. At jlumpe it seems as he has forgotten to execute the update script of fcc. In my case this isn't the problem.
  • 16:17:04 <jlumpe> cedricziel ?
  • 16:17:13 <danilobuerger> Neophir whats in your AdditionalConfiguration php file?
  • 16:18:00 <Neophir> @danilobuerger $GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'] = array('fluidcontentcore/Configuration/TypoScript/');
  • 16:18:42 <jlumpe> cedricziel: sorry for replying late, using coloquy on mac now, was listening to music and thought the beep was an encoding error lol :D
  • 16:18:47 <danilobuerger> Neophir please delete everything in typo3temp and then go into the install tool, yes the install tool, seriously the install tool, -> important actions -> clear all caches
  • 16:21:44 <Neophir> I've done this a few times before. As I expecting nothing changed this time ;)
  • 16:22:03 <danilobuerger> Are you using the GIT or TER version of the extensions`
  • 16:22:04 <danilobuerger> ?
  • 16:22:13 <Neophir> GIT of course
  • 16:23:08 <danilobuerger> is csc enabled?
  • 16:24:04 <Neophir> no csc-styled-content is deinstalled
  • 16:24:24 <danilobuerger> in your root template record, do you include static fluidcontent_core?
  • 16:24:40 <cedricziel> no problem jlumpe
  • 16:30:01 <Neophir> I tried to load the static template outsite the template module using typoscript. It seems that this was the problem.
  • 16:30:26 <danilobuerger> fixed now?
  • 16:30:43 <Neophir> yes
  • 16:31:14 <danilobuerger> ok, that error is always a configuration problem
  • 16:34:24 <danilobuerger> and btw its always good to thank people that help you, otherwise they might not help you next time
  • 16:36:04 <Neophir> Thank you danilobuerger ;) Sorry
  • 17:36:40 <mhmli> f:link.external has no option to pass in a link text when used with inline syntax. is this an oversight or planned?
  • 17:37:02 <mhmli> {f:link.email(email:"{addressRecord.email}")}
  • 17:37:11 <mhmli> crap wrong code sorry
  • 17:37:19 <mhmli> {f:link.external(uri:"{addressRecord.www}")}
  • 17:38:09 <mhmli> results in e.g. <a href="http://www.google.com/"></a> (so there is nothing to click on in the browser)
  • 17:58:07 <Outdoorsman> Hello again everyone
  • 18:11:33 <jlumpe> gooooooal :D
  • 18:11:40 <cedricziel> silence
  • 18:11:56 <cedricziel> this is soccer free zone
  • 18:11:59 <jlumpe> hah
  • 18:12:03 <jlumpe> i don’t even like soccer ;)
  • 18:12:04 <cedricziel> :)
  • 18:12:16 <jlumpe> just watching because it’s the world cup :D
  • 18:12:27 <cedricziel> i opened the window to let some fresh air in and the first thing i heard was that
  • 18:12:31 <jlumpe> lol
  • 18:13:16 <cedricziel> guess fresh air is out of question this evening
  • 18:13:19 <cedricziel> ;)
  • 18:14:53 <jlumpe> haha probably
  • 18:14:57 <jlumpe> here it’s not bad actually
  • 18:15:03 <jlumpe> except the 26°C in the shadow
  • 18:15:07 <jlumpe> oh wait, that’s actually nice .D
  • 18:16:36 <cedricziel> :D you're mean
  • 18:17:35 <xaver> our weather is nice ~22 - a little bit +hot, but it is ok
  • 18:26:10 <jlumpe> that’s also fine :)
  • 18:26:29 <jlumpe> around noon it’s probably 35°C + (direct sunlight)
  • 18:27:34 <xaver> i like -10 :)
  • 19:03:37 <Outdoorsman> I'm with xaver on the -10, I love snow backpacking/mountaineering.
  • 19:06:44 <xaver> Outdoorsman: i send a image and NamelessCoder said, that is the prove - we need global warming
  • 19:07:07 <Outdoorsman> nice ;)
  • 19:08:39 <Outdoorsman> I was in the mountains yesterday and it was 2°C and snowing... couldn't go any further because the road was blocked about 2 feet of snow.
  • 19:25:07 <cedricziel> nice mr Outdoorsman
  • 20:55:41 <bjo3rn> so!
  • 20:56:03 <bjo3rn> cedricziel?
  • 20:58:53 <bjo3rn> aha.