15:30:16 <danielkoch> i try to update a typo3 6.1 installation to 6.2 including the fluidtypo3 extensions: flux, fluidcontent, fluidpages and vhs to the current versions
15:30:40 <danielkoch> i get the following error in the frontend: #1289386765: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Page\Content\RenderViewHelper maybe not loaded or no autoloader?
15:42:15 <NamelessCoder> danielkoch see blog on fluidtypo3.org - release notes for VHS 2.0
15:42:47 <NamelessCoder> some viewhelpers renamed - that one is not the only one
15:47:42 <danielkoch> yes, i noticed that and switched them. this is the last error i tried to remove
15:48:13 <NamelessCoder> since you already know the entry: the problem is a remaining v:page.content.render which should be v:content.render
15:48:26 <NamelessCoder> just needed to make sure you knew about the rest, too ;)
15:52:16 <danielkoch> NamelessCoder: v:content.render, that this change solve the problem!