02:57:57 <mdddz> from time to time, but only when I am logged out of the Backend, and only until I log in again TYPO3 forgets my TS config, which is included via \FluidTYPO3\Flux\Core::addStaticTypoScript(...);
03:00:52 <mdddz> I looked for some minutes, but not at every issue of every extension
03:03:35 <cweiske> can you reproduce the problem again and again, or does it really only happen now and then?
03:06:51 <de_macrocom> Hi there. I posted a question concerning controller arguments in FluidTYPO3 on http://stackoverflow.com/questions/36505001/how-to-pass-argument-to-controller-action-with-fluidtypo3
03:07:17 <de_macrocom> Seems nobody can help there. Can you?
03:43:37 <mdddz> cweiske: sorry, there was a meeting I had to attend to
03:51:08 <mdddz> and then some fluid powered basics, like overriding ContentCore template paths
03:51:22 <cweiske> does it work when you use typo3's default method to include static typoscript?
03:52:44 <mdddz> I tried Option 1 and 2 ( https://fluidtypo3.org/documentation/templating-manual/templating/provider-extension/configuration-files.html ) but could'nt make it work
03:53:16 <mdddz> the TS just did not produce any effect like it was not read afterall
03:53:37 <cweiske> for option 1 you need a setup.txt in the folder you add via "addstaticfile"
03:53:58 <cweiske> *and* you need to include it in you main typoscript template in the database
03:53:58 <mdddz> yes, there is one named exactly that way
06:44:48 <haki> everytime i try to install fluidcontent 4.4.0 i get the error: Could not access remote resource http://repositories.typo3.org/mirrors.xml.gz. can someone help me with this one?
06:47:06 <cweiske> that's a general typo3 problem, not a fluid specific one
06:47:19 <cweiske> fix your network connectivity problems on your server
06:47:27 <cweiske> ssh into it and curl or wget this file
06:47:34 <cweiske> you'll probably get more information that way
06:47:47 <haki> its not the server. i can install the newer versions, but not the 4.4.0
07:15:21 <de_macrocom> Good afternoon. How do I pass arguments to a flux-enabled controller? It just doesn't work out for me as detailed here: http://stackoverflow.com/questions/36505001/how-to-pass-argument-to-controller-action-with-fluidtypo3 Any hints?
07:39:39 <drlimbo> i just created an extbase extension - is there a way to use the current page as storagePid if there is nothing set in the plugin?
07:42:56 <cweiske> current page is at $GLOBALS['TSFE']->id
07:50:35 <grimmcreative> Hello @all, how can i get my data from a flux:field (from page template) inside my v:page.menu? just {name} does nothing {pageRecord.name} too :( (all newest TER Versions of extensions) — THANKS
07:53:33 <bjo3rn> grimmcreative there's flux:form.data to extract a flexform's values.
07:54:45 <grimmcreative> Ok - will try it :) thanks
07:57:51 <haki> one more question, any idea for: Fatal error: Call to undefined method FluidTYPO3\Fluidcontent\Service\ConfigurationService::getTypoScriptSubConfiguration() in ?
08:03:26 <drlimbo> thanks cweiske, i just tried something like that:
10:06:29 <drlimbo> crazy... i have an extbase extension and in the list view in fluid i debug v:page info {v:page.info() -> f:debug()} BUT this returns me an incorrect UID of the actual page, but the correct content
10:06:45 <drlimbo> and i have only one list element on this page, but i get the debug two times
10:11:54 <de_macrocom> I also see that multiple debug rather often. So would also be interested what causes it.
10:13:39 <drlimbo> mhh, i think realurl messed something around, i just saw in the table that i have two pages with the same name
10:17:02 <drlimbo> yes, it was realurl, so everything ok with debug, sorry de_macrocom