11:11:38 <Guest|97074> And is it possible to set that variable using backend flex forms? I.e. I have Page/Page.html and there is flux:field.input with name "settings.domain" ?
11:53:34 <xaver> gencha_: the file is on your next stage and if you use provisioning. Local is a dev area, different branches.
13:10:48 <gencha_> xaver: oh, i see. that sounds like a horrible mess though. we have a preview host and 3 dev machines, developers usually work on feature branches, the host runs on dev. and every single time someone wants to merge their feature, PackageStates has changed
13:11:21 <gencha_> introducing more intermediary branches into the workflow, just because of that stupid file seems even more painful than dealing with the file :P
13:12:25 <xaver> its a local config not a global config. passwords like mysql aren't in git.
13:12:41 <gencha_> yeah, they aren't for us either
13:12:57 <gencha_> we store those in AdditionalConfiguration, which is ignored everywhere
13:13:49 <gencha_> but mysql passwords never change during the course of development, which packages are loaded does however
13:18:45 <xaver> we nver install extension via git deploy. we upload them via deployment, but installation takes with php caches and stuff can cause problems.
13:23:50 <gencha_> we tried several different approaches with extension deployment in the past, starting from TER-based, to git submodules to just putting _everything_ into git, just so that we can be sure to have defined, working states
13:30:09 <twirsing> hello there. i have the following problem. i created a fluidcontent element which uses flux:flexform.content. the element works fine unless i use the "Copy default content elements". Any content within flux:flexform.content is lost. Is this a known bug?
13:34:57 <twirsing> sorry fox to have bothered you. this is probably the related issue https://github.com/FluidTYPO3/fluidcontent_bootstrap/issues/111
14:04:32 <twirsing> cant get it to work. after updating all fedext extensions i get an error. Fatal error: Call to a member function preparedGet() on a non-object in xxx/fluidcontent_4_1_dev/Classes/Service/ConfigurationService.php on line 266
14:05:44 <twirsing> shouldn't flux_7_1_staging, fluidcontent_4_1_development and fluidpages_3_1_development be compatible?
14:36:50 <bjo3rn> hi twirsing I just posted an answer on gh. staging can not be considered compatible to dev.
18:28:42 <xaver> bjo3rn: benjaminr cedricziel danilobuerger tomorrow the sale for T3c Munich starts
19:58:57 <gencha> xaver: it doesn't generate a LocalConfiguration, it writes to AdditionalConfiguration for versions >=6.0 and there it simply uses array notation
20:00:12 <xaver> ok - good i searched and found nothing and at the end i needed todo the work by myself
20:00:43 <gencha> and the suite includes configurationProxy.php which allows for manipulation of LocalConfiguration from non-PHP scripts, a very nasty design choice that just had to be made at some point :P
20:03:24 <gencha> one of the goals with those scripts in the early development was to be independant of PHP, because the different hosting environments we worked in sometimes caused weird PHP problems. now you're stuck with weird problems when trying to modify the modern configuration environments of TYPO3