02:02:17 <jmverges> err: /Stage[main]/Typo3/Exec[loadTYPO3Extensionscheduler]/returns: change from notrun to 0 failed: /var/www/test1/typo3/cli_dispatch.phpsh extbase extension:install scheduler returned 1 instead of one of [0] at /var/www/typo3-base/puppet/modules/typo3/manifests/init.pp:106
02:02:33 <jmverges> err: /Stage[main]/Typo3/Exec[removeTYPO3Extensionscs]/returns: change from notrun to 0 failed: /var/www/test1/typo3/cli_dispatch.phpsh extbase extension:uninstall css_styled_content returned 1 instead of one of [0] at /var/www/typo3-base/puppet/modules/typo3/manifests/init.pp:99
18:46:55 <arnekolja> Hey there. I am migrating my migration from old fedext settings to flux 7.1, fluid pages 3.1.1 and fluid content 4.1. So far everything works fine, but whatever I do - I cannot get a page's grid to show up. I can correctly switch to the template I defined and it's working in the fronted, but the backend layout does not switch.
18:47:46 <arnekolja> I even shrunk down the grid definition to <flux:form.content name="Hauptinhalt" />, but it still does not show the proper backend layout.
18:48:03 <arnekolja> Do you have any hints for me how to debug this or what I could have forgotten?
18:52:09 <arnekolja> yep. didn't do anything. 0 rows needed to be updated and caches are as clear as they could be.
18:55:01 <gbod> arnekolja. You have to set th Backend Layout to Fluidpages in the Appearance Tab of page settings.
18:59:43 <arnekolja> gbod, thanks a lot. That was it. Fun fact: I didn't see this, because my extension hides the backend layout field, as it wasn't needed before migrating. Seems like having to choose the backend layout once is totally new.
19:00:17 <arnekolja> Weird that I did not see this in any documentation.
19:02:37 <gbod> arnekolja: Well, it's now the standard TYPO3.CMS way of switching the backend layout.