啊!我的TYPO3 6.2.11
工作很好!然后我更新了我的所有内容FLUIDTYPO3-Extensions
,现在我会收到一个错误:
Could not analyse class:FluidTYPO3\Flux\ViewHelpers\Flexform\SheetViewHelper maybe not loaded or no autoloader?
这是changelog,但对我来说没有明显的问题吗?流体TYPO3:
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 点之后更新;)