IRC logs

20140717

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

IRC log range: 20140717*

20140717

  • 00:58:11 <Shaggz> Hey guys. I installed my first TYPO3 6.2 Version and after that I installed the TER Version of flux, fluidpages, fluidcontent and vhs
  • 00:58:45 <Shaggz> Afterwards I tried to create a Page but get a SQL error tx_fed_page_flexform_sub doesn't have default value
  • 00:58:57 <Shaggz> Does somebody has the same problem and can tell me how to fix it?
  • 09:43:42 <Guest|55954> Hey people. Do you know how can I read typoscript variables from ContentController?
  • 09:44:51 <Guest|55954> omg nvm, I know that. I need more coffee...
  • 09:44:51 <FT3BOT> c[_]
  • 09:55:46 <Guest|55954> Is there a way to STORE variables in Typoscript using Controller? Or is it read only?
  • 09:56:04 <Guest|55954> 'cause I am trying to find a way third day in a row already and I think it is all in vain
  • 10:19:53 <bjo3rn> Guest|55954 not to my knowledge (which is limited tbh). what about accessing your extbase controller as a plugin via USER?
  • 10:22:08 <Guest|55954> I resigned from trying to modify TS variables from controller
  • 10:22:23 <Guest|55954> Unfortunately someone will have to edit TS files to adjust the site!
  • 10:22:31 <Guest|55954> i dont care! yolo
  • 10:22:57 <bjo3rn> ok. constants maybe to ease things?
  • 10:28:13 <Guest|55954> I tried but somehow they are ignored from Content Element
  • 10:28:22 <Guest|55954> I mean when using Constants Editor
  • 10:30:05 <bjo3rn> did you prefix them like plugin.tx_myproviderext.settings.foo ?
  • 10:30:13 <Guest|55954> yes
  • 10:30:17 <bjo3rn> .oO
  • 10:30:24 <Guest|55954> I must have missconfigured something
  • 10:30:36 <bjo3rn> you're doing it wrong ^^
  • 10:30:56 <bjo3rn> srsly, let me look something up
  • 10:32:08 <Guest|55954> So there is a extension based on flux. It has Templates/Content/Logo.html and I use tag {settings.domain} to print it out
  • 10:32:30 <Guest|55954> but it is not there. When I do the same in Templates/Page/Page.html it works
  • 10:32:39 <Guest|55954> same for Layouts
  • 10:33:07 <bjo3rn> ah, I didn't get that. it's working for me in a page template. never tried a ce.
  • 10:33:14 <bjo3rn> let me check that.
  • 10:33:29 <Guest|55954> so in ContentElement templates I can use variables from static typoscript files
  • 10:33:59 <Guest|55954> but if I want to change it in the BE, its not working
  • 10:35:37 <bjo3rn> works for me
  • 10:36:09 <bjo3rn> I'll pastebin, sec
  • 10:37:49 <bjo3rn> http://pastebin.com/v1kwE0kR
  • 10:38:52 <bjo3rn> spot something?
  • 10:39:42 <mrboel> hey Guest|55954 i told you all that stuff yesteday
  • 10:40:21 <bjo3rn> hi mrboel
  • 10:40:30 <mrboel> hey bjo3rn
  • 10:40:36 <bjo3rn> didn't know that :S
  • 10:40:51 <mrboel> thats why i want to save your time
  • 10:41:55 <mrboel> i also paste a page setup for thet and then he logged out - thats not really nice
  • 10:43:15 <bjo3rn> what's the url to your bootstrap package again?
  • 10:43:44 <mrboel> to my fork
  • 10:43:49 <mrboel> or to the normal
  • 10:43:50 <mrboel> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 10:44:36 <bjo3rn> egal, thanks
  • 10:47:38 <mrboe> i would like to know where the fu*** L comes from on my name some times
  • 10:48:20 <mrboe> when i restart znc its gone
  • 10:49:22 <Guest|55954> Sorry guys
  • 10:49:33 <Guest|55954> im i did not log out! I am jsut at the office
  • 10:49:39 <Guest|55954> big thx for your support, will go through that again
  • 10:49:54 <mrboe> here again https://gist.github.com/misterboe/d51e09bd7846ae29fd5a
  • 10:50:00 <Guest|55954> mrboel, I must have missed that, sorry
  • 10:50:42 <mrboe> thry that and debug "page"
  • 10:53:03 <Guest|55954> inherit is the trick?
  • 10:53:59 <mrboe> could be, dont know exactly what you wanna do
  • 11:07:26 <Guest|55954> Hm, nope. Still does not work.
  • 11:07:50 <Guest|55954> But it is propably my configuration
  • 11:08:54 <Guest|55954> I set {settings.phone} in Templates/Page/Page.html and try to call it from Templates/Content/Phone.html
  • 11:09:43 <mrboe> have you tried page.phone
  • 11:09:47 <bjo3rn> you _set_ it? how?
  • 11:10:30 <bjo3rn> you can't set a variable in a page template and access it in a content element.
  • 11:10:48 <Guest|55954> using flux:field.input and giving it a value in the BE
  • 11:11:00 <Guest|55954> <flux:field.input name="settings.phone" label="Phone: " inherit="1"></flux:field.input>
  • 11:11:05 <bjo3rn> ah, ok
  • 11:11:12 <bjo3rn> I had something different in mind
  • 11:11:31 <Guest|55954> I had an idea of setting some global values in root and inherit it in subpages and widgets
  • 11:11:40 <Guest|55954> But I think my attempt is just wrong
  • 11:11:48 <Guest|55954> There must be other legal way of doing it
  • 11:11:56 <mrboe> do that with constants
  • 11:11:58 <bjo3rn> I'm not sure if page template variables are accessible in content elements.
  • 11:12:09 <bjo3rn> +1 for mrboe's suggestion and see above
  • 11:17:50 <bjo3rn> page and content templates can access the same typoscript settings defined in the be or via static ts but they can't change them 'upwards
  • 11:17:52 <bjo3rn> '
  • 11:18:24 <bjo3rn> read: overriding a setting in a page template won't affect a content element and vice versa
  • 11:18:41 <bjo3rn> afaik
  • 11:20:38 <Guest|55954> Great! Thank you for your patience and time guys
  • 11:21:08 <bjo3rn> np :)
  • 11:35:27 <randomresult> cedricziel u there?
  • 11:37:41 <randomresult> some offtopic: i want to use a privat key to connect via ssh to a server. this key has no password but im still asked for one. any ideas?
  • 11:37:54 <bjo3rn> osx?
  • 11:38:05 <bjo3rn> ehem, OSX??
  • 11:38:09 <bjo3rn> ^^
  • 11:38:13 <randomresult> yes
  • 11:38:16 <randomresult> hi bjoern
  • 11:38:29 <bjo3rn> keychain password probably, son.
  • 11:38:50 <bjo3rn> or are you asked everytime?
  • 11:38:58 <randomresult> i have no password
  • 11:39:13 <bjo3rn> no password on the keychain??
  • 11:39:23 <randomresult> partner on windows can connect without password
  • 11:39:29 <randomresult> (using putty)
  • 11:40:42 <bjo3rn> is the host added to ~/.ssh/known_hosts ?
  • 11:41:08 <randomresult> i think so yes
  • 11:41:12 <randomresult> lemme check
  • 11:42:50 <bjo3rn> see also http://apple.stackexchange.com/questions/18458/password-dialog-appears-when-ssh-private-key-permissions-are-set-to-0600
  • 11:46:03 <randomresult> bjo3rn thx. but ... puh.
  • 11:46:35 <bjo3rn> too exhausting?
  • 11:47:01 <bjo3rn> and the upcoming heat...
  • 11:47:15 <bjo3rn> nothing for old bones.
  • 11:48:48 <bjo3rn> randomresult are you still with us? say something.
  • 11:49:32 <randomresult> there i am
  • 11:50:06 <discotizer> Hi folks... i have an issue with fluid flexforms: one element is an RTE and when i link to any page the link does not get rendered by realurl. the page is linked by id instead... any ideas? using latest versions of typo3, flux and fluidcontent
  • 11:50:50 <bjo3rn> discotizer how do you render the fields content in your template?
  • 11:51:18 <randomresult> +damn... need to enter a password everytime i try to connect
  • 11:51:25 <randomresult> but i have NO PASSWORD
  • 11:53:39 <randomresult> and my partner does not need a PASSWOR on Windows... what the heck ...
  • 11:53:55 <bjo3rn> windows is more h4x0r style ^^
  • 11:54:22 <discotizer> bjo3rn: like this <f:format.raw>{bodytext1}</f:format.raw>
  • 11:54:22 <FT3BOT> ¯\_(ツ)_/¯
  • 11:54:23 <bjo3rn> is it the osx pasword dialog or inside the console?
  • 11:54:33 <randomresult> osx
  • 11:54:50 <bjo3rn> then try this: http://apple.stackexchange.com/questions/18458/password-dialog-appears-when-ssh-private-key-permissions-are-set-to-0600/26252#26252
  • 11:55:04 <bjo3rn> (follow the link to the specific answer)
  • 11:55:13 <bjo3rn> discotizer try <f:format.html> please
  • 11:55:13 <FT3BOT> ¯\_(ツ)_/¯
  • 11:55:49 <bjo3rn> discotizer are the links rendered like 'link:123'?
  • 11:56:15 <discotizer> bjo3rn well i didn't use html for a specific reason... i think because of the code which is rendered before and after
  • 11:56:39 <discotizer> no... like ?id=5
  • 11:56:52 <bjo3rn> then it's not a problem of ft3 I'd say
  • 11:57:01 <discotizer> hmm okay
  • 11:57:09 <discotizer> i'll try with html again and see
  • 11:57:18 <discotizer> thanks so far :)
  • 11:57:25 <bjo3rn> yw, good luck
  • 11:58:03 <bjo3rn> cool nick btw ;)
  • 11:58:21 <discotizer> thx... it's my artist name
  • 11:58:32 <discotizer> producing music with that
  • 11:59:29 <bjo3rn> srsly? cool. I've djed ages ago myself and toy around with reason
  • 11:59:30 <randomresult> bjo3rn now i had the wrong rights for the key... its now ignored...
  • 11:59:54 <discotizer> cool, what style exactly?
  • 12:00:33 <bjo3rn> house, tech-house, minimal. like that.
  • 12:00:56 <bjo3rn> randomresult .oO
  • 12:00:57 <discotizer> nice! i'm into disco house, latin- and swing-house
  • 12:02:03 <bjo3rn> randomresult you don't get that dialog with other keys I guess? not even once a session?
  • 12:02:23 <randomresult> i will restart now
  • 12:02:29 <randomresult> from scretch
  • 12:03:47 <bjo3rn> discotizer which platform/daw are you using? or 'real hardware'?
  • 12:05:25 <randomresult> hmmm i have a ppk (putty passwordfile)
  • 12:05:35 <bjo3rn> wft?
  • 12:05:44 <bjo3rn> ehem. I mean wtf?
  • 12:05:44 <FT3BOT> ¯\_(ツ)_/¯
  • 12:07:34 <bjo3rn> you can convert that
  • 12:08:02 <bjo3rn> http://superuser.com/a/626959
  • 12:15:28 <discotizer> bjo3rn: PreSonus StudioOne... no hardware beside a keyboard
  • 12:20:20 <xaver> https://pbs.twimg.com/media/BsukfXKIEAEcUyN.jpg
  • 12:43:59 <bjo3rn> randomresult any progress?
  • 12:59:39 <randomresult> jupp
  • 12:59:49 <randomresult> converted .ppk to .pem file and now it works
  • 15:01:43 <Guest|55954> Hey guys, offtopic; How can read variables from table page inside typoscript? :p
  • 15:02:00 <Guest|55954> All I want to do is set page.meta.robots value depending on the input
  • 15:02:23 <Guest|55954> I know how to set robots, how to make conditions but I cannot find a way to read from table "pages"
  • 15:52:03 <Guest|92317> ./name Martin
  • 15:52:13 <xaver> -.
  • 15:52:18 <Uti> :D
  • 15:52:20 <Guest|92317> yeah sorry :D
  • 16:04:35 <Guest|92317> Hey Guys, I'm using TYPO3 6.2 and Flux 7.0. Now i wanted to creat an Structure 50/50 Element with some content in it. After creating some content I wanted to translate my page into another language. When i did this my Structure Element was empty and i had to copy all Elements into it again. Does anyone have an idea what went wrong?
  • 16:07:03 <Uti> Hi Guest, i have the same problem, copieng an element with some elements in it doesn't copy the inner elements ... any idea someone?
  • 16:14:56 <Uti> noone?
  • 16:15:17 <Uti> Anyone has a working multilanguage 6.2 page with fluidcontent?
  • 16:16:38 <MartinMM> Yeah some help would be really nice
  • 16:17:09 <bjo3rn> I have
  • 16:17:47 <Uti> @bjo3rn do you have nested elements and copy is working?
  • 16:17:48 <bjo3rn> which versions are you using? TER oder dev?
  • 16:18:17 <Uti> i tried ter and development and backlog
  • 16:19:10 <bjo3rn> let me try something, sec
  • 16:20:05 <NamelessCoder> For updates about translation/copying of nested content elements please bookmark and check: https://github.com/FluidTYPO3/flux/issues/573
  • 16:22:17 <bjo3rn> this is known. the elements do get copied but are moved out of the container. see the above issue for updates to that matter.
  • 16:28:16 <Uti> ok thanks you, ill read it all and try to get it working
  • 16:29:51 <Uti> bjo3rn did you try it?
  • 16:30:34 <bjo3rn> yes, see above
  • 16:31:08 <bjo3rn> no workee ;)
  • 16:31:31 <Uti> is there a fix for it? you know?
  • 16:32:12 <bjo3rn> see above
  • 16:32:15 <bjo3rn> ^^
  • 16:32:24 <bjo3rn> https://github.com/FluidTYPO3/flux/issues/573
  • 21:48:01 <paosinga> Hello I try to get fluidpages running and end up with fe error "no page template selected" I have a clean 6.2 with flux fluid.pages etc from git (master); In the wiki from wiki/How-to-Use-FluidPage it says that a I have to include "Fluid Page Static Typoscript Template" but I don't see someting like this in the include area; any help appreciated
  • 21:55:42 <xaver> paosinga: edit your page sleect a tempalte
  • 21:55:55 <xaver> if you use fluidpages and crated a provider with a Page tempalte
  • 21:57:20 <paosinga> I am not sure if I created a provider -- worked through the "https://github.com/castiron/fluidpage/wiki/How-to-Use-FluidPage"
  • 21:58:18 <paosinga> In page ->Edit ->Page Configuration I have an error: "Data Structure ERROR: No proper configuration! "
  • 21:59:12 <xaver> Page Layout
  • 21:59:18 <xaver> not ocnfigurtaion
  • 22:04:56 <paosinga> I have made a mistake and workes through the wrong tutorial; it's about fluidpage not fluidpages -- sorry for this
  • 22:09:00 <xaver> no problem