12:03:32 <randomresult> im still having this strange behavior that there is a textfield on EVERY FCE i did (and installted --> bootstrapped FluidFCE) at the bottom
12:15:04 <randomresult> but we have the same problem
12:15:34 <randomresult> but we are working togehter very closely. so maybe we copied the mistake from me to him or him to me
12:15:57 <BenjaminR> i see - i will have a short look
12:17:03 <BenjaminR> at very first i see that fluidcontent bootstrap is not ready for flux dev branch so you had to change the source to make it working?
15:17:25 <twirsing> when copying any fluidcontent element including a fal element i get following error "No fileusage (sys_file_reference) found for given UID"
15:18:24 <twirsing> i am using flux 7.0a but this seams to be an typo3 issue, can anybody confirm this error?
15:25:35 <NamelessCoder> hi twirsing - I think Cedric and Danilo both know a little bit more about this one than I do, but the way I understand it this is caused by a core issue: a sys_file_reference cannot be attached to a specific flexform field because there is no property on the "reference" table which can store the flexform field name or path. If I remember it right, using a plain old flux:field.file (which internally is a "group" TCEforms type) should work fine.
15:31:45 <twirsing> thank you for the answer. i see. as i was able to create content elements including fal elements. i was surprised that i then could not copy or translate them.
15:35:26 <NamelessCoder> unfortunately I don't have all the details but I think this is because when you use inline.fal fields the initial value is a "file:123" type value and when you attempt to copy that, TYPO3 turns it into a reference which it then cannot store :/
15:35:46 <NamelessCoder> - and I am not aware if this is solved in 6.2...
15:39:06 <twirsing> unfortunately not solved in 6.2 yet ;( I try the field.file element then.
15:40:00 <twirsing> thanx for the support. it saved me a lot of time ;)
15:46:12 <twirsing> i ran into another problem when using field.file. when try to select an image. the popup is showing me the images similar to the media modul but i cant select an image. clicking wont select an image nor would it close the popup.
15:46:59 <NamelessCoder> do you have the "media" extension installed? I think I recall something about that one breaking the browse wizard
15:47:17 <NamelessCoder> "import selection" should still work
15:49:13 <NamelessCoder> it's not really a solution but it should fix that problem. If it is some sort of JS error then Fabien would greatly appreciate a fix pull request ;)
15:49:25 <NamelessCoder> yeah, unfortunately this is a known problem
15:50:43 <twirsing> again, i am already happy not trying to find a solution for x hours.
15:52:01 <twirsing> i talked to cedric about fal in sections an mentioned a view problems, he seemed to be aware of difficulties there
15:52:26 <NamelessCoder> yep, it's a related issue - not being able to correctly store sys_file_reference
16:20:35 <twirsing> so my content element is working so far ;) but just to make it clear for me at the moment fal element is basically not working due to missing support of fal in flexforms in the core?
16:22:53 <NamelessCoder> you would experience the exact same issues if you use a standard flexform and combine the "inline" field type in this way
16:23:15 <NamelessCoder> and happy to hear it's working now :)
16:29:41 <twirsing> yes it working. of course it would have been great using fal and media management features. but that has to be added later on. thanx for your support and your marvelous work on fedext tools
16:54:45 <NamelessCoder> anytime twirsing, and thanks :)
18:12:00 <benjamin_654> @twirsing if had the same error "No fileusage (sys_file_reference) found for given UID"
18:12:52 <benjamin_654> somewhere deep in typo3 the core thinks the value of the field is a sys_file_reference UID, but it´s actually the count of relations
18:15:56 <benjamin_654> i hacked a temp solution by using a config provider http://pastebin.com/A1LQBcKp
18:48:39 <twirsing> hey, thanx benjamin_654. i'll give it a look tomorrow