IRC logs

20140722

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

IRC log range: 20140722*

20140722

  • 11:03:08 <gencha_> can anyone tell me the expected format of the "cron command" in the task scheduler?
  • 12:31:07 <randomresult> hi there
  • 12:49:25 <Guest|77113> Hi guys, sorry for offtopic but I am going crazy here. How do you make hooks in 6.2?
  • 12:49:51 <Guest|77113> $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/index.php']['loginFormHook']['Generic'] = 'Provider\Extension\Hooks\LoginHook->printHelloWorld';
  • 12:50:12 <Guest|77113> this works only in 50%. Typo3 can see it but... does not use it.
  • 13:09:59 <Guest|77113> EXT:generic/Classes/Hooks/LoginHook.php:&LoginHook->printHelloWorld
  • 13:10:06 <Guest|77113> the above does not work neither
  • 13:10:15 <Guest|77113> I hate how hard it is to work with typo3
  • 14:27:01 <beo|2> i just updated a site to typo3 6.2 and alongside updated fluidcontent 3.1.0 and fluidpages 2.1.0 etc. to the latest versions. Now it seems some multi column elements are missing and the content from them are now on the single row page without any CE around them
  • 14:31:36 <beo|2> ok. they are not missing, the content is just 2 times on the page. once inside the CE and once outside
  • 14:32:52 <mrboe> have you launched the update tool in ext manager
  • 14:37:11 <beo|2> i launched a couple. Not sure if i missed it. is it from fluidpages or fluidcontent ?
  • 14:38:30 <beo|2> fluidcontent says "0 rows have been updated"
  • 14:39:07 <beo|2> and if i remember correctly it said that even when i first clicked on it
  • 14:39:26 <beo|2> maybe that is the issue
  • 14:39:37 <beo|2> just not sure what i should do now
  • 14:39:38 <mrboe> i had the same problem spme time ago
  • 14:39:45 <mrboe> for me that worked:
  • 14:40:50 <mrboe> update t3 and ext > go to ext manager > launch update tools of the extensions > go to install tool > launch update wizard > compare DB
  • 14:40:59 <mrboe> hope i remember right
  • 14:41:33 <beo|2> ok. i guess i first launched the update wizard of the install tool
  • 14:42:07 <mrboe> there was only one order which worked
  • 14:42:25 <beo|2> i guess it works when i revert the database back and make it the other way around?
  • 14:42:31 <mrboe> everything else leads into that problem
  • 14:42:37 <beo|2> ok. thanks will try that
  • 14:43:03 <mrboe> yes just dump the old DB into
  • 14:49:18 <Guest|56427> Hello, I have a question related to flux:flexform.field.relation
  • 14:49:57 <beo|2> nooo. it still sais 0 rows have benn updated. :(
  • 14:50:42 <beo|2> and i get many exec_INSERTquery MySQL errors in the backend
  • 14:51:16 <Guest|56427> I want to select a tx_news item with flux:flexform.field.relation. It works, but it only gives me the UID of that news item. How can I render this record in fluid or use some fields of this record (title, ...)
  • 14:52:51 <beo|2> ahh. flux however updated some rows
  • 14:58:55 <beo|2> mrboe: thank you a lot. I think the update script from flux helped. And i am not sure if i might just have missed it the first time around
  • 14:59:33 <mrboe> your welcome
  • 15:00:16 <beo|2> ok. next problem. But i guess that is from extbase so i will ask that somewhere else. :)
  • 15:01:46 <beo|2> or maybe it is from flux too. i get the error "Supplied file object type TYPO3\CMS\Extbase\Service\ImageService must be File or FileReference"
  • 15:07:36 <beo|2> ok. got the problem. Now i need to fix it somehow. Thanks again for the quick help
  • 15:28:30 <bbqSilver> hej there! i am using typo 6.2.3. there are some pages which has as resources an image. now i need to know how to access these images via vhs.
  • 15:29:13 <bbqSilver> is this done by "v:page.resources.fal" ?
  • 15:34:28 <mrboe> @bbqSilver https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
  • 15:42:44 <bbqSilver> thank you! but i am not using the section "configuration" to define the images. the image i need, can be found: Backend -> right click on a page element -> edit -> resources
  • 15:43:08 <bbqSilver> -> media
  • 15:46:21 <mrboe> but you cant use that in FCE
  • 15:46:26 <mrboe> you know?
  • 15:49:41 <bbqSilver> hmmm ok. than i need to think about something else ;) thank you! :)
  • 16:36:45 <twirsing> hello there. after updating to flux 7.1, fluidcontent 4.1 the flux:flexform.content element don't work anymore. this configuration used to work before http://pastebin.com/HYn08u0n but now content areas are duplicated. cache is flushed. any thoughts?
  • 16:46:22 <twirsing> here you can see the backend result https://www.dropbox.com/s/v45xplp81eop6d4/fluid_problem.png
  • 16:47:14 <bjo3rn> twirsing did you update your viewhelper arguments for flux:grid.column?
  • 16:47:41 <bjo3rn> it's now <flux:grid.column name="foo" column="bar"/>
  • 16:47:47 <bjo3rn> (self closing)
  • 16:48:07 <bjo3rn> flux:form.content is no more
  • 16:48:14 <bjo3rn> it passed away
  • 16:48:21 <bjo3rn> kicked the bucket
  • 16:49:52 <twirsing> dead. didn't know. where would i look up such information?
  • 16:50:11 <bjo3rn> if only I knew myself ^^
  • 16:51:44 <bjo3rn> srsly, I found out myself accidentally
  • 16:52:05 <bjo3rn> but this is still dev branch so it will be communicated when it gets released
  • 16:54:41 <twirsing> is there any hope to convert "old style content" using flux:flexform.content to the new way?
  • 16:55:04 <bjo3rn> it should work right away after updating the templates
  • 16:55:14 <bjo3rn> I did this just today
  • 16:58:36 <twirsing> ha! amazing. painless. thanx I lot for enlightening me
  • 17:06:50 <bjo3rn> yw. been there, done that ^^
  • 17:09:27 <bjo3rn> bbqSilver still there?
  • 17:12:22 <bjo3rn> you may want to do {v:resource.record.fal(table: 'tt_content', field: 'media', record: record) in your FCE template to access all images in the 'media' field.
  • 17:12:50 <bjo3rn> {v:resource.record.fal(table: 'tt_content', field: 'falpic', record: record) -> v:variable.set(name: 'images')} i.e.
  • 17:13:06 <bjo3rn> {v:resource.record.fal(table: 'tt_content', field: 'media', record: record) -> v:variable.set(name: 'images')} i.e.
  • 17:13:11 <bjo3rn> *dangit