08:26:46 <danilobuerger> it all depends... for flux me and NamelessCoder talked about going down the nested set route with a wrapper on top to capsulate it
10:09:16 <Guest|52347> I got a few questions regarding fluidcontent and fluidpages.
10:09:16 <Guest|52347> My problem is that page content elements are not being rendered and displayed. Neither regular content elements nor fluid content Elements.
10:09:16 <Guest|52347> My setup: I'm unsing TYPO3 6.2.3, flux 7.0.0, fluidpages 3.0.0, fluidcontent 4.0.0, vhs 1.8.5 and created a provider extension with builder 0.11.0. I am able to render cObjects, so Menus are working fine, but <v:content.render column="1" /> doesn't seem to deliver anything. I tried a debug, there is an array with the number of elements inserted at
10:09:16 <Guest|52347> the section, but no content is rendered. Not even the dummy content element provided by the builder generated extension.
10:09:16 <Guest|52347> Any clue, what I might be doing wrong?
10:09:16 <Guest|52347> Also I was wondering how and where the name for the Template file is determined. Do I have to use MyPageTemplate.html? I was unable to find the binding of that file.
10:13:43 <bjo3rn> the layout file name is determined by what is set in <f:layout name="..."/>
10:14:20 <bjo3rn> which is set again in page template files
10:15:01 <Guest|52347> right, but it says: <f:layout name="Page" />
10:15:35 <bjo3rn> sorry, file names are arbitrary afaik
10:16:00 <bjo3rn> layouts and templates are connected via <f:layout />
10:17:02 <bjo3rn> you can have several templates for one layout or vice versa
10:18:26 <Guest|52347> Oki, thank you, I'll guess I'll figure it out somehow, I tried changing the name to more straightforward speaking names, but then the file couldn't be found anymore, although <f:layout /> remained the same, so I was wondering, especially regarding multiple files
10:19:19 <bjo3rn> you might have to clear all caches through the install tool
10:19:46 <Guest|52347> Yeah, I guess it's a caching problem, thank you for that. But that's a minor problem right now, since I'm kind of goind nuts with the flexible content rendering.
10:20:02 <Denyerec> If you're debugging somethign in the BE, what's the function call to var_dump things nicely ?
10:24:59 <Guest|52347> Well, it's not a lot of code. It's just <f:render section="ContentTopLeft" /> in the Layout file Page.html and right now I was trying something like this in tha template file: https://gist.github.com/phil-schreiber/8044b0571bd9f7b63512
10:29:56 <Guest|52347> Sry, Denyerec, you're talking to me? There are no controllers in my provider extension, which I could use for the debug call....
10:32:42 <Guest|52347> But I did debug the output with <f:debug and it gives me an array with the number of elements that are inserted in the section, but each element contains only an empty string
10:34:58 <cedricziel> Guest|52347: you have an indentation problem in your gist :)
10:35:11 <cedricziel> if you want manual rendering, you should use v:content.get
10:38:10 <Guest|52347> It's a bit dirty, sry for that. I tried v:content.get. Same problem. Even if I give contentUids.
10:41:15 <Denyerec> Is this a reasonable bugreport?
11:02:33 <Denyerec> I think it was coding standards trimming trailing whitespace
11:35:18 <xaver> i use the json viewhelper from vhs and its really great to get in object in FE, but i have a problem.RTE links aren't converted. any idea for a solution?
12:00:59 <xaver> danilobuerger: what did you say - always a helpful answer in view minutes
12:48:01 <ponten> hi! may i direct your attention to my SO question? -> http://stackoverflow.com/questions/23909519/typo3-duplicate-content-elements-and-fields-after-fed-update
13:00:36 <cedricziel> dont get me wrong-i think this could easily be done - i just have to double check
13:01:03 <cedricziel> maybe one can add some when embeding-then we could prepare them
13:04:59 <soee> youtube desnt have option to autocreate subs ?
13:05:37 <cedricziel> even if-i have to ask for permission. jweiland publishes them and it would be cool if we can have it all on their youtube channel
13:05:54 <cedricziel> NamelessCoder doesnt like youtube btw-so vimeo remains as viable option
13:09:29 <ponten> Cedricziel I have to correct myself, sorry! The update was from flux 6.0.2 and I upgraded using the info from the Migration page. After the update from FED to Flux everything still worked. I got two projects confused in my head (busy week) ;-)
14:07:00 <xaver> for VARIABLE in flux fluidcontent_core fluidcontent fluidpages vhs view builder; do; git clone -b development https://github.com/FluidTYPO3/$VARIABLE.git > /dev/null 2>&1 &; done;
14:15:16 <ponten> cedricziel, I just installed the fluidtypo3org-master provider extension from git into a clean 6.2.2 installation and i just get the following: http://imgur.com/udjnXgf
14:16:42 <ponten> could it be my apache environment=
14:18:19 <ponten> any special requirements? php version, libs, etc? something i could check?
15:41:35 <cedricziel> xaver, please PR to vhs re rights: https://github.com/FluidTYPO3/vhs/blob/development/Classes/Service/AssetService.php#L313
15:42:26 <cedricziel> should be simple as checking global setting afterwards and owerwriting them with settings from install tool if existent (mybe there's a core method?) and chmod
17:53:31 <benjamin_654> Outdoorsman: did you "clear all caches" in the install tool?
17:53:31 <bjo3rn> blank screens are always hidden exceptions
17:53:41 <Outdoorsman> Parse error: syntax error, unexpected '===' (T_IS_IDENTICAL), expecting function (T_FUNCTION) in /home/netchd/public_html/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php on line 1010
17:58:54 <TeddyBears> i'm using flux 7.0 and fluidpages. i add a section in the configuration section for my page and in subpage i have a inheritance error
17:59:09 <TeddyBears> i saw in IRC log and stackflow that this error is fixed
17:59:27 <TeddyBears> but if i have always this error
18:02:18 <TeddyBears> if i use inherit=0 for the flux:form.section and the flux:form.object. i don't have error on the sub pages. But in the first page i have a error that inherit was not registered
18:02:50 <bjo3rn> TeddyBears this is fixed in current dev but not in TER
18:37:59 <benjamin_654> bjo3rn: @https://github.com/BenjaminBeck/flux/commit/432c - i did the "TRUE === is_array($val)" , but i am not sure if it is really needed, is_array can only return true or false
18:40:52 <xaver> benjamin_654: is_array can only return a boolean if(is_array($xy)) is secure and enough
18:42:02 <Denyerec> Is it possible to create multiple content elements at one ?
18:42:11 <benjamin_654> yes, so the general rule is if the function can return something else than boolean the use TRUE === ?
18:42:13 <Denyerec> Be really useful if I could bulk edit right now.
18:43:08 <xaver> normally yes, because if the return type is unsecure it can fail
18:43:34 <xaver> if( (array) $var !== $var) {is no array} else {array} is faster
18:45:30 <benjamin_654> xaver: http://stackoverflow.com/questions/6126931/cast-to-array-vs-is-array "The problem […] Is that it's faster than is_array for small arrays, but disastrously slower for large ones."
18:46:31 <benjamin_654> xaver: but the quoted one has only 1 reputation ..
18:47:29 <xaver> is array is fast anyway ;) and other functions are much worse
21:41:53 <xaver> submodules have only a small referenz and commit hash
21:42:24 <randomresult> so i can have a t3 install with all the dependencies as submodule - and this could be cloned in new projects with there own provider extensions
21:42:41 <randomresult> we are planning a master slave system for a customer with x websides.
21:46:26 <randomresult> but i talked to danilobuerger and he nearly jumped at me when i told him how i work. now i think of another way. this could be one
21:46:42 <randomresult> and: tower makes it quite easy to work with submodules
21:47:01 <randomresult> thats why i want a base git and this as a submodule
21:47:27 <randomresult> commit the correct states in the base. chekcout the complete submodules (--recursive) in all webs.
21:47:39 <randomresult> one time hassle.... x-times fun
21:48:58 <randomresult> i talk about the following ext (as example) in my base: typo3-core / flux / fluidpages / vhs / fluidcontent / powermail / view / baseprovider
21:49:42 <randomresult> well ... i will need to check it out
22:07:43 <Outdoorsman> That's what the title suggests. I guess I'm not sure how that's a benefit because most sites have a unique page structure so to copy a theme to a new website may not translate well since there are different PID's there.
22:12:01 <Outdoorsman> I'm still trying to wrap my brain around the new concept of TYPO3 distributions (I previously wrote themes... oops).
22:13:18 <Outdoorsman> It's pretty much a copy/paste of your extension and away you go with a preconfigured design. When you use flexforms, none of those values are stored in the extension correct?
22:26:59 <Outdoorsman> 1. I set the slider "Width of sidebar" in the flexform options under Page Configuration and then click save.
22:27:49 <Outdoorsman> 2. I come back to page properties and look at that slider again. Sometimes the slider is clear to the left as if it hasn't been set even though it was just set.
22:28:18 <randomresult> could u raise a bugreport on github pls.
22:28:19 <Outdoorsman> It behaves appropriately in the frontend but doesn't seem to be showing correctly in the BE.