05:27:45 <gencha__> i'm having a bit of an issue with caching and i'm wondering what i'm missing here
05:28:54 <gencha__> i have a site on which i want to display a button that leads to the users profile. on that button, i want to show the user's name. if i just directly attempt to do that, the first user who ever hits the site will have their name cached and all future users see his name on the site
05:29:06 <gencha__> so i went ahead and used v:render.uncache instead
05:29:41 <gencha__> which seemed to work great, but we starting getting serious issues with the site soon afterwards (apache would segfault)
05:30:07 <gencha__> so, where exactly did i go wrong in this whole process?
06:07:52 <NamelessCoder> alright that should be perfectly fine
06:08:44 <NamelessCoder> if an update of php (+deps) doesn't fix this, I'm out of guesses. I've tried and failed again and again to track down segfaults any other way than rolling back commits one by one which takes quite a while
06:08:58 <NamelessCoder> on my install it was libpcre + preg_callback
06:09:15 <gencha__> but, in general, there's nothing wrong with my approach to getting the username into the website, is there?
06:09:36 <NamelessCoder> not exactly, it all depends what you ALSO render inside that uncached part
06:10:05 <NamelessCoder> if you truly only require the username and the link is always the same for all users, has no cHash etc... then there is a standard marker TYPO3 will replace after the page is built, which would be MUCH faster
06:10:23 <gencha__> but i was already doubting the whole approach and my understanding of _INT objects
06:10:44 <NamelessCoder> there is that and a few other markers (for logins) which are replaced completely separately from anything automaketemplate, fluid etc. and after delivering from cache
06:10:53 <gencha__> ah, yeah, i think you already told me about that marker in a github issue
06:11:09 <gencha__> but at the time i couldn't figure it out
06:11:19 <gencha__> and now we ended up here... in segfault hell
06:11:25 <NamelessCoder> it's been in typo3 ever since the first time we had felogin :)
06:11:52 <NamelessCoder> well v:render.uncached does create closures etc. but I've never seen it so severely fail
06:12:02 <gencha__> i've been working with typo3 for a couple of years now, but am still constantly surprised by how little i know about it
07:06:31 <erredeco> HI there. I have a menu of pages (with v:page.menu of course ;)); I would like to assign to every page a category (sys_category) and have the category title printed as class in the menu items.
07:06:50 <erredeco> Do you have suggestions? Thank you
07:42:56 <braguzz> hi all I'm trying to update vhs flux fluidpages fluidcontent fluidcontent_core
07:43:20 <braguzz> and everything seems ok but homepage
07:43:34 <braguzz> it gives me Template could not be loaded. I tried "/data/museo/SpecialityDistribution/typo3conf/ext/fluidcontent/Resources/Private/Templates/Content/Index.html"
07:46:31 <erredeco> I think it could be something like
08:50:02 <batjony> NamelessCoder: When browsing fluidtypo3.org, the link for "ViewHelper reference" goes to https://fluidtypo3.org/viewhelpers.html where the user is not able to select "Fluid" from the dropdown box, maybe is more correct the link to go directly to https://fluidtypo3.org/viewhelpers/fluid/master.html
08:52:02 <batjony> Currently if you want to see the Fluid view helpers reference, you should choose something else for example "fluidbackend" and then again "fluid"
09:32:20 <erredeco> it works well but now I want to add a category to each page (sys_category) and retrieve the category title to use it as a class in the menu
09:32:41 <erredeco> But here I am stuck... I can't figure how to do that... can someone help me?
10:05:44 <braguzz> HomePage of my site gives me Template could not be loaded. I tried "/data/museo/SpecialityDistribution/typo3conf/ext/fluidcontent/Resources/Private/Templates/Content/Index.html"
10:38:55 <Outdoorsman> I am porting many websites to FT3 right now and am finding it very cumbersome to have to recreate about 1/4 of all my conent elements on some content heavy websites because drag/drop and cut/paste don't work when nested.
10:39:12 <Outdoorsman> So... I'm just curious if there's there's anyone with the technical know-how looking at this issue for Flux... https://github.com/FluidTYPO3/flux/issues/573
10:47:26 <Jomungand> @erredeco i'm pretty sure this is not the right way to do it, but at least it works. you could do something like
17:03:52 <Akii> my problem is that I don't get the problem
17:04:05 <Akii> missing documentation.. it's not like this is new
17:05:21 <Akii> why not just bring documentation with the features..
17:05:42 <Akii> well, the chances are good that this letter will just be ignored like every other letter
17:07:26 <NamelessCoder> maybe not, maybe someone reads it and agrees. The T3A is renewed each year, for example. I'm not too invested either way because I see a great future for CMS
17:07:55 <NamelessCoder> last two years proved enough people want it
19:11:06 <Jomungand> anyone has a clue why this example isn't working?