05:13:04 <x3ro> Would it make sense to add an FAQ section to fluidtypo3.org? There's some problems that I've run into, which I imagine might happen somewhat more often to people not familiar w/ fluidtypo3
06:08:29 <le_chuck> i introduced form sheets to one of my content-elements. when i move fields to these sheets, the previously set values are gone. It seems to be desired behaviour. Is there an advise on how to migrate the values?
09:39:52 <haki> hi, since i updated flux i have a error in my content: Fluid Content type not selected - edit this element in the TYPO3 backend to fix this!
09:41:24 <cweiske> haki, edit this element and select a fluid content type: http://fotos.cweiske.de/screenshots/2016-05-04%20typo3%20fluid%20content%20type.png
09:53:07 <haki> thats the problem, i cant choose any type :/
10:04:54 <cweiske> no, ext_localconf.php or ext_tables.php of your own extension should contain a line \FluidTYPO3\Flux\Core::registerProviderExtensionKey(...)
10:12:42 <haki> update: Tx_Flux_Core::registerProviderExtensionKey('cmag_website', 'Content'); was uncommented... when i remove the comment i get: "Fatal error: Class 'Tx_Flux_Core' not found in"
10:13:02 <cweiske> see my line, it has a proper namespace now
10:13:33 <cweiske> see https://fluidtypo3.org/documentation/templating-manual/templating/provider-extension/registration-in-php.html
10:14:26 <haki> now i get: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Var\SetViewHelper maybe not loaded or no autoloader?
10:14:52 <cweiske> you're a step further. flux actually loads your content element
10:15:44 <cweiske> check your namespace declaration; compare it with https://fluidtypo3.org/viewhelpers/vhs/master.html
10:15:52 <cweiske> then look if the view helper still exists
10:15:56 <haki> i think its the problem with the :v:var.set
11:05:30 <haki> everytime i try to go into the backend i get : Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Var\GetViewHelper maybe not loaded or no autoloader?
13:40:12 <haki> tried it, got some weird sh**. i try to reroll and start from the beginning.
13:45:40 <haki> and i also have a problem with this line: class Tx_CmagWebsite_Controller_ContentController extends Tx_Fluidcontent_Controller_AbstractContentController {