【发布时间】:2019-06-14 13:33:40
【问题描述】:
我安装了一个 TYPO3 项目的副本。 所以,我正在使用现有的 TYPO3 数据库。
在运行网站主页时,我收到“标准错误”:
Service Unavailable (503)
The page is not configured! [type=0][]. This means that there is no TypoScript object of type PAGE with typeNum=0 configured.
More information regarding this error might be available online.
指的是以下网站: https://wiki.typo3.org/Exception/CMS/1294587217
但是当我修改链接中给出的根模板的设置时。我得到一个带有“HELLO WORLD”的空白页面,整个网站都消失了。
旧的根设置代码是:
config.contentObjectExceptionHandler = 0
page.meta.description.data = page:description
page.meta.keywords.data = page:keywords
如何在不丢失网站其余部分的情况下解决此问题? 使用 TYPO3 8.7
【问题讨论】:
标签: typo3 content-management-system typo3-8.x