IRC logs

20141009

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

IRC log range: 20141009*

20141009

  • 01:01:01 <NamelessCoder> hey danilobuerger
  • 01:01:12 <danilobuerger> hey :-)
  • 01:01:16 <NamelessCoder> do you plan on rejoining the private channel? ;)
  • 01:03:25 <danilobuerger> i can, but since i dont have a bouncer anymore i need to manage channels across a few macs
  • 10:48:08 <Phil> hi all
  • 10:48:42 <Guest28209> i have a question about flux field : how can we create our own field ?
  • 10:50:46 <Phillo> i need to select content from tt_content and pages in a select list, but the existing 'relation field' can not select 2 tables
  • 10:57:56 <Phillo> someone here ? :)
  • 11:06:09 <NamelessCoder> Phillo there was a question about this one or two days ago
  • 11:08:14 <Phillo> i want to select a custom content and/or pages, but without relation between them
  • 11:08:42 <Phillo> i just started to use typo3 1 month ago (personal project)
  • 11:08:53 <Phillo> it is easy to extends flux and create my own field ?
  • 11:10:03 <NamelessCoder> it's not too hard Phillo - one viewhelper class and one component class
  • 11:10:16 <NamelessCoder> sorry I can't find the IRC log place were this was discussed
  • 11:12:10 <Phillo> do you know if there is an exemple or a tutoriel?
  • 11:12:49 <NamelessCoder> basically, 1) copy a flux field viewhelper, 2) create a subclass of FluidTYPO3\Flux\Form\AbstractFormField and set "type" to "group" (and add other options if needed). Then from the ViewHelper create a field using $this->getContainer()->createField($entireClassName).
  • 11:12:50 <Phillo> i try to check flux extension, but im lost in it.
  • 11:15:49 <Phillo> ok will try it now :) thanks
  • 11:36:16 <randomresult> hi there
  • 11:36:28 <randomresult> im just updating a VERY old fedext web
  • 11:36:41 <randomresult> now i see every content in twice on the page
  • 11:37:05 <randomresult> i updated flux from 6.x to 7.0 and then to 7.1
  • 11:37:27 <randomresult> i ran an updatescript after 7.0 i think i remember (?)
  • 11:37:55 <randomresult> but then, after replacing the db for another test, this migration is missing...
  • 11:40:20 <randomresult> that colpos to 18181 is missing
  • 11:51:09 <randomresult> is there a way to change the 18181 colpos manually in the db? any script or something?
  • 11:51:22 <randomresult> i cant find the migrationscript...
  • 11:53:17 <randomresult> anyone?
  • 11:57:09 <randomresult> @NamelessCoder maybe?
  • 12:10:13 <randomresult> ok. it changed to 18181 (from -42) but... in my db there is no -42 at all
  • 12:10:14 <randomresult> ?
  • 14:55:58 <soee> mrboe: ping
  • 14:56:04 <mrboe> hi
  • 14:56:42 <soee> mrboe: do you mind if i do a pr with some simple extension icon that will repace teh default one (for tbt) ?
  • 14:58:24 <mrboe> you have to change the path
  • 14:58:50 <mrboe> or what you wanna do
  • 15:00:08 <soee> mrboe: twitterbootstrapthem uses defule extension icon (black TYPO3 logo - in Extension Manager), i can propose simple one that will replace this
  • 15:01:42 <randomresult> soee that should be a mistake
  • 15:01:46 <randomresult> did u clear cache?
  • 15:01:49 <randomresult> installtool?
  • 15:02:01 <mrboe> all FCE have custom icons
  • 15:04:16 <soee> wrr im not talking about custom elements ;D
  • 15:04:26 <soee> mrboe: i want to introduce new icon for this https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/ext_icon.gif
  • 15:05:07 <soee> some simple one so the extension have unique not teh default generated by TYPO3
  • 15:54:42 <Phillo> i created a custom field class taking exemple on relation field
  • 15:54:55 <Phillo> but i cant get anydata
  • 15:55:04 <Phillo> in my select list
  • 16:36:48 <drlimbo> good afternoon
  • 16:37:20 <drlimbo> whats the best way to "set" the page <title> with fluidtypo3? - i'd like to get something like <title>Current Page - Global Title</title>
  • 18:04:20 <drlimbo> if i try to upload a file in t3-filelist i get the error "Referrer host "" and server host "my.domain.tld" did not match!"
  • 18:04:45 <drlimbo> someone has an idea?
  • 18:05:59 <rosieres> drlimbo you can set this as a security setting in installtool
  • 18:06:16 <drlimbo> oh, ill try to find
  • 18:06:42 <drlimbo> [SYS][doNotCheckReferer] = 0 i think?
  • 18:07:48 <rosieres> test it. I did not ever needed it so far
  • 18:10:35 <drlimbo> ah, this works =)
  • 18:19:49 <drlimbo> back again, damn timeouts
  • 23:05:21 <Gruenbaer> Hi. I installed fluidbootstraptheme and am getting this error message: Fatal error: Call to a member function getOption() on a non-object in /html/typo3/typo3conf/ext/fluidbootstraptheme/Classes/Controller/ContentController.php on line 46
  • 23:05:50 <Gruenbaer> Does any of you guys have a hint how to overcome this?
  • 23:06:14 <Gruenbaer> Line 46 says: $useTypoScriptOptionFromForm = $this->provider->getForm($record)->getOption('useTypoScript');