10:08:19 <nimius|thephpjo> I currently have a hard time creating a "container element" – i am able to put CE's inside of my Element, but how do i render them in FE? i thought that is what flux:content.render is for?
11:25:42 <ple> hey guys, i changed all var.set to variable.set but still have the error #1289386765: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Var\TyposcriptViewHelper maybe not loaded or no autoloader?
11:28:41 <ple> TYPO3\CMS\Fluid\Core\Parser\TemplateParser::initializeViewHelperAndAddItToStack(TYPO3\CMS\Fluid\Core\Parser\ParsingState, "v", "var.typoscript", array) that is one line of my frontend error
11:29:08 <ple> but var is changed to variable in vhs tho
11:35:12 <GRIMMCREATIVE> But its not Recorded in New ViewHelper Names
11:35:17 <ple> hm so it is not possible to use the new dev version ?!
11:36:11 <NamelessCoder> I think we removed one of them but the other should still be there. One was an alias of the other.
11:36:14 <ple> cause if the var.set isnt changed in fluid template engine i cant do nothing
11:40:21 <NamelessCoder> ple the class is there, make sure you caught all references to v:var and made them v:variable and then make sure you clear the caches either by deleting typo3temp/* or using the install tool to clear caches and temp files - and of course, make sure you are on the vhs development branch and have pulled all recent changes
11:43:19 <ple> thanks for your feedback nameless. Okay i will check it again.
11:56:11 <erredeco> Hi there. A question about v:page.menu
11:56:27 <erredeco> I've added to my page template a field to select an icon:
12:17:48 <NamelessCoder> {flux:form.data(table: 'pages', field: 'tx_fed_page_flexform' record: item) -> v:variable.set(name: 'item.icon')} - although I am not entirely sure v:variable.set will have the expected result when setting a variable in an array (as in: variable may be copied instead of referenced and thus lost)
12:18:16 <NamelessCoder> using v:variable.set(name: 'itemFluxData') solves that but then ofc you access it from {itemFluxData.settings.icon}
12:26:52 <nimius|thephpjo> How do i render content insude flux:form.content in the frontend?
12:27:25 <nimius|thephpjo> From what i gathered on the internet it should be flux:content.render – but nothing is rendered
12:30:07 <floxx> i updated the ft3 components of my installation to latest development commits. now i get "Fatal error: Uncaught exception 'RuntimeException' with message 'Could not acquire lock for ClassLoader cache creation.' in /Users/florianbusch/Sites/typo3_sources/typo3_src-6.2.3/typo3/sysext/core/Classes/Core/ClassLoader.php on line 723"
12:31:16 <floxx> backend and install tool are not accessible
12:51:31 <ple> does anybody know what this error should be??? #1218473352: The action name must start with a lower case letter, "Header" does not match this criteria.
12:52:17 <ple> never heard this and i dont know how i should handle this
13:38:08 <xaver> ple: your error description is useless. It says a Action starts uppercase, but the backtrace is missing. Take a look at the backtrace.
14:26:24 <floxx> any idea why getting "Fatal error: Uncaught exception 'RuntimeException' with message 'Could not acquire lock for ClassLoader cache creation.' in /Users/florianbusch/Sites/typo3_sources/typo3_src-6.2.3/typo3/sysext/core/Classes/Core/ClassLoader.php on line 723" after updateing to latest development commit?
14:55:41 <ple> does anybody use the new bootstrap content versionß
22:29:19 <feelx> btw... something seems to be buggy on blog @ fluidtypo3.org ... if you click "blog" you land on subpage 3 (article: 'flux 7.0 released' dated March 27th, 2014)
22:29:34 <feelx> so date should be JUNE 27th I guess :)