IRC logs

20141122

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20141122*

20141122

  • 14:45:11 <7JTABJ5JY> [builder] NamelessCoder pushed 1 new commit to development: https://github.com/FluidTYPO3/builder/commit/a6098e527eae962e31bb043d51aa77778a5a964a
  • 14:45:11 <7JTABJ5JY> builder/development a6098e5 Claus Due: [TASK] Ignore .idea
  • 14:45:11 <92AAAH40D> [builder] NamelessCoder pushed 1 new commit to development: https://github.com/FluidTYPO3/builder/commit/d9b747c39d5fd45702f05f461fe78f442d0dc8d0
  • 14:45:11 <92AAAH40D> builder/development d9b747c Claus Due: [TASK] Update dependencies
  • 15:28:12 <danielkoch> hi
  • 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!