【发布时间】:2015-05-21 21:38:09
【问题描述】:
啊!我的TYPO3 6.2.11 工作正常!然后我更新了我所有的FLUIDTYPO3-Extensions,现在我会收到一个错误:
Could not analyse class:FluidTYPO3\Flux\ViewHelpers\Flexform\SheetViewHelper maybe not loaded or no autoloader?
这是changelog,但对我来说没有明显的问题吗? FluidTYPO3:
flux 7.1.2 => 7.2.0
fluidcontent_core 1.0.3 => 1.1.0
fluidcontent 4.1.1 => 4.1.2
fluidpages 3.1.2 => 3.2.0
vhs 2.3.0 => 2.3.1
我在所有模板和 FLUX-FCE xmlns:f 上更改了我的命名空间,但这无济于事。来自
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
到
<div xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"
f:schemaLocation="https://fluidtypo3.org/schemas/fluid-master.xsd"
xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"
flux:schemaLocation="https://fluidtypo3.org/schemas/flux-master.xsd">
什么都没有。
这是一场灾难……我的网站因该错误而崩溃。 我希望有人可以帮助我......(永远不要在晚上 10 点之后更新;)
【问题讨论】:
-
永远不要在实时环境中更新(即使在晚上 10 点之前)。
标签: typo3 fluid autoloader flux viewhelper