为什么迁移后我的前端清空了 automaketemplate?

Why my frontend empty with automaketemplate after migration?

从 typo3 4.5 迁移到 6.2.10 后我有一个空 <body>

正文中的 Hello world 可以正常工作,但是带有扩展名 automaketemplate 的拼写错误有一个空的正文标签。有人知道为什么吗?

非常感谢您。 穆罕默德

迁移后按照以下步骤操作:

1) 升级所有兼容的扩展,禁用不兼容的扩展。

2) 检查错别字,部分错别字在6.2版本中已被移除。需要删除或需要替换为最新版本。

3) 检查安装工具 > 升级向导。还有什么要执行的吗?

对于错误调试: 将此添加到 'sys'

下的 LocalConfiguration.php
'debug' => '1',
'displayErrors' => '1',
'enable_DLOG' => '1',
'enable_errorDLOG' => '1',
'enable_exceptionDLOG' => '1',

@Mohamed Masmoudi:只需在 Localconfiguration.php 中添加调试代码。这将显示未加载前端的错误。

希望这些内容对您有所帮助。

我在管理面板中有这个:

Setting language and locale  9 Locale "de_DE" not found.
Page generation  40 
page PAGE 60 Content Object "" does not exist

Content Object "" does not exist

Content Object "PHP_SCRIPT" does not exist

Include libraries
page  6 Files for inclusion: "typo3conf/ext/automaketemplate/pi1/class.tx_automaketemplate_pi1.php"

Include libraries
page  1 Files for inclusion: "typo3conf/ext/automaketemplate/pi1/class.tx_automaketemplate_pi1.php"

Page generation/XHTML clean, all  10 
Page generation/Local anchor fix, all  0 
Print Content  5 

我遇到了同样的问题。在我的例子中,扩展 css_styled_content 没有在 TS 中安装和选择。之后它工作正常。