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: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: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
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: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: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"/>
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.