02:41:26 <braguzz> someone could help in upgrade extensions in a site?
02:41:54 <braguzz> I've upgrade (with many tears) a development version
02:42:25 <braguzz> but I've some problem in upgrade the 'copy' of the 'real site
02:42:42 <braguzz> I got Could not analyse class:Tx_Vhs_ViewHelpers_Extension_Path_ResourcesViewHelper maybe not loaded or no autoloader?
02:57:16 <braguzz> some old {namespace v=Tx_Vhs_ViewHelpers}
04:17:40 <fger> hi guys, one quick question: if you change the configuration-section in an FCE you need to re-save all existing FCEs in the TYPO3 instance
04:18:29 <fger> does one know a nice functionality to do this by script ?
04:19:05 <fger> i.e. any contentelement with tx_fed_fcefile = X ...
04:19:45 <fger> just wanted to know about the "re-save" part. is there a nice core function or even a method/utility inside the fluidtypo3 universe :) ?
04:24:58 <Bomwollen> does anybody know how to emulate a page call for another uid? For example, a page should display all contents of sub pages at once (not just some elements), with full FLUID template support. I know 3 ways: a) use curl -> token/session problem? b) copy TSFE and manipulate the page-id -> works, except some plugin will not load, something need to be changed, inited - but what? c) generate a new...
04:25:00 <Bomwollen> ...TSFE -> uses too much memory.
04:25:01 <Bomwollen> Any help would be appreciated.
07:55:31 <BBendtsen> I have a problem with the promising allowedContentTypes feature. I added this <flux:form.variable name="allowedContentTypes" value="text" /> inside a column, but when I remove it, the restriction is still there.
09:59:12 <Bomwollen> does anybody know how to emulate a page call for another uid? For example, a page should display all contents of sub pages at once (not just some elements), with full FLUID template support. I know 3 ways: a) use curl -> token/session problem? b) copy TSFE and manipulate the page-id -> works, except some plugin will not load, something need to be changed, inited - but what? c) generate a new...
09:59:14 <Bomwollen> ...TSFE -> uses too much memory.
10:23:37 <ndee> when I have an extbase model, and the perfect name would be "Model", what do I do? :D It's for a Car Model.