10:53:05 <hans_> problem: i want to make an image upload with flex (fluid_content). i got the field in the BE. when i click on the icon the popup of "media" opens; clicking the "+"-icon -> nothing hppens :-/
10:54:04 <cedricziel> can you please gist the relevant parts of your form, make a screenshot of the actual flexform and tell us, which versions you use?
11:03:32 <hans_> from https://fedext.net/overview/beginners-guide.html
11:03:35 <cedricziel> NamelessCoder is test-driving 6.0.2 before we finally switch to namespaces. can you try it out please? https://github.com/NamelessCoder/flux/tree/6.0.2
11:10:20 <hans_> i´ve also the fluidcontent_bootstrap form the package , when i want to add an image in "Bootstrap: Element Carousel" it´s the same
11:13:28 <daKmoR> Fatal error: Can't inherit abstract function Tx_Flux_Form_FieldContainerInterface::getTransform() (previously declared abstract in Tx_Flux_Form_ContainerInterface) in [...]/typo3conf/ext/flux/Classes/Form.php on line 29
11:14:05 <daKmoR> installation works fine on my machine but not on the dev server... super strange
11:14:33 <daKmoR> being on TYPO3 CMS 6.2 beta1 and flux dev-namespaces
11:16:14 <bjo3rn> cedricziel sorry for the sliding tackle :)
11:16:17 <hans_> hm, when i compare the Thumbnail Grid and the Carusel form bootstrap, the carsuell uses the media-module, the thumb. uses the selection popup, but the config in the tpl seems the same
11:17:11 <daKmoR> cedricziel: even in the dev-namespaces there is currently no use of namespaces for flux itself
11:17:24 <daKmoR> only the calles to the core function are replaced
12:00:47 <t33k> so in the end the FCE renders only 50ms VS the begining 800ms
12:01:40 <t33k> yes - thanks Benjamin for explaining my data ;)
12:23:54 <Guest|18140> About Page / Menu / DirectoryViewHelper, linkCurrent="False" doesn't seem to work (vhs 1.8.3)
12:27:58 <cedricziel> Guest|18140: Please post an issue on Github (https://github.com/FluidTYPO3/vhs/issues)
13:38:34 <daKmoR> hey cedricziel just fyi the error was indeed from using php 5.3.6... now I'm on 5.3.10 and it's totally fine :)
13:38:37 <mrboe> hi - i want to create a flux:flexform.field.input field to give the user the possibility to add a custom css class. is it possible only to allow a input like "helloworld" instead of "Hello World"
13:39:43 <cedricziel> sadly, not everybody is able to upgrade his/her php starter that easy as you did :)
13:40:21 <cedricziel> if it's not a shared environment, or known incompatibilites, i'd upgrade straight to 5.4.latest
13:52:37 <randomresult> mrboe : isnt there a viewhelper for that ?
13:53:00 <randomresult> maybe not for the input, but some vhs for frontend
13:55:34 <daKmoR> cedricziel: yeah I'm not sure about the compatibility... so I will stick with 5.3.x for now... might need another dev server pretty soon anyway... :p