08:33:39 <pedda> does editing of pages != standard page work for you if you use fluidpages in that project ?
08:34:01 <pedda> for instance: external url, if i change the external url and hit save, i get an fluidpages error
08:34:22 <pedda> Fatal error: Cannot use string offset as an array in /var/www/public_www/emil-frey-classics.ch/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php on line 246
09:53:35 <pedda> if i define basic.doctypes of EXT:fluidpages in extension manager in order to be able edit non standard typo3 pages in backend while fluidpages is running, my custom extension "breaks"
09:54:14 <pedda> or at least i get plenty of error messages telling me that flux viewhelpers couldn't be loaded by the autoloader
10:00:01 <Stefanie> Fatal error: Class 'TBE_FolderTree' not found in /html/typo3/typo3_src-6.2.12/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4432
10:03:24 <pedda> you need to scroll down that message until some lines occur, which you recognize, as you're dealing with some feature of typo3 which starts breaking at a certain point
10:30:19 <pedda> it won't appear magically in frontend unless you use a viewhelper to render a FAL image
10:30:44 <pedda> this is what you're using: https://fluidtypo3.org/viewhelpers/flux/master/Field/Inline/FalViewHelper.html
10:31:06 <pedda> you see this: Example how to get the first file reference from a fluidcontent element, for the flux field named "settings.files": {v:content.resources.fal(field: 'settings.files') -> v:iterator.first() -> v:variable.set(name: 'settings.files')}